source: trunk/admin/templates/default/application_form.tpl @ 2

Revision 2, 721 bytes 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 form -->
2{error}
3<br>
4<form action="{form_action}" method="POST">
5 {hidden_vars}
6 <div align="center">
7 <table border="0" width="55%">
8  <tr bgcolor="{th_bg}">
9   <td colspan="2">&nbsp;</td>
10  </tr>
11
12  {rows}
13
14  <tr>
15   <td nowrap>
16    <input type="submit" name="save" value="{lang_save_button}"> &nbsp;
17    <input type="submit" name="cancel" value="{lang_cancel_button}">
18   </td>
19   <td align="right">&nbsp;
20<!-- BEGIN delete_button -->
21    <input type="submit" name="delete" value="{lang_delete_button}">
22<!-- END delete_button -->
23   </td>
24  </tr>
25
26 </table>
27 </div>
28</form>
29<!-- END form -->
30
31<!-- BEGIN row -->
32  <tr bgcolor="{tr_color}">
33   <td>{label}</td>
34   <td>{value}</td>
35  </tr>
36<!-- END row -->
Note: See TracBrowser for help on using the repository browser.