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

📄 admin_login.jsp

📁 本代码是一个权限管理系统源代码
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312"language="java"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>用户管理登录</title>
<link href="../../resources/css/style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
.STYLE1 {color: #FF0000}
.STYLE2 {color: #666666}
-->
</style></head>

<body>
<table width="800" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="11" valign="top"><img src="../../resources/images/page_l2.gif" width="11" height="574" /></td>
    <td class="kuang_tb3_td" valign="top"><table width="80%" border="0" cellspacing="0" cellpadding="0">
  <tr>
	<td height="50" align="left" valign="bottom"><div style="float:left; width:20px; padding:5px"><img src="../../resources/images/anniu2.gif"  align="absmiddle"width="16" height="16" /></div>
	<div style="float:left; width:200px; height:24px; padding-top:4px; font-size:14px; font-weight:bold">用户管理登录</div></td>
  </tr>
  <tr>
    <td height="3" align="left" bgcolor="#55BBFF"></td>
  </tr>
  <tr>
    <td align="center" valign="top" style="padding-top:50px">
	<table width="50%" border="0" cellspacing="0" cellpadding="0">
	<form id="form2" name="form2" method="post" action="<%=request.getContextPath()%>/jsp/unitManage/WTPLogin.do">
<%
		String message = (String)request.getAttribute("message");
		if(message!=null){
%>  		<tr bgcolor="#F0F0F0">
				<td  height="23" align="right" bgcolor="#F0F0F0" class="form1_table_nei" colspan="2"><div align="center" class="STYLE5"><%=message%></div></td>

			</tr>
<%		}
%>
  <tr>
    <td width="40%" height="40" align="right"><span class="STYLE1">*</span>用 户 名:</td>
    <td width="60%" align="left"><input name="userName" type=text class="box" id="userName" value="" size="15" height="20" maxlength="20" alt="登录名:4-16/怪字符/全数字/无内容/下划线/有全角/有空格/有大写/有汉字"></td>
  </tr>
  <tr>
    <td align="right" height="40"><span class="STYLE1">*</span>用户密码:</td>
    <td align="left"><input name="password" type="password" size="15" maxlength="20" height="20"/></td>
  </tr>
  <tr>
    <td colspan="2" height="30" align="center" valign="middle" style="padding-left:50px"><input name="Submit" type="image" value="提交" src="../../resources/images/dlanniu.gif"/>  
      <a href="http://61.185.204.20:12100/PermissionManage" target="_blank"><img src="../../resources/images/zhuce.gif" width="42" height="20" border="0" /></a></td></tr>
  <tr>
    <td height="40" colspan="2" align="right" style="padding-right:80px"><a href="FindPassword.html" target="_blank">忘记密码</a></td>
    </tr>
	</form>
</table></td>
  </tr>
  <tr>
    <td height="3" align="left" bgcolor="#55BBFF"></td>
  </tr>
  <tr>
    <td height="" align="left" class="kuang_tb2" valign="top"><p style="color:#FF0000; font-weight:bold; padding-top:10px">登录说明</p>
      <p>1、WPT的注册用户是统一的帐号和密码,统一的注册和登录,所有系统都是相同的帐号和密码。 <br />
2、成为WPT注册用户,具有动态新闻、在线咨询、评论、在线调查等的访问权限,可以参加WPT组织的各种活动。 <br />
3、如果需要帮助,可以及时和管理员联系,我们将尽快给您回复。</p>
<p>  管理邮箱:manager@seavision.com.cn<br />
    QQ:422674305
    电话:029-88232814<br />
  
版权所有:海恒达远<br />
  网站管理:海恒达远</p></td>
  </tr>
</table></td>
    <td width="6" valign="top"><img src="../../resources/images/page_r2.gif" width="6" height="574" /></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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