📄 collectdept_top.php
字号:
<?
require_once("../include/admin_or_user.php");
require_once('../include/connection1.php');
require_once('../include/classes.php');
$deptno=3;
$p=new author("","",$deptno);
?>
<link href="../css/hotel.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.STYLE1 {color: #FFFFFF}
-->
</style>
<table width="923" border="0" cellspacing="0">
<tr>
<td width="26%" bgcolor="#6666FF"><span class="STYLE1" align="left">酒店管理系统</span></td>
<td width="37%" bgcolor="#6666FF"><span class="STYLE1" align="center">
<? if(isuser()) {?>
采购部操作员登陆
<? } if(isadmin()){?>
<span class="STYLE1">管理员登陆</span>
<? }?>
</span></td>
<td bgcolor="#6666FF"><div align="right"><a href="../top.php?longout=true" target="_parent"><img src="../photo/exit.jpg" width="21" height="19" border="0" /></a></div></td>
</tr>
<tr>
<td width="100%" colspan="3"><a href="collectdept.php">首页</a>
<a href="#" onmouseover="fun1(memu1)" onclick="isclick(memu1)">查看</a> <a href="addobject.php">登记采购</a> <a href="indexof_all.php">数据修改</a>
<a href="../top.php?longout=true" target="_top">退出
</a> </td>
</tr>
<tr>
<td colspan="3">
<hr />
</td>
</tr>
<tr>
<td>
现在的时间是:
<span class="STYLE2" id=div1>
<? include("../include/clock.inc");?>
</span> </td>
<td> </td>
<td width="37%"> </td>
</tr>
</table>
<? include("../include/deptmenu.html");?>
<input name="clicktag" type="hidden" value="0" />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -