📄 login.jsp
字号:
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ page contentType="text/html; charset=GBK" %>
<html:html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>社科院电子所务系统</title>
<link href="../css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<html:form action="/loginManager" method="post">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="109" height="8" background="../images/login_01.gif">
<html:img width="1" height="1" src="../images/spacer.gif"/>
</td>
<td width="794">
<html:img width="1" height="1" src="../images/spacer.gif"/>
</td>
<td background="../images/login_01.gif">
<html:img width="1" height="1" src="../images/spacer.gif"/>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0"
background="../images/login_03.gif">
<tr>
<td width="109" height="97">
</td>
<td width="300" valign="top">
<html:img width="291" height="71" src="../images/login_05.gif"/>
</td>
<td width="494" align="right" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="11">
<html:img width="1" height="1" src="../images/spacer.gif"/>
</td>
</tr>
<tr>
<td align="right">
<html:link href="#"><html:img width="71" height="17" border="0" src="../images/login_08.gif"/> </html:link>
</td>
</tr>
</table>
</td>
<td>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="109" height="10">
<html:img width="1" height="1" src="../images/spacer.gif"/>
</td>
<td>
<html:img width="1" height="1" src="../images/spacer.gif"/>
</td>
<td width="281">
<html:img width="1" height="1" src="../images/spacer.gif"/>
</td>
<td>
<html:img width="1" height="1" src="../images/spacer.gif"/>
</td>
<td>
<html:img width="1" height="1" src="../images/spacer.gif"/>
</td>
<td bgcolor="#92BBD7">
<html:img width="1" height="1" src="../images/spacer.gif"/>
</td>
</tr>
<tr>
<td>
<html:img width="109" height="181" src="../images/login_13.gif"/>
</td>
<td width="10">
<html:img width="1" height="1" src="../images/spacer.gif"/>
</td>
<td>
<html:img width="281" height="181" src="../images/login_15.jpg"/>
</td>
<td width="493" align="center" background="../images/login_16.jpg">
<table width="90%" border="0" cellspacing="5" cellpadding="0">
<tr>
<td width="60" align="right" class="F02">
用户名:
</td>
<td>
<html:text styleClass="input3" property="username" size="25"/>
</td>
</tr>
<tr>
<td align="right" class="F02">
密 码:
</td>
<td>
<html:password styleClass="input3" property="password" size="25"/>
<html:submit styleClass="buttonface" value=" 登录 " property="Button" onclick="location.href='index.htm'"/>
</td>
</tr>
<tr>
<td>
</td>
<td class="F02">
</td>
</tr>
</table>
</td>
<td width="10">
<html:img width="1" height="1" src="../images/spacer.gif"/>
</td>
<td>
<html:img width="100" height="181" src="../images/login_18.gif"/>
</td>
</tr>
<tr>
<td height="10">
<html:img width="1" height="1" src="../images/spacer.gif"/>
</td>
<td>
<html:img width="1" height="1" src="../images/spacer.gif"/>
</td>
<td>
<html:img width="1" height="1" src="../images/spacer.gif"/>
</td>
<td>
<html:img width="1" height="1" src="../images/spacer.gif"/>
</td>
<td>
<html:img width="1" height="1" src="../images/spacer.gif"/>
</td>
<td>
<html:img width="100" height="10" src="../images/login_21.gif"/>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="109" height="93" background="../images/login_22.gif">
</td>
<td width="291" valign="bottom" background="../images/login_22.gif">
<html:img width="291" height="68" src="../images/login_40.gif"/>
</td>
<td align="right" valign="top" background="../images/login_22.gif"><br><br></td>
</tr>
<tr>
<td height="100" class="td02">
</td>
<td class="td02">
</td>
<td class="td02">
</td>
</tr>
</table>
</html:form>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -