⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_left.php

📁 医院网站系统
💻 PHP
字号:
<?
Session_Start();
if($usersession=="")
echo "你好,请先<a href=index.html target=\"_blank\">登陆</a>再浏览本页";
else echo"
<style type=\"text/css\">
<!--
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
	font-style: italic;
	font-size:17px;
}
a:active {
	text-decoration: none;
	color: #000066;
}
.STYLE2 {font-size: 14px}
-->
</style></head>

<body>
<p><span class=\"STYLE2\"><a href=\"worker_list.php\" target=\"mainFrame\">职工一览</a><br />
    <a href=\"addworker.html\" target=\"mainFrame\">职工添加</a><br />
    <a href=\"delworker.html\" target=\"mainFrame\">职工删除</a><br />
    <a href=\"updateworker.html\" target=\"mainFrame\">修改职工信息</a><br />
	<a href=\"find.html\" target=\"mainFrame\">快速查找职工</a><br />
    <a href=\"secker_list.php\" target=\"mainFrame\">病人一览</a><br />
    <a href=\"addsecker.html\" target=\"mainFrame\">增加病人</a><br />
    <a href=\"delsecker.html\" target=\"mainFrame\">删除病人</a><br />
    <a href=\"updatesecker.html\" target=\"mainFrame\">修改病人信息</a><br />
	<a href=\"findsecker.html\" target=\"mainFrame\">快速查找病人</a><br />
    <a href=\"sorry.php\" target=\"mainFrame\">药品一览</a><br />
    <a href=\"sorry.php\" target=\"mainFrame\">增加药品</a><br />
    <a href=\"sorry.php\" target=\"mainFrame\">删除药品</a><br />
    <a href=\"sorry.php\" target=\"mainFrame\">修改药品信息</a><br />
    <a href=\"sorry.php\" target=\"mainFrame\">病房一览 </a><br />
    <a href=\"sorry.php\" target=\"mainFrame\">增加病房</a><br />
    <a href=\"sorry.php\" target=\"mainFrame\">删除病房 </a><br />
    <a href=\"sorry.php\" target=\"mainFrame\">修改病房信息</a></span></p>
</body>
</html>";
?>

⌨️ 快捷键说明

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