📄 login.jsp
字号:
<%@ page language="java" contentType="text/html; charset=GBK"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles"%>
<html>
<head>
<title>欢迎访问高校图书馆管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.style1 {
border: 1px dashed #333399;
}
.style2 {
font-size: 12px
}
.style3 {
color: #125BC8;
font-size: 12px;
}
-->
</style>
</head>
<body>
<html:form action="/login.do">
<!-- ImageReady Slices (未标题-1) -->
<p>
</p>
<p>
</p>
<p>
</p>
<table width="531" height="279" border="0" align="center"
cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<img src="images/part1.gif" width="531" height="80" alt="">
</td>
</tr>
<tr>
<td rowspan="3">
<img src="images/part2.gif" width="167" height="199" alt="">
</td>
<td colspan="2">
<img src="images/part3.gif" width="364" height="75" alt="">
</td>
</tr>
<tr>
<td width="269" height="115" valign="top">
<table width="84%" height="100%" border="0" align="center"
cellpadding="0" cellspacing="0">
<tr>
<td>
<span class="style2">用户名/卡号:</span>
</td>
<td>
<html:text property="unameOrCardNo" styleClass="style1"
size="18" maxlength="15"></html:text>
</td>
</tr>
<tr>
<td>
<span class="style2">密码:</span>
</td>
<td>
<html:password property="pwd" styleClass="style1" size="18"
maxlength="15"></html:password>
</td>
</tr>
<tr>
<td>
<span class="style2">身份:</span>
</td>
<td>
<span class="style2"> <html:radio property="type"
styleClass="style2" value="读者">读者</html:radio> <html:radio
property="type" styleClass="style2" value="管理员">管理员</html:radio>
</span>
</td>
</tr>
<tr valign="bottom">
<td colspan="2">
<div align="right">
<input type="image" src="images/enter.gif" width="67"
height="18" border="0">
</div>
</td>
</tr>
</table>
</td>
<td rowspan="2">
<img src="images/part5.gif" width="95" height="124" alt="">
</td>
</tr>
<tr>
<td>
<img src="images/part6.gif" width="269" height="9" alt="">
</td>
</tr>
</table>
<!-- End ImageReady Slices -->
<table width="531" border="0" align="center" cellpadding="5"
cellspacing="0">
<tr>
<td>
<ul>
<html:errors />
</ul>
</td>
</tr>
</table>
<p align="center">
</p>
</html:form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -