egroupware/phpgwapi/templates/idsociety/navbar.tpl

64 lines
3.1 KiB
Smarty
Raw Normal View History

marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" rightmargin="0" leftmargin="0" border="0"
onLoad="MM_preloadImages('{app_images}',
'{img_root_roll}/log_out_over.gif',
'{img_root_roll}/preferences_over.gif',
'{img_root_roll}/help-over.gif',
'{img_root_roll}/welcome_over.gif')"
background="{img_root}/content_spacer_middle.gif">
<!-- the above is the continuation and finishing if the < body > element started in head.tpl
the margin items could be merged into head, as head already supplies some
the variables for onLoad are set in navbar -->
2001-03-31 00:16:08 +02:00
<table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0">
2001-03-31 00:16:08 +02:00
<tr>
<td width="154" align="left" background="{img_root}/em.gif">
<img src="{img_root}/logo.gif">
</td>
<td width="100%">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td background="{img_root}/nav_top_spacer.gif" align="left">
<font size="{user_info_size}" color="{user_info_color}">
<strong>{user_info_name}<br>{user_info_date}</strong></font>
</td>
<td background="{img_root}/nav_top_spacer.gif" align="right">
<font size="{powered_by_size}" color="{powered_by_color}">{powered_by}&nbsp;<br>{current_users}&nbsp;</font>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="154" align="left" background="{img_root}/top_spacer_middle.gif">
<!-- the td background image is the important one in this row, it has the silver linuing at the bottom -->
<!-- this img inside the td is not visually relevant, just to put something here -->
<img src="{img_root}/top_spacer_middle.gif">
</td>
<td width="100%" align="right" background="{img_root}/top_spacer_middle.gif">
<!-- right top nav table -->
<table cellpadding="0" cellspacing="0" border="0" height="15">
<tr>
<td><a href="{home_link}" onMouseOver="nine.src='{img_root}/rollover/welcome_over.gif'" onMouseOut="nine.src='{img_root}/welcome.gif'"><img src="{img_root}/welcome.gif" border="0" name="nine"></a></td>
<td><a href="{preferences_link}" onMouseOver="ten.src='{img_root}/rollover/preferences_over.gif'" onMouseOut="ten.src='{img_root}/preferences.gif'"><img src="{img_root}/preferences.gif" border="0" name="ten"></a></td>
<td><a href="{logout_link}" onMouseOver="eleven.src='{img_root}/rollover/log_out_over.gif'" onMouseOut="eleven.src='{img_root}/log_out.gif'"><img src="{img_root}/log_out.gif" border="0" name="eleven"></a></td>
<td><a href="{help_link}" onMouseOver="help.src='{img_root}/rollover/help-over.gif'" onMouseOut="help.src='{img_root}/question_mark.gif'"><img src="{img_root}/question_mark.gif" border="0" name="help"></a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="154" align="left" valign="top" background="{img_root}/nav_bar_left_spacer.gif">
<!-- left nav table -->
<table border="0" cellpadding="0" cellspacing="0" width="154">
<!-- applications supplies their own tr's and td's -->
{applications}
<tr>
<td><img src="{img_root}/nav_bar_left_top_bg.gif"></td>
</tr>
</table>
</td>
<td width="100%" align="left" valign="top">
<!-- this TD background image moved to body element -->
<br>
<!-- END navbar -->