source: companies/celepar/expressoAdmin1_2/templates/default/sectors.tpl @ 763

Revision 763, 1.1 KB checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
1<!-- BEGIN list -->
2<form method="POST" action="{action}">
3<p>
4  <table border="0" width="55%" align="center">
5  <tr>
6        <td align="center" "left" width="50%">
7                {lang_context}: <font color="blue">{context_display}</font>
8        </td>
9  </tr>
10  <tr>
11   <td align="left">
12                {input_add}
13                <input type="button" value="{lang_back}" onClick="document.location.href='{back_url}'">
14    </form>
15   </td>
16  </tr>
17 </table>
18 
19 <table border="0" width="65%" align="center">
20  <tr bgcolor="{th_bg}">
21   <td>{lang_name}</td>
22   <td>{lang_inactives}</td>
23   <td>{lang_add_sub_sectors}</td>
24   <td>{lang_edit}</td>
25   <td>{lang_delete}</td>
26  </tr>
27  {rows}
28 </table>
29<!-- END list -->
30
31<!-- BEGIN row -->
32 <tr bgcolor="{tr_color}">
33  <td>{sector_name}</td>
34  <td width="13%">{inactives_link}</td> 
35  <td width="25%">{add_link}</td>
36  <td width="5%">{edit_link}</td>
37  <td width="5%">{delete_link}</td>
38 </tr>
39<!-- END row -->
40
41<!-- BEGIN row_empty -->
42   <tr>
43    <td colspan="5" align="center">{message}</td>
44   </tr>
45        <tr>
46                <td><input type="button" value="{lang_back}" onClick="document.location.href='{back_url}'"></td>
47        </tr>
48<!-- END row_empty -->
Note: See TracBrowser for help on using the repository browser.