> <?php } ?> <table style='width:100%' cellspacing='0' cellpadding='0'> <?php if ($oper_mode == OPER_MODE_NATIVE) { ?> <tr class='cactiPageHead noprint'> <td class='cactiConsolePageHeadBackdrop' valign='bottom' colspan='3'> <table width='100%' cellspacing='0' cellpadding='0'> <tr> <td id='tabs' valign='bottom'> <?php html_show_tabs_left(true); ?> </td> </tr> </table> </td> </tr> <tr class='breadCrumbBar noprint'> <td colspan='3'> <table width='100%'> <tr> <td> <div id='navBar' class='navBar'> <?php echo draw_navigation_text(); ?>
<a style='height:0px;padding:0px;' name='page_top'></a> <?php } ?> <table style='width:100%' cellspacing='0' cellpadding='0'> <?php if ($oper_mode == OPER_MODE_NATIVE) { ?> <tr class='cactiPageHead noprint'> <td class='cactiGraphPageHeadBackdrop' colspan='2' valign='bottom' nowrap> <table width='100%' cellspacing='0' cellpadding='0'> <tr> <td id='tabs' valign='bottom'> <?php print html_show_tabs_left($show_console_tab); ?> </td> <td id='gtabs' align='right' nowrap> <?php print html_graph_tabs_right($current_user); ?> </td> </tr> </table> </td> </tr> <?php } elseif ($oper_mode == OPER_MODE_NOTABS) { api_plugin_hook_function('print_top_header'); }