source: trunk/preferences/templates/default/preferences.tpl @ 2

Revision 2, 888 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<br>
2<center><b>{messages}</b></center>
3
4<!-- BEGIN form -->
5<form method="POST" action="{action_url}">
6
7<table border="0">
8 <tr>
9  <td colspan="2">{tabs}</td>
10 </tr>
11
12<!-- BEGIN list -->
13 <tr bgcolor="{th_bg}">
14  <td colspan="2"><b>{list_header}</b></td>
15 </tr>
16{rows}
17<!-- END list -->
18
19 <tr height="30" valign="bottom">
20  <td align="left">
21   <input type="submit" name="submit" value="{lang_submit}"> &nbsp;
22   <input type="submit" name="cancel" value="{lang_cancel}">
23  </td>
24  <td align="right">&nbsp; {help_button}</td>
25 </tr>
26</table>
27
28</form>
29<!-- END form -->
30
31<!-- BEGIN row -->
32 <tr bgcolor="{tr_color}">
33  <td>{row_name}</td>
34  <td>{row_value}</td>
35 </tr>
36<!-- END row -->
37
38<!-- BEGIN help_row -->
39  <tr bgcolor="{tr_color}">
40  <td><b>{row_name}<b></td>
41  <td>{row_value}</td>
42 </tr>
43 <tr bgcolor="{tr_color}">
44  <td colspan="2">{help_value}</td>
45 </tr>
46<!-- END help_row -->
Note: See TracBrowser for help on using the repository browser.