source: companies/serpro/calendar/templates/default/search.tpl @ 903

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

Importacao inicial do Expresso do Serpro

Line 
1<!-- BEGIN search -->
2<table id="calendar_search_table" width="90%">
3        <tr>
4                <td colspan="2" align="center" bgcolor="{th_bg}">
5                        <b>{quantity}</b>
6                </td>
7        </tr>
8        {rows}
9</table>
10<!-- END search -->
11
12<!-- BEGIN search_list_header -->
13
14<!-- END search_list_header -->
15
16<!-- BEGIN search_list -->
17        <tr bgcolor="{tr_color}">
18                <td width="20%">
19                        &nbsp;{date}
20                </td>
21                <td>
22                        {link}
23                </td>
24        </tr>
25<!-- END search_list -->
26
27<!-- BEGIN search_list_footer -->
28
29<!-- END search_list_footer -->
Note: See TracBrowser for help on using the repository browser.