egroupware_official/phpgwapi/templates/default/portal.tpl

69 lines
1.1 KiB
Smarty
Raw Normal View History

<!-- BEGIN portal_box -->
<p>
<div class="portal_box">
2006-12-13 12:33:15 +01:00
<table border="0" cellpadding="0" cellspacing="0" width="{outer_width}">
<tr nowrap align="center">
2006-12-13 12:33:15 +01:00
<td align="left">
<table class="portal_box_header" border="0" cellpadding="1" cellspacing="0">
2006-12-13 12:33:15 +01:00
<tr>
<td align="left">&nbsp;<strong>{title}</strong></td>{portal_controls}
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2">
<table border="0" cellpadding="0" cellspacing="0">
{row}
</table>
</td>
</tr>
</table>
2006-12-13 12:33:15 +01:00
</div>
</p>
<!-- END portal_box -->
2006-12-13 12:33:15 +01:00
<!-- BEGIN portal_row -->
<tr>
2003-11-11 04:46:48 +01:00
<td>
{output}
2003-11-11 04:46:48 +01:00
</td>
</tr>
<!-- END portal_row -->
2006-12-13 12:33:15 +01:00
<!-- BEGIN portal_listbox_header -->
2006-12-13 12:33:15 +01:00
<tr>
<td>
<ul>
<!-- END portal_listbox_header -->
2006-12-13 12:33:15 +01:00
<!-- BEGIN portal_listbox_link -->
<li><a href="{link}">{text}</a></li>
<!-- END portal_listbox_link -->
2006-12-13 12:33:15 +01:00
<!-- BEGIN portal_listbox_footer -->
2006-12-13 12:33:15 +01:00
</ul>
</td>
</tr>
<!-- END portal_listbox_footer -->
2006-12-13 12:33:15 +01:00
<!-- BEGIN portal_control -->
2006-12-13 12:33:15 +01:00
<td valign="middle" align="right" nowrap="nowrap">{control_link}</td>
<!-- END portal_control -->
2006-12-13 12:33:15 +01:00
<!-- BEGIN link_field -->
{link_field_data}
<!-- END link_field -->