menu.php3

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

PHP3
45
字号
<?/* init */$access_level = 200;include ("../include/config.php3");?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"><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;'><br><b><? print $msg_menu_contact ?></b> <br><? if ($user->access_level <= 100) { ?>&nbsp;&nbsp;<a href="add_contact.php3" target="upright"><? print $msg_add ?></a><br><? } ?>&nbsp;&nbsp;<A HREF="search_contact.php3?mode=add" target="downright"><? print $msg_search ?></A><BR><br><b><? print $msg_menu_company ?></b> <br><? if ($user->access_level <= 100) { ?>&nbsp;&nbsp;<a href="add_company_form.php3" target="upright"><? print $msg_add ?></a><br><? } ?>&nbsp;&nbsp;<a href="search_company.php3" target="downright"><? print $msg_search ?></a><br><? if ($user->access_level <= 100) { ?><br><b><? print $msg_menu_action ?></b> <br>&nbsp;&nbsp;<a href="add_action.php3" target="upright"><? print $msg_add ?></a><br>&nbsp;&nbsp;<a href="search_action.php3" target="upright"><? print $msg_search ?></a><br>&nbsp;&nbsp;<a href="search_action_do.php3?mode=todolist" target="downright">Todolist</a><br><? } ?></div></body></html>

⌨️ 快捷键说明

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