source: trunk/calendar/templates/default/pref.tpl @ 2

Revision 2, 531 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 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.