egroupware/phpgwapi/templates/verdilak/navbar.tpl
2001-08-08 06:58:37 +00:00

33 lines
1.6 KiB
Smarty
Executable File

<!-- BEGIN navbar -->
<table border="0" cellspacing="0" cellpadding="0" width="100%" bgcolor="{table_bg_color}">
<tr background="{img_root}/bg_filler.gif">
<td background="{img_root}/bg_filler.gif" align="left" valign="bottom"><a href="http://www.phpgroupware.org" target="_new"><img src="{img_root}/{logo}" border="0" alt="phpGroupWare"></a></td>
<td background="{img_root}/bg_filler.gif" align="center" valign="bottom" width="100%"><font color="FFFFFF" size="-1">{user_info}</font></td>
<td background="{img_root}/bg_filler.gif" align="right" valign="bottom" rowspan="2" nowrap><a href="{home_link}"><img src="{welcome_img}" border="0" alt="Welcome"></a><a href="{preferences_link}"><img src="{preferences_img}" border="0" alt="Preferences"></a><a href="{logout_link}"><img src="{logout_img}" border="0" alt="Logout"></a><a href="{help_link}"><img src="{img_root}/help.gif" border="0" alt="Help"></a></td></tr>
<tr background="{img_root}/bg_filler.gif">
<td align="center" width="100%" valign="bottom" colspan="2"><img src="{img_root}/greybar.jpg" height="6" width="100%" alt="bar"></td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr valign="top">
<td background="{img_root}/navbar_filler.jpg" align="left">
{applications}
</td>
<td width="100%">
<table border="0" cellspacing="1" cellpadding="1" width="100%">
<tr>
<td align="left">
{current_users}
</td>
<td align="right">
<font style="font-family: Geneva,Arial,Helvetica,sans-serif; font-size: 12pt;">{powered_by}</font>
</td>
</tr>
</table>
<table border="0" cellpadding="5" width="100%">
<tr>
<td>
<!-- END navbar -->