📄 login.jsp
字号:
<%@ page language="java" pageEncoding="gb2312"%>
<%@ page import="java.util.*" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%
Hashtable dynamicParameter = ( Hashtable)request.getAttribute( "dynamicParameter" );
%>
<html>
<head>
<meta name="Author" content="BlueSailor">
<SCRIPT language="JavaScript">
<!--
if(self!=top){top.location=self.location}
//-->
</SCRIPT>
<title>管理员登陆</title>
<%@ include file="../css.jsp" %>
</head>
<body text="#000000">
<br><br><br>
<html:form action="/admin/loginCheck">
<div align="center">
<table cellpadding=3 cellspacing=1 border=0 width=316 bgcolor="#183EAD" height="43">
<tr bgcolor=#F0AA06>
<td bgcolor="#027CD7" align=center colspan="2" height="23" width="304">
<p align="center"><font color="#ffffff"><b>管理员d登陆</b></font></p>
</td>
</tr>
<tr bgcolor=#F0AA06>
<td width="81" align="center" height="19" bgcolor="#B5CBFF">
<div align="left"> 管理员名称:</div>
</td>
<td width="213" height="19" bgcolor="#ECF1FF">
<html:text property="userName" size="15"></html:text>
</td>
</tr>
<tr bgcolor=#F0AA06>
<td width="81" align="center" height="27" bgcolor="#B5CBFF">
<div align="left"> 管理员密码:</div>
</td>
<td width="213" height="27" bgcolor="#ECF1FF">
<html:password property="password" size="15"></html:password>
</td>
</tr>
<tr bgcolor=#F0AA06>
<td bgcolor="#B5CBFF" align=center colspan="2" height="1" width="304">
<input name="Submit3" type="submit" class="noBorder" value="提交">
</td>
</tr>
</table>
</div>
</html:form>
<br>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -