egroupware/phpgwapi/templates/idsociety/navbar.tpl
2001-05-15 17:44:39 +00:00

63 lines
2.8 KiB
Smarty
Executable File

marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" rightmargin="0" leftmargin="0" border="0"
onLoad="MM_preloadImages('{app_images}',
'{img_root}/log_out_over.gif',
'{img_root}/preferences_over.gif',
'{img_root}/help-over.gif',
'{img_root}/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 -->
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="154" valign="top" background="{img_root}/nav_bar_left_spacer.gif"><!-- left nav table -->
<table border="0" cellpadding="0" cellspacing="0" width="154" height="">
<tr>
<td valign="top" width="154" height="58" background="{img_root}/em.gif"><img src="{img_root}/logo.gif"></td>
</tr>
<tr>
<td><img src="{img_root}/right_nav_bar.gif" border="0" name="one"></td>
</tr>
<!-- 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%" valign="top"> <!-- top right table -->
<!-- this TD background image moved to body element -->
<table border="0" width="100%" height="" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="12" height="58" background="{img_root}/nav_top_spacer.gif"><img src="{img_root}/em.gif"></td>
</tr>
<tr>
<td background="{img_root}/top_spacer_middle.gif" align="right" width="100%"><!-- 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"></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"></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"></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"></td>
</tr>
</table>
</td>
</tr>
<!-- BEGIN B_powered_top -->
<tr>
<td align="left">
<font size="{power_size}">&nbsp;{powered_by}</font>
</td>
</tr>
<!-- END B_powered_top -->
<tr>
<td align="left">
{user_info}&nbsp;&nbsp;&nbsp;&nbsp;{current_users}
</td>
</tr>
<tr>
<td>
<br>
<!-- END navbar -->