egroupware_official/phpgwapi/templates/verdilak/navbar.tpl

30 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://{logo_url}" target="_new"><img src="{logo_file}" border="0" title="{logo_title}"></a></td>
<td background="{img_root}/bg_filler.gif" align="center" valign="bottom" width="100%"><!--<font color="{navbar_text}" 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>{preferences_icon}<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%">
<!-- BEGIN app_header -->
<div style="text-align: center; font-weight: bold; background-color: {th_bg}; padding:5px">{current_app_header}</div>
<!-- END app_header -->
<div align="center">{messages}</div>
<table border="0" cellpadding="5" width="100%">
<tr>
<td>
<!-- END navbar -->
<!-- BEGIN preferences --><a href="{preferences_link}"><img src="{preferences_img}" border="0" alt="Preferences"></a>
<!-- END preferences -->