source: companies/serpro/admin/templates/default/mainscreen_message.tpl @ 903

Revision 903, 515 bytes checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

Line 
1<!-- BEGIN form -->
2<div align="center">{error_message}</div>
3<form method="POST" action="{form_action}">
4 <table border="0" align="center" >
5<input type="hidden" name="select_lang" value="{select_lang}">
6<input type="hidden" name="section" value="{section}">
7  {rows}
8
9 </table>
10</form>
11<!-- END form -->
12 
13<!-- BEGIN row -->
14  <tr >
15   <td>{label}</td>
16   <td align="left">{value}</td>
17  </tr>
18<!-- END row -->
19
20<!-- BEGIN row_2 -->
21  <tr >
22   <td colspan="2" align="left">{value}</td>
23  </tr>
24<!-- END row_2 -->
Note: See TracBrowser for help on using the repository browser.