source: companies/celepar/calendar/templates/edge-it/pref.tpl @ 763

Revision 763, 531 bytes checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
1<!-- BEGIN pref -->
2<p><b>{title}:</b><hr><p>
3<form action="{action_url}" method="POST">
4 <table border="0" align="center" width="90%">
5  {row}
6 </table>
7 <center><input type="submit" name="submit" value="{submit_lang}"></center>
8</form>
9<!-- END pref -->
10
11<!-- BEGIN pref_colspan -->
12  <tr bgcolor="{bg_color}">
13   <td colspan="2">{text}</td>
14  </tr>
15<!-- END pref_colspan -->
16
17<!-- BEGIN pref_list -->
18  <tr bgcolor="{bg_color}">
19   <td align="right">{field}</td>
20   <td align="center">{data}</td>
21  </tr>
22<!-- END pref_list -->
Note: See TracBrowser for help on using the repository browser.