source: companies/celepar/emailadmin/templates/default/listservers.tpl @ 763

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

Importação inicial do Expresso da Celepar

Line 
1<!-- BEGIN main -->
2<center>
3
4<table width="90%" border="0" cellspacing="1" cellpading="1">
5<tr>
6        <td width="33%">
7                &nbsp;
8        </td>
9        <td width="33%" align="center">
10<b>{lang_server_list}</b>
11        </td>
12        <td width="33%" align="right">
13                <a href="{add_link}">{lang_add_server}</a>
14        </td>
15</tr>
16<tr>
17        <td colspan="3">
18                {server_next_match}
19        </td>
20</tr>
21</table>
22<br>
23</center>
24<!-- END main -->
25
Note: See TracBrowser for help on using the repository browser.