forked from extern/egroupware
Update template
This commit is contained in:
parent
414c78b639
commit
1b119f58d5
12
phpgwapi/templates/prisma/about_unknown.tpl
Normal file
12
phpgwapi/templates/prisma/about_unknown.tpl
Normal file
@ -0,0 +1,12 @@
|
||||
<tr>
|
||||
<td align="center"><font size="5"><b>{app_header}<b></font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><b>Sorry, no further information is available on this application.</b></td>
|
||||
</tr>
|
95
phpgwapi/templates/prisma/addressbook.tpl
Normal file
95
phpgwapi/templates/prisma/addressbook.tpl
Normal file
@ -0,0 +1,95 @@
|
||||
<!-- $Id$ -->
|
||||
<script type="text/javascript">
|
||||
function Exchange(thisform,field)
|
||||
{
|
||||
if (opener.document.doit[field].value != '')
|
||||
{
|
||||
opener.document.doit[field].value += ',';
|
||||
}
|
||||
opener.document.doit[field].value += thisform.elements.email.value;
|
||||
}
|
||||
</script>
|
||||
<div id="divMain">
|
||||
<p align="center">{message}</p>
|
||||
<p align="center">{lang_showing}<br>
|
||||
<table border="0" width="100%">
|
||||
<tr valign="top">
|
||||
{left}
|
||||
<form action="{form_action}" name="form" method="POST">
|
||||
<td align="left">
|
||||
<select name="cat_id" onChange="this.form.submit();"><option value="">{lang_select_cats}</option>{cats_list}</select>
|
||||
<noscript> <input type="submit" name="cat" value="{lang_submit}"></noscript>
|
||||
</td>
|
||||
<td align="center">
|
||||
<input type="text" size="10" name="query" value="{query}">
|
||||
<input type="submit" name="search" value="{lang_search}">
|
||||
</td>
|
||||
<td align="right">
|
||||
<select name="filter" onChange="this.form.submit();">
|
||||
{filter_list}
|
||||
</select>
|
||||
</td>
|
||||
</form>
|
||||
{right}
|
||||
</tr>
|
||||
</table>
|
||||
<table border="0" width="100%" cellpadding="2" cellspacing="2">
|
||||
<tr class="th">
|
||||
<td width="40%" colspan="2">
|
||||
{sort_org_name}
|
||||
</td>
|
||||
<form action="{form_action}" name="form" method="POST">
|
||||
<td width="30%" align="center" rowspan="2">
|
||||
{lang_email}<br>
|
||||
<input type="submit" name="all[wto]" value="{to}" title="{title_work_to}">
|
||||
<input type="submit" name="all[wcc]" value="{cc}" title="{title_work_cc}">
|
||||
<input type="submit" name="all[wbcc]" value="{bcc}" title="{title_work_bcc}">
|
||||
</td>
|
||||
<td width="30%" align="center" rowspan="2">
|
||||
{lang_hemail}<br>
|
||||
<input type="submit" name="all[hto]" value="{to}" title="{title_home_to}">
|
||||
<input type="submit" name="all[hcc]" value="{cc}" title="{title_home_cc}">
|
||||
<input type="submit" name="all[hbcc]" value="{bcc}" title="{title_home_bcc}">
|
||||
</td>
|
||||
</form>
|
||||
</tr>
|
||||
<tr class="th">
|
||||
<td>{sort_n_family}</td>
|
||||
<td>{sort_n_given}</td>
|
||||
</tr>
|
||||
|
||||
<!-- BEGIN addressbook_list -->
|
||||
<tr class="{tr_class}">
|
||||
<td colspan="2">{company}</td>
|
||||
<form>
|
||||
<td align="center" rowspan="2">
|
||||
<input type="text" style="width: 100%" name="email" value="{email}"><br>
|
||||
<input type="button" name="to" value="{to}" onClick="Exchange(this.form,'to');">
|
||||
<input type="button" name="cc" value="{cc}" onClick="Exchange(this.form,'cc');">
|
||||
<input type="button" name="bcc" value="{bcc}" onClick="Exchange(this.form,'bcc');">
|
||||
</td>
|
||||
</form>
|
||||
<form>
|
||||
<td align="center" rowspan="2">
|
||||
<input type="text" style="width: 100%" name="email" value="{hemail}"><br>
|
||||
<input type="button" name="to" value="{to}" onClick="Exchange(this.form,'to');">
|
||||
<input type="button" name="cc" value="{cc}" onClick="Exchange(this.form,'cc');">
|
||||
<input type="button" name="bcc" value="{bcc}" onClick="Exchange(this.form,'bcc');">
|
||||
</td>
|
||||
</form>
|
||||
</tr>
|
||||
<tr class="{tr_class}">
|
||||
<td>{lastname}</td>
|
||||
<td>{firstname}</td>
|
||||
</tr>
|
||||
<!-- END addressbook_list -->
|
||||
|
||||
<tr>
|
||||
<td colspan="4" align="center" valign="bottom">
|
||||
<br><form><input type="button" name="done" value="{lang_done}" onClick="window.close()"></form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
104
phpgwapi/templates/prisma/config.tpl
Normal file
104
phpgwapi/templates/prisma/config.tpl
Normal file
@ -0,0 +1,104 @@
|
||||
<!-- BEGIN header -->
|
||||
<form method="POST" action="{action_url}">
|
||||
<table border="0" align="center" width="85%">
|
||||
<tr bgcolor="{th_bg}">
|
||||
<td colspan="2"><font color="{th_text}"> <b>{title}</b></font></td>
|
||||
</tr>
|
||||
<!-- END header -->
|
||||
<!-- BEGIN body -->
|
||||
<tr bgcolor="{th_bg}">
|
||||
<td colspan="2"><font color="{th_text}"> <b>{lang_Path_information}</b></font></td>
|
||||
</tr>
|
||||
|
||||
</tr>
|
||||
<tr bgcolor="{row_off}">
|
||||
<td>{lang_Enter_the_full_path_for_temporary_files.<br>Examples:_/tmp,_C:\TEMP}:</td>
|
||||
<td><input name="newsettings[temp_dir]" value="{value_temp_dir}" size="40"></td>
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="{row_off}">
|
||||
<td>{lang_Enter_the_full_path_for_users_and_group_files.<br>Examples:_/files,_E:\FILES}:</td>
|
||||
<td><input name="newsettings[files_dir]" value="{value_files_dir}" size="40"></td>
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="{row_off}">
|
||||
<td>{lang_Enter_the_location_of_eGroupWare's_URL.<br>Example:_http://www.domain.com/egroupware_ _or_ _/egroupware<br><b>No_trailing_slash</b>}:</td>
|
||||
<td><input name="newsettings[webserver_url]" value="{value_webserver_url}" size="40"></td>
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="{row_on}">
|
||||
<td colspan="2"> </td>
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="{th_bg}">
|
||||
<td colspan="2"><font color="{th_text}"> <b>{lang_Host_information}</b></font></td>
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="{row_off}">
|
||||
<td>{lang_Enter_the_hostname_of_the_machine_on_which_this_server_is_running}:</td>
|
||||
<td><input name="newsettings[hostname]" value="{value_hostname}"></td>
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="{row_off}">
|
||||
<td>{lang_Enter_your_default_FTP_server}:</td>
|
||||
<td><input name="newsettings[default_ftp_server]" value="{value_default_ftp_server}"></td>
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="{row_off}">
|
||||
<td>{lang_Attempt_to_use_correct_mimetype_for_FTP_instead_of_default_'application/octet-stream'}:</td>
|
||||
<td>
|
||||
<select name="newsettings[ftp_use_mime]">
|
||||
<option value="">{lang_No}</option>
|
||||
<option value="True"{selected_ftp_use_mime_True}>{lang_Yes}</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="{row_off}">
|
||||
<td>{lang_Datetime_port.<br>If_using_port_13,_please_set_firewall_rules_appropriately_before_submitting_this_page.<br>(Port:_13_/_Host:_129.6.15.28)}</td>
|
||||
<td>
|
||||
<select name="newsettings[daytime_port]">
|
||||
<option value="00"{selected_daytime_port_00}>{lang_00_(disable)}</option>
|
||||
<option value="13"{selected_daytime_port_13}>{lang_13_(ntp)}</option>
|
||||
<option value="80"{selected_daytime_port_80}>{lang_80_(http)}</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="{row_off}">
|
||||
<td>{lang_Enter_your_HTTP_proxy_server}:</td>
|
||||
<td><input name="newsettings[httpproxy_server]" value="{value_httpproxy_server}"></td>
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="{row_off}">
|
||||
<td>{lang_Enter_your_HTTP_proxy_server_port}:</td>
|
||||
<td><input name="newsettings[httpproxy_port]" value="{value_httpproxy_port}"></td>
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="{row_on}">
|
||||
<td>{lang_Enter_the_site_username_for_peer_servers}.</td>
|
||||
<td><input name="newsettings[site_username]" value="{value_site_username}"></td>
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="{row_off}">
|
||||
<td>{lang_Enter_the_site_password_for_peer_servers}.</td>
|
||||
<td><input type="password" name="newsettings[site_password]" value="{value_site_password}"></td>
|
||||
</tr>
|
||||
|
||||
<!-- END body -->
|
||||
|
||||
<!-- BEGIN footer -->
|
||||
<tr bgcolor="{th_bg}">
|
||||
<td colspan="2">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
<input type="submit" name="submit" value="Submit">
|
||||
<input type="submit" name="cancel" value="Cancel">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<!-- END footer -->
|
7
phpgwapi/templates/prisma/frames.tpl
Normal file
7
phpgwapi/templates/prisma/frames.tpl
Normal file
@ -0,0 +1,7 @@
|
||||
<!-- BEGIN frames -->
|
||||
<html>
|
||||
<frameset rows="{frame_size}" border="0">
|
||||
{frames_}
|
||||
</frameset>
|
||||
</html>
|
||||
<!-- END frames -->
|
3
phpgwapi/templates/prisma/frames_body.tpl
Normal file
3
phpgwapi/templates/prisma/frames_body.tpl
Normal file
@ -0,0 +1,3 @@
|
||||
<!-- BEGIN frame_body -->
|
||||
<frame src="{body_link}" name="phpgw_body">
|
||||
<!-- END frame_body -->
|
3
phpgwapi/templates/prisma/frames_navbar.tpl
Normal file
3
phpgwapi/templates/prisma/frames_navbar.tpl
Normal file
@ -0,0 +1,3 @@
|
||||
<!-- BEGIN frame_navbar -->
|
||||
<frame src="{navbar_link}" name="phpgw_navbar" scrolling="no">
|
||||
<!-- END frame_navbar -->
|
28
phpgwapi/templates/prisma/history_list.tpl
Normal file
28
phpgwapi/templates/prisma/history_list.tpl
Normal file
@ -0,0 +1,28 @@
|
||||
<!-- BEGIN row_no_history -->
|
||||
<tr bgcolor="{tr_color}">
|
||||
<td align="center" colspan="5"><b>{lang_no_history}</b></td>
|
||||
</tr>
|
||||
<!-- END row_no_history -->
|
||||
|
||||
<!-- BEGIN row -->
|
||||
<tr bgcolor="{tr_color}">
|
||||
<td> {row_date}</td>
|
||||
<td> {row_owner}</td>
|
||||
<td> {row_status}</td>
|
||||
<td> {row_old_value}</td>
|
||||
<td> {row_new_value}</td>
|
||||
</tr>
|
||||
<!-- END row -->
|
||||
|
||||
<!-- BEGIN list -->
|
||||
<table border="0" width="95%">
|
||||
<tr bgcolor="{th_bg}">
|
||||
<td>{sort_date}</td>
|
||||
<td>{sort_owner}</td>
|
||||
<td>{sort_status}</td>
|
||||
<td>{sort_old_value}</td>
|
||||
<td>{sort_new_value}</td>
|
||||
</tr>
|
||||
{rows}
|
||||
</table>
|
||||
<!-- END list -->
|
BIN
phpgwapi/templates/prisma/images/logo.gif
Normal file
BIN
phpgwapi/templates/prisma/images/logo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
phpgwapi/templates/prisma/images/processing.gif
Normal file
BIN
phpgwapi/templates/prisma/images/processing.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 376 B |
216
phpgwapi/templates/prisma/uiaccountsel.tpl
Normal file
216
phpgwapi/templates/prisma/uiaccountsel.tpl
Normal file
@ -0,0 +1,216 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<script LANGUAGE="JavaScript">
|
||||
window.focus();
|
||||
|
||||
function addOption(id,label,value,multiple)
|
||||
{
|
||||
openerSelectBox = opener.document.getElementById(id);
|
||||
|
||||
if (multiple && openerSelectBox) {
|
||||
select = '';
|
||||
for(i=0; i < openerSelectBox.length; i++) {
|
||||
with (openerSelectBox.options[i]) {
|
||||
if (selected || openerSelectBox.selectedIndex == i) {
|
||||
select += (value.slice(0,1)==',' ? '' : ',')+value;
|
||||
}
|
||||
}
|
||||
}
|
||||
select += (select ? ',' : '')+value;
|
||||
opener.addOption(id,label,value,0);
|
||||
opener.addOption(id,'{lang_multiple}',select,0);
|
||||
}
|
||||
else {
|
||||
opener.addOption(id,label,value,!multiple && openerSelectBox && openerSelectBox.selectedIndex < 0);
|
||||
}
|
||||
selectBox = document.getElementById('uiaccountsel_popup_selection');
|
||||
if (selectBox) {
|
||||
for (i=0; i < selectBox.length; i++) {
|
||||
if (selectBox.options[i].value == value) {
|
||||
selectBox.options[i].selected = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (i >= selectBox.length) {
|
||||
selectBox.options[selectBox.length] = new Option(label,value,false,true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function removeSelectedOptions(id)
|
||||
{
|
||||
openerSelectBox = opener.document.getElementById(id);
|
||||
if (openerSelectBox == null) window.close();
|
||||
selectBox = document.getElementById('uiaccountsel_popup_selection');
|
||||
for (i=0; i < selectBox.length; i++) {
|
||||
if (selectBox.options[i].selected) {
|
||||
for (j=0; j < openerSelectBox.length; j++) {
|
||||
if (openerSelectBox[j].value == selectBox.options[i].value) {
|
||||
openerSelectBox.removeChild(openerSelectBox[j]);
|
||||
}
|
||||
}
|
||||
selectBox.options[i--] = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function copyOptions(id)
|
||||
{
|
||||
openerSelectBox = opener.document.getElementById(id);
|
||||
selectBox = document.getElementById('uiaccountsel_popup_selection');
|
||||
for (i=0; i < openerSelectBox.length; i++) {
|
||||
with (openerSelectBox.options[i]) {
|
||||
if (selected && value.slice(0,1) != ',') {
|
||||
selectBox.options[selectBox.length] = new Option(text,value);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function oneLineSubmit(id)
|
||||
{
|
||||
openerSelectBox = opener.document.getElementById(id);
|
||||
|
||||
if (openerSelectBox) {
|
||||
if (openerSelectBox.selectedIndex >= 0) {
|
||||
selected = openerSelectBox.options[openerSelectBox.selectedIndex].value;
|
||||
if (selected.slice(0,1) == ',') selected = selected.slice(1);
|
||||
opener.addOption(id,'{lang_multiple}',selected,1);
|
||||
}
|
||||
else {
|
||||
for (i=0; i < openerSelectBox.length; i++) {
|
||||
with (openerSelectBox.options[i]) {
|
||||
if (selected) {
|
||||
opener.addOption(id,text,value,1);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
window.close();
|
||||
}
|
||||
</script>
|
||||
|
||||
<style type="text/css">
|
||||
.letter_box,.letter_box_active {
|
||||
background-color: #E8F0F0;
|
||||
width: 15px;
|
||||
border: 1px solid white;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
cusror: hand;
|
||||
}
|
||||
.letter_box_active {
|
||||
font-weight: bold;
|
||||
background-color: #D3DCE3;
|
||||
}
|
||||
.letter_box_active,.letter_box:hover {
|
||||
border: 1px solid black;
|
||||
background-color: #D3DCE3;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div id="divMain">
|
||||
<table border="0" width="100%">
|
||||
<tr>
|
||||
<td width="20%" rowspan="3">{accountsel_icon}</td>
|
||||
<td align="right" colspan="5">
|
||||
<form method="POST" action="{search_action}">
|
||||
{query_type}
|
||||
<input type="text" name="query" value="{prev_query}">
|
||||
<input type="submit" name="search" value="{lang_search}">
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="5">
|
||||
<table width="100%"><tr>
|
||||
<!-- BEGIN letter_search -->
|
||||
<td class="{class}" onclick="location.href='{link}';">{letter}</td>
|
||||
<!-- END letter_search -->
|
||||
</tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
{left}
|
||||
<td align="center">{lang_showing}</td>
|
||||
{right}
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table border="0" width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
|
||||
<!-- BEGIN bla_intro -->
|
||||
|
||||
<!-- END bla_intro -->
|
||||
|
||||
<!-- BEGIN other_intro -->
|
||||
|
||||
<!-- END other_intro -->
|
||||
|
||||
<!-- BEGIN group_cal -->
|
||||
|
||||
<!-- END group_cal -->
|
||||
|
||||
<!-- BEGIN group_other -->
|
||||
|
||||
<!-- END group_other -->
|
||||
|
||||
<!-- BEGIN all_intro -->
|
||||
|
||||
<!-- END all_intro -->
|
||||
|
||||
<!-- BEGIN group_all -->
|
||||
|
||||
<!-- END group_all -->
|
||||
|
||||
<td valign="top">
|
||||
<table border="0" width="100%" cellpadding="2" cellspacing="2">
|
||||
<tr class="th">
|
||||
<td width="100%" class="th" align="center" colspan="4"><b>{lang_accounts}</b></td>
|
||||
</tr>
|
||||
<tr class="th">
|
||||
<td align="center">{sort_lid}</td>
|
||||
<td align="center">{sort_firstname}</td>
|
||||
<td align="center">{sort_lastname}</td>
|
||||
<td width="10%"> </td>
|
||||
</tr>
|
||||
|
||||
<!-- BEGIN accounts_list -->
|
||||
|
||||
<tr class="{tr_color}">
|
||||
<td>{lid}</td>
|
||||
<td>{firstname}</td>
|
||||
<td>{lastname}</td>
|
||||
<td align="center">
|
||||
<input type="image" src="{img}" onclick="{onclick}; return false;" title="{lang_select_user}">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- END accounts_list -->
|
||||
|
||||
</table>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<table border="0" width="100%" cellpadding="2" cellspacing="2">
|
||||
<tr class="th">
|
||||
<td align="center" colspan="2"><b>{lang_selection}</b> {remove}</td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td align="center">
|
||||
{selection}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" colspan="2">
|
||||
<input type="button" name="close" value="{lang_close}" onClick="{close_action}">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user