menu.php3

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

PHP3
38
字号
<?include ("../include/config.php3");$title="Menu";?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"><html><head><TITLE><? print $title ?></TITLE><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;'><?if ($user->access_level <= 100){?>&nbsp;&nbsp;<A HREF="add_doc_form.php3" target="doc_content"><? print $msg_menu_add_doc ?></A><BR><?}if ($user->access_level <= 200){?>&nbsp;&nbsp;<A HREF="search_doc.php3" target="doc_content"><? print $msg_search_doc  ?></A><BR><?}?></DIV></body></html>

⌨️ 快捷键说明

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