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

📄 admin_wel.jsp

📁 本程序主要实现对管理系统的初步管理
💻 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">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;业务处理</font></td>
  				<td height="30"><font size="5" color="red">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;仓库经营管理</font></td>
  				<td height="30"><font size="5" color="red">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;状态查询</font></td>
  			</tr>
  			
  			<tr>
  				<td height="5"><font size="5" color="red">&nbsp;</font></td>
  				<td height="5"><font size="5" color="red">&nbsp;</font></td>
  				<td height="5s"><font size="5" color="red">&nbsp;</font></td>
  			</tr>
  			
  			<tr>
 				<td height="30"><font color="yellow">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1、</font><a href="<%=request.getContextPath() %>/Controller?act=in_goods_Operation"><font color="white" >存入货物</font></a></td>
 				<td height="30"><font color="yellow">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1、</font><a href="<%=request.getContextPath() %>/Controller?act=rent_house"><font color="white" >仓库出租</font></a></td>
  				<td height="30"><font color="yellow">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2、</font><a href="<%=request.getContextPath() %>/Controller?act=out_goods_Operation"><font color="white" >取出货物</font></a></td>
 				<td height="30"><font color="yellow">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2、</font><a href="<%=request.getContextPath() %>/Controller?act=book_house"><font color="white" >仓库预约</font></a></td>
  				<td height="30"><font color="yellow">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;   </font><a href="#"><font color="white" ></font></a></td>
 				<td height="30"><font color="yellow">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3、</font><a href="#"><font color="white" >仓库回收</font></a></td>
  				<td height="30"><font color="yellow">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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 + -