📄 st_index.jsp
字号:
<%@ page language="java" pageEncoding="UTF-8"%>
<head>
<style type="text/css">
.STYLE2 {font-size: 12px}
.style4 {font-size: 12}
.style5 {color: #0000FF}
</style>
</head>
<body bgcolor="#F1F4F8">
<%
if (session.getAttribute("yid")==null) {
%>
<script language=javascript>
window.location.href="../erro.jsp";
</script>
<%
}
if (!("经理".equals(session.getAttribute("job"))||"库存员".equals(session.getAttribute("job")))) {
%>
<script language=javascript>
alert("对不起,您没有这个权限!");
window.location.href="../index_body.jsp";
</script>
<%
}
%>
<table width="666" height="493">
<tr>
<td bgcolor="#FFCCFF" width="696" height="30">
<table width="564" border="0" align="center" height="29">
<tr>
<td width="229" align="center">
<a href="../servlet/StockShoppingSelectAll" target="st_body" class="style4 style5">查询库存信息</a> </td>
<td width="200" align="center">
<a href="../servlet/StockShoppingBaojingAll" target="st_body" class="style4 style5">报警信息查看</a> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="696" height="450" valign="baseline" bgcolor="#F1F4F8">
<iframe allowtransparency="true" width="660" frameborder="0"
scrolling="no" height="450" name="st_body" src="../images/desk.gif"></iframe>
</td>
</tr>
</table>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -