egroupware_official/phpgwapi/templates/idsociety/portal_main.tpl

15 lines
445 B
Smarty
Raw Normal View History

2001-03-31 00:16:08 +02:00
<table border="{outer_border}" cellpadding="0" cellspacing="1" width="{outer_width}" bordercolor="{outer_bordercolor}" bgcolor="{outer_bgcolor}">
<tr>
<td align="center" background="{header_background_image}">{title}</td>
</tr>
<tr>
<td>
<table border="0" cellpadding="2" cellspacing="1" width="{inner_width}" bgcolor="{inner_bgcolor}" bordercolor="{outer_bordercolor}">
<tr>
{output}
</tr>
</table>
</td>
</tr>
</table>