egroupware/phpgwapi/templates/idsociety/navbar.tpl

63 lines
2.7 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}
<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>
<TR>
<TD ALIGN="left" width="100%">
{user_info}&nbsp;&nbsp;{current_users}
</TD>
</TR>
<TR>
<TD>
<!-- END navbar -->