main_menu.php3

来自「FIREFLY 是一个多用户专业帮助桌面系统」· PHP3 代码 · 共 109 行

PHP3
109
字号
<?##################################################################  MAIN MENU#################################################################/* init */include ("../include/levels.php3");$access_level = $r_level["guest"];include ("../include/config.php3");/* process */?><html><head><STYLE>body {font-family: sans-serif;}td {font-family: sans-serif;}</STYLE></head><body bgcolor="#BBBCC2" text ="white" vlink="white" alink="white" link="white"><DIV id='fondmenuleft' style='position:absolute; left:0px; top:0px; width:136px; height:471px; z-index:0;'><IMG SRC='../../../images/menuleft.jpg' ALIGN='top' width=136px height=471px name='fond_menu_left' border=0 ></DIV><DIV id="menu" style='position:absolute; left:5px; top:10px; width:120px; height:471px; z-index:1;'>&nbsp;&nbsp;<A HREF="main.php3" target="upright" >Home</A><BR><br><?if ($user->access_level <= $r_level["customer"]){?><B><? print $msg_menu_new ?></B><br>&nbsp;&nbsp;<A HREF="add_case_form.php3" target="upright"><? print $msg_menu_case ?></A><BR><?}if ($user->access_level <= $r_level["admin"]){?>&nbsp;&nbsp;<A HREF="add_contract_form.php3" target="upright"><? print $msg_menu_contract ?></A><BR><?}if ($user->access_level <= $r_level["sales"]){?>&nbsp;&nbsp;<A HREF="/modules/contacts/scripts/add_contact.php3" target="upright"><? print $msg_menu_contact ?></A><BR>&nbsp;&nbsp;<A HREF="/modules/contacts/scripts/add_company_form.php3" target="upright"><? print $msg_menu_company ?></A><BR><?}if ($user->access_level <= $r_level["customer"]){?><br><B><? print $msg_menu_search ?></B><br>&nbsp;&nbsp;<A HREF="search_case2.php3" target="downright"><? print $msg_menu_case ?></A><BR>&nbsp;&nbsp;<A HREF="search_contract.php3" target="downright"><? print $msg_menu_contract ?></A><BR><?}if ($user->access_level <= $r_level["support"]){?>&nbsp;&nbsp;<A HREF="/modules/contacts/scripts/search_contact.php3" target="downright"><? print $msg_menu_contact ?></A><BR>&nbsp;&nbsp;<A HREF="../../contacts/scripts/search_company.php3" target="downright"><? print $msg_menu_company ?></A><BR><?}if ($user->access_level <= $r_level["dispatch"]){?> <br><B><? print strtoupper($msg_dispatcher) ?></B><br>&nbsp;&nbsp;<A HREF="dispatch_form.php3" target="upright"><? print $msg_dispatch_cases ?></A><BR><?}if ($user->access_level <= $r_level["admin"]){?> <br><B><? print $msg_admin ?></B><br>&nbsp;&nbsp;<A HREF="add_product_platform.php3" target="upright"><? print $msg_menu_prd ?></A><BR>&nbsp;&nbsp;<A HREF="admin_stats.php3" target="upright"><? print $msg_menu_stats ?></A><BR><?}if ($user->access_level <= $r_level["support"]){?><br><table border="0" cellspacing="0">    <tr>      <td>        <b><? print strtoupper($msg_menu_global_search) ?></b>      </td>   </tr>   <tr>      <td>        <form action="search.php3" method="get" target="downright">        <input type="text" name="item" size=12>        </form>      </td></tr></table><?}if ($user->access_level <= $r_level['customer']){?><br>&nbsp;&nbsp;<A HREF="form_password.php3" target="downright"><? print $msg_password ?></A><BR><? } ?></div><?include "../include/footer.inc";?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?