egroupware/phpgwapi/templates/default/portal.tpl

40 lines
1017 B
Smarty
Raw Normal View History

2001-10-16 03:25:23 +02:00
<!-- BEGIN portal_box -->
<p>
2002-09-28 00:13:29 +02:00
<table cellpadding="0" cellspacing="0" width="{outer_width}" class="portal">
<tr nowrap align="center">
2001-10-16 03:25:23 +02:00
<td align="center" background="{header_background_image}">{title}</td>{portal_controls}
</tr>
<tr>
<td colspan="2">
2002-09-28 00:13:29 +02:00
<table cellpadding="0" cellspacing="0" width="{inner_width}" class="portal">
2001-10-16 03:25:23 +02:00
{row}
</table>
</td>
</tr>
</table>
</p>
<!-- END portal_box -->
<!-- BEGIN portal_row -->
<tr>
{output}
</tr>
<!-- END portal_row -->
<!-- BEGIN portal_listbox_header -->
<td>
<ul>
<!-- END portal_listbox_header -->
<!-- BEGIN portal_listbox_link -->
<li><a href="{link}">{text}</a></li>
<!-- END portal_listbox_link -->
<!-- BEGIN portal_listbox_footer -->
</ul>
</td>
<!-- END portal_listbox_footer -->
<!-- BEGIN portal_control -->
<td valign="middle" align="right" nowrap background="{header_background_image}">{control_link}
</td>
<!-- END portal_control -->
<!-- BEGIN link_field -->
{link_field_data}
<!-- END link_field -->