source: trunk/expressoAdmin1_2/templates/default/managers.tpl @ 2

Revision 2, 1.0 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!-- BEGIN body -->
2<p>
3  <table border="0" width="90%" align="center">
4  <tr>
5   <td align="right">
6    <form method="POST" action="{action}">
7        <input type="submit" value="{lang_add_manager}"
8    </form>
9   </td>
10  </tr>
11 </table>
12 
13 <table border="0" width="90%" align="center">
14  <tr bgcolor="{th_bg}">
15   <td width="20%" align="center"><B>{lang_manager_lid}</B></td>
16   <td width="30%" align="center"><B>{lang_manager_cn}</B></td>
17   <td width="30%" align="center"><B>{lang_context}</B></td>
18   <td width="5%"  align="center"><B>{lang_edit}</B></td>
19   <td width="5%"  align="center"><B>{lang_delete}</B></td>
20  </tr>
21  {rows}
22 </table>
23<!-- END body -->
24
25<!-- BEGIN row -->
26 <tr bgcolor="{tr_color}">
27  <td width="20%">{manager_lid}</td>
28  <td width="30%">{manager_cn}</td>
29  <td width="30%">{context}</td>
30  <td width="5%" align="center">{link_edit}</td>
31  <td width="5%" align="center">{link_delete}</td>
32 </tr>
33<!-- END row -->
34
35<!-- BEGIN row_empty -->
36   <tr>
37    <td colspan="5" align="center">{message}</td>
38   </tr>
39<!-- END row_empty -->
Note: See TracBrowser for help on using the repository browser.