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

Revision 2, 648 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{errors}
2{title}
3<table border="0" align="center" width="70%">
4 <tr>
5  {nml}
6  <td width="40%">
7   <div align="center">
8    <form method="POST" action="{action_url}">
9{common_hidden_vars}
10     <input type="text" name="query" value="{search_value}">
11     <input type="submit" name="search" value="{search}">
12    </form>
13   </div>
14  </td>
15  {nmr}
16 </tr>
17</table>
18<form method="POST" action="{action_url}">
19 <table border="0" align="center" width="50%" cols="4">
20{row}
21 </table>
22{common_hidden_vars_form}
23 <input type="hidden" name="processed" value="{processed}">
24 <center><input type="submit" name="submit" value="{submit_lang}"></center>
25</form>
26
27
Note: See TracBrowser for help on using the repository browser.