source: companies/celepar/news_admin/website/templates/news_row.tpl @ 763

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

Importação inicial do Expresso da Celepar

Line 
1
2<!-- BEGIN row -->
3
4<tr bgcolor="#0000A0">
5        <td width="13" valign="top">
6                <img src="templates/images/news-corner.gif">
7        </td>
8        <td width="99%"><font color="#FFFFFF"><b>{subject}&nbsp;</b></font></td>
9</tr>
10<tr bgcolor="#0097ff">
11        <td width="100%" colspan="2">
12                {submitedby}
13                <p>{content}</p>
14        </td>
15</tr>
16
17<!-- END row -->
Note: See TracBrowser for help on using the repository browser.