egroupware_official/phpgwapi/templates/idsociety/portal_main.tpl
2001-03-30 22:16:08 +00:00

15 lines
445 B
Smarty
Executable File

<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>