egroupware/phpgwapi/templates/default/parts.tpl

28 lines
709 B
Smarty
Raw Normal View History

<!-- BEGIN top_part -->
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<TR bgcolor="{navbar_bg}">
<TD align="left" nowrap>{user_info}</TD>
{applications}
</TR>
</TABLE>
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<TR>
<TD align="left">{powered_by}</TD>
<TD align="right">{current_users}</TD>
</TR>
</TABLE>
<CENTER>{messages}</CENTER>
<!-- END top_part -->
<!-- BEGIN bottom_part -->
<TABLE border="0" cellspacing="0" cellpadding="0" width="100%" bgcolor="{navbar_bg}">
<TR>
<TD align="CENTER">{msg}<BR></TD>
</TR>
</Table>
<!-- END bottom_part -->
<!-- BEGIN top_part_app -->
<td align="{align}" width="{width}">{value}</td>
<!-- END top_part_app -->