source: companies/serpro/emailadmin/templates/default/nextMatch.tpl @ 903

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

Importacao inicial do Expresso do Serpro

Line 
1<!-- HELLO -->
2<table width="100%" border="0" align="center">
3        <tr>
4                {left_next_matchs}
5                <td align="center"><b>{description}</b></td>
6                {right_next_matchs}
7        </tr>
8</table>
9
10<table width="100%" border="0" cellspacing="1" cellpading="1">
11<!-- BEGIN header_row -->
12        <tr bgcolor="{th_bg}">
13                {header_row_data}
14        </tr>
15<!-- END header_row -->
16<!-- BEGIN row_list -->
17        <tr bgcolor="{row_color}">
18                {row_data}
19        </tr>
20<!-- END row_list -->
21</table>
Note: See TracBrowser for help on using the repository browser.