📄 admin_wel.jsp
字号:
<%@ page contentType="text/html; charset=GBK"%>
<html>
<head>
<title>欢迎页面</title>
</head>
<body bgcolor="green">
<center>
<br><br>
<font color="yellow" face="华文彩云" size="6">欢迎使用仓库管理系统</font>
<br><br><br>
<form action="#">
<table align="center" width="80%">
<tr>
<td height="30"><font size="5" color="red"> 业务处理</font></td>
<td height="30"><font size="5" color="red"> 仓库经营管理</font></td>
<td height="30"><font size="5" color="red"> 状态查询</font></td>
</tr>
<tr>
<td height="5"><font size="5" color="red"> </font></td>
<td height="5"><font size="5" color="red"> </font></td>
<td height="5s"><font size="5" color="red"> </font></td>
</tr>
<tr>
<td height="30"><font color="yellow"> 1、</font><a href="<%=request.getContextPath() %>/Controller?act=in_goods_Operation"><font color="white" >存入货物</font></a></td>
<td height="30"><font color="yellow"> 1、</font><a href="<%=request.getContextPath() %>/Controller?act=rent_house"><font color="white" >仓库出租</font></a></td>
<td height="30"><font color="yellow"> 1、</font><a href="<%=request.getContextPath() %>/Controller?act=house_list_Operation"><font color="white" >仓库状态</font></a></td>
</tr>
<tr>
<td height="30"><font color="yellow"> 2、</font><a href="<%=request.getContextPath() %>/Controller?act=out_goods_Operation"><font color="white" >取出货物</font></a></td>
<td height="30"><font color="yellow"> 2、</font><a href="<%=request.getContextPath() %>/Controller?act=book_house"><font color="white" >仓库预约</font></a></td>
<td height="30"><font color="yellow"> 2、</font><a href="<%=request.getContextPath() %>/Controller?act=goods_list_Operation"><font color="white" >货物信息</font></a></td>
</tr>
<tr>
<td height="30"><font color="yellow"> </font><a href="#"><font color="white" ></font></a></td>
<td height="30"><font color="yellow"> 3、</font><a href="#"><font color="white" >仓库回收</font></a></td>
<td height="30"><font color="yellow"> 3、</font><a href="<%=request.getContextPath() %>/Controller?act=company_list_Operation"><font color="white" >公司情况</font></a></td>
</tr>
</table>
<br><br>
<a href="<%=request.getContextPath() %>/Controller?act=change_admin"><font color="yellow">更改用户</font></a>
</form>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -