mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:25:22 +01:00
42 lines
1.1 KiB
Smarty
Executable File
42 lines
1.1 KiB
Smarty
Executable File
<!-- BEGIN portal_box -->
|
|
<p>
|
|
<table border="{outer_border}" cellpadding="0" cellspacing="0" width="{outer_width}" bordercolor="{outer_bordercolor}" bgcolor="{outer_bgcolor}">
|
|
<tr nowrap align="center">
|
|
<td align="center" background="{header_background_image}">{title}</td>{portal_controls}
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<table border="1" cellpadding="0" cellspacing="0" width="{inner_width}" bgcolor="{inner_bgcolor}">
|
|
{row}
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</p>
|
|
<!-- END portal_box -->
|
|
<!-- BEGIN portal_row -->
|
|
<tr>
|
|
<td>
|
|
{output}
|
|
</td>
|
|
</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 -->
|