[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: infolog/templates/default admin.tpl,1.1,1.2 form
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: infolog/templates/default admin.tpl,1.1,1.2 form.tpl,1.8,1.9 list.tpl,1.9,1.10 preferences.tpl,1.1,1.2 |
Date: |
Sat, 01 Jun 2002 06:10:17 -0400 |
Update of /cvsroot/phpgroupware/infolog/templates/default
In directory subversions:/tmp/cvs-serv10617
Modified Files:
admin.tpl form.tpl list.tpl preferences.tpl
Log Message:
some changes to be compatible with seek3r new template-system
Index: admin.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/templates/default/admin.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** admin.tpl 7 Oct 2001 20:15:59 -0000 1.1
--- admin.tpl 1 Jun 2002 10:10:14 -0000 1.2
***************
*** 1,6 ****
<p><b>{title}:</b><hr><p>
<form action="{action_url}" method="POST">
<table border="0">
- <!-- BEGIN admin_header -->
<tr bgcolor="{bg_h_color}">
<td colspan="4">{text}</td>
--- 1,15 ----
+ <!-- BEGIN admin_line -->
+ <tr bgcolor="{bg_nm_color}">
+ <td>{num}:</td>
+ <td>{val_valid}</td>
+ <td>{val_trans}</td>
+ <td>{val_ip}</td>
+ </tr>
+ <!-- END admin_line -->
+
+ <!-- BEGIN info_admin -->
<p><b>{title}:</b><hr><p>
<form action="{action_url}" method="POST">
<table border="0">
<tr bgcolor="{bg_h_color}">
<td colspan="4">{text}</td>
***************
*** 12,25 ****
<td>{lang_ip}</td>
</tr>
! <!-- END admin_header -->
! <!-- BEGIN admin_line -->
! <tr bgcolor="{bg_nm_color}">
! <td>{num}:</td>
! <td>{val_valid}</td>
! <td>{val_trans}</td>
! <td>{val_ip}</td>
! </tr>
! <!-- END admin_line -->
</table>
<p>{save_button} {done_button}
</form>
--- 21,27 ----
<td>{lang_ip}</td>
</tr>
! {admin_lines}
</table>
<p>{save_button} {done_button}
</form>
+ <!-- END info_admin -->
Index: form.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/templates/default/form.tpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** form.tpl 12 May 2002 07:14:01 -0000 1.8
--- form.tpl 1 Jun 2002 10:10:14 -0000 1.9
***************
*** 1,8 ****
{doSearchFkt}
{info_css}
! <p class=action>{lang_info_action}<br>
! <hr noshade width="98%" align="center" size="1">
! <center>{error_list}</center>
<center>
--- 1,36 ----
+ <!-- BEGIN add -->
+ <table width="90%" border="0" cellspacing="0" cellpadding="0">
+ <tr valign="bottom">
+ <td height="35" width="50%">
+ <div align="center">
+ <input type="submit" name="add" value="{lang_addsubmitb}">
+ </div>
+ </td>
+ <td height="35" width="50%">
+ <div align="center">
+ <input type="reset" name="reset" value="{lang_addresetb}">
+ </div>
+ </td>
+ </tr>
+ </table>
+ <!-- END add -->
+
+ <!-- BEGIN edit -->
+ <table width="90%" border="0">
+ <tr valing=bottom height=100>
+ <td>{edit_button}</td>
+ <td>{cancel_button}</td>
+ <td width="80%" align=right>{delete_button}</td>
+ </tr>
+ </table>
+ <!-- END edit -->
+
+ <!-- BEGIN info_edit -->
{doSearchFkt}
{info_css}
! <p class=action>{lang_info_action}<br>
! <hr noshade width="98%" align="center" size="1">
! <center>{error_list}</center>
<center>
***************
*** 10,27 ****
{common_hidden_vars}
<table width="90%" border="0" cellspacing="0" cellpadding="2">
!
! <!-- BEGIN subpro -->
! <tr>
! <td colspan="2">{lang_project}:</td>
! <td colspan="2">{lang_projdesc}</td>
! </tr>
! <tr>
! <td colspan="4"> </td>
! </tr>
! <!-- END subpro -->
<tr>
<td>{lang_type}:</td>
<td width="40%">{type_list}</td>
!
<td>{lang_owner}:</td>
<td>{owner_info}</td>
--- 38,46 ----
{common_hidden_vars}
<table width="90%" border="0" cellspacing="0" cellpadding="2">
!
<tr>
<td>{lang_type}:</td>
<td width="40%">{type_list}</td>
!
<td>{lang_owner}:</td>
<td>{owner_info}</td>
***************
*** 79,83 ****
<td width="15%">{lang_start_date}:</td>
<td width="40%">{start_select_date}</td>
!
<td width="15%">{lang_selfortoday}</td>
<td>{selfortoday}</td>
--- 98,102 ----
<td width="15%">{lang_start_date}:</td>
<td width="40%">{start_select_date}</td>
!
<td width="15%">{lang_selfortoday}</td>
<td>{selfortoday}</td>
***************
*** 87,91 ****
<td>{lang_end_date}:</td>
<td>{end_select_date}</td>
!
<td>{lang_dur_days}</td>
<td><input name="dur_days" size="3" maxlength="2"
value=""> {dur_days}</td>
--- 106,110 ----
<td>{lang_end_date}:</td>
<td>{end_select_date}</td>
!
<td>{lang_dur_days}</td>
<td><input name="dur_days" size="3" maxlength="2"
value=""> {dur_days}</td>
***************
*** 97,101 ****
<td>{lang_status}:</td>
<td>{status_list}</td>
!
<td>{lang_category}</td>
<td><select name="info_cat"><option
value="0">{lang_none}</option>{cat_list}</select></td>
--- 116,120 ----
<td>{lang_status}:</td>
<td>{status_list}</td>
!
<td>{lang_category}</td>
<td><select name="info_cat"><option
value="0">{lang_none}</option>{cat_list}</select></td>
***************
*** 104,108 ****
<td>{lang_priority}:</td>
<td>{priority_list}</td>
!
<td>{lang_confirm}</td>
<td>{confirm_list}</td>
--- 123,127 ----
<td>{lang_priority}:</td>
<td>{priority_list}</td>
!
<td>{lang_confirm}</td>
<td>{confirm_list}</td>
***************
*** 112,116 ****
<td>{lang_responsible}:</td>
<td>{responsible_list}</td>
!
<td>{lang_access_type}:</td>
<td>{access_list}</td>
--- 131,135 ----
<td>{lang_responsible}:</td>
<td>{responsible_list}</td>
!
<td>{lang_access_type}:</td>
<td>{access_list}</td>
***************
*** 118,155 ****
</table>
!
! <!-- BEGIN add -->
!
! <table width="90%" border="0" cellspacing="0" cellpadding="0">
! <tr valign="bottom">
! <td height="35" width="50%">
! <div align="center">
! <input type="submit" name="add" value="{lang_addsubmitb}">
! </div>
! </td>
! <td height="35" width="50%">
! <div align="center">
! <input type="reset" name="reset" value="{lang_addresetb}">
! </div>
! </td>
! </tr>
! </table>
! </form>
! </center>
! </html>
!
! <!-- END add -->
!
! <!-- BEGIN edit -->
!
! <table width="90%" border="0">
! <tr valing=bottom height=100>
! <td>{edit_button}</td>
! <td>{cancel_button}</td>
! <td width="80%" align=right>{delete_button}</td>
! </tr>
! </table>
! </form>
! </center>
! </html>
! <!-- END edit -->
--- 137,143 ----
</table>
!
! {buttons}
! </form>
! </center>
! <!-- END info_edit -->
\ No newline at end of file
Index: list.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/templates/default/list.tpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** list.tpl 14 May 2002 12:04:15 -0000 1.9
--- list.tpl 1 Jun 2002 10:10:14 -0000 1.10
***************
*** 1,21 ****
-
- <!-- InfoLog Start -->
-
- {info_css}
- <table width=98%>
- <tr>
- <td>
- <span class=action>{lang_info_action}</span>
- </td><td align=center>
- {total_matchs}
- </td><td align=right>
- <span class=action>{add_icons}</span>
- </td>
- </tr>
- </table>
-
- <hr noshade width="98%" align="center" size="1">
-
- <center>
<!-- BEGIN projdetails -->
<table width=95% border=0 cellspacing=1 cellpadding=3>
--- 1,2 ----
***************
*** 29,33 ****
<td width="10%" class=list>{lang_responsible}</td>
</tr>
! <tr bgcolor="{th_bg}" valign="top">
<td class=list>{type}</td>
<td class=list>{status}</td>
--- 10,14 ----
<td width="10%" class=list>{lang_responsible}</td>
</tr>
! <tr bgcolor="{row_on}" valign="top">
<td class=list>{type}</td>
<td class=list>{status}</td>
***************
*** 40,48 ****
<!-- END projdetails -->
- <!-- next_matchs Start -->
- {next_matchs}
- <!-- next_matchs Ende -->
-
- <table width=95% border=0 cellspacing=1 cellpadding=3>
<!-- BEGIN info_headers -->
<tr bgcolor="{th_bg}">
--- 21,24 ----
***************
*** 75,78 ****
--- 51,81 ----
<!-- END info_list -->
+ <!-- BEGIN get_list -->
+ {info_css}
+ <table width=98%>
+ <tr>
+ <td>
+ <span class=action>{lang_info_action}</span>
+ </td><td align=center>
+ {total_matchs}
+ </td><td align=right>
+ <span class=action>{add_icons}</span>
+ </td>
+ </tr>
+ </table>
+
+ <hr noshade width="98%" align="center" size="1">
+
+ <center>
+ {projdetails}
+
+ <!-- next_matchs Start -->
+ {next_matchs}
+ <!-- next_matchs Ende -->
+
+ <table width=95% border=0 cellspacing=1 cellpadding=3>
+ {info_headers}
+ {info_list}
+
</table>
***************
*** 89,92 ****
</tr>
</table>
!
! <!- InfoLog Ende -->
\ No newline at end of file
--- 92,94 ----
</tr>
</table>
! <!-- END get_list -->
\ No newline at end of file
Index: preferences.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/templates/default/preferences.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** preferences.tpl 14 Jul 2001 15:49:04 -0000 1.1
--- preferences.tpl 1 Jun 2002 10:10:14 -0000 1.2
***************
*** 1,10 ****
- <p><b>{title}:</b><hr><p>
- <form action="{action_url}" method="POST">
- <table border="0" align="center" width="90%">
- <!-- BEGIN pref_header -->
- <tr bgcolor="{bg_h_color}">
- <td colspan="2">{text}</td>
- </tr>
- <!-- END pref_header -->
<!-- BEGIN pref_line -->
<tr bgcolor="{bg_nm_color}">
--- 1,2 ----
***************
*** 13,17 ****
--- 5,19 ----
</tr>
<!-- END pref_line -->
+
+ <!-- BEGIN info_prefs -->
+ <p><b>{title}:</b><hr><p>
+ <form action="{action_url}" method="POST">
+ <table border="0" align="center" width="90%">
+ <tr bgcolor="{bg_h_color}">
+ <td colspan="2">{text}</td>
+ </tr>
+ {pref_lines}
</table>
<center>{save_button}</center>
</form>
+ <!-- END info_prefs -->
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: infolog/templates/default admin.tpl,1.1,1.2 form.tpl,1.8,1.9 list.tpl,1.9,1.10 preferences.tpl,1.1,1.2,
Ralf Becker <address@hidden> <=