📄 login.jsp
字号:
<script language=javascript>if(window.parent.location != window.location){window.parent.location=window.location;}</script><%@ page language="java" pageEncoding="UTF-8"%>
<%@ 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" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
<head>
<html:base />
<%
response.setHeader("Pragma","no-cache");
response.setHeader("Cache-Control","no-cache");
response.setDateHeader("Expires",0);
%>
<title>网通报表系统登陆界面</title>
<script type="text/javascript" src="../common/js/login.js"></script>
</head>
<body>
<div align="center">
<html:form action="/jsp/login" method="post" focus="login" onsubmit ="return checkLogin()" >
<table width="1024" height="769" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="6">
<img src="../common/images/d_01.gif" width="1024" height="507" alt=""></td>
</tr>
<tr>
<td rowspan="8">
<img src="../common/images/d_02.gif" width="358" height="261" alt=""></td>
<td colspan="4" background="../common/images/d_03.gif" width="398" height="27" alt="">
<logic:equal value="true" name="notLogin">
<div align="left" style="font-size: 12;font-weight: bold; font-family: Arial; color: #FF3300;">
您无权浏览该网页,请先登陆系统!
</div>
</logic:equal>
</td>
<td rowspan="2">
<img src="../common/images/d_04.gif" width="268" height="35" alt=""></td>
</tr>
<tr>
<td colspan="4">
<img src="../common/images/d_05.gif" width="398" height="8" alt=""></td>
</tr>
<tr>
<td rowspan="6">
<img src="../common/images/d_06.gif" width="95" height="226" alt=""></td>
<td background="../common/images/d_07.gif" width="160" height="25" alt="">
<html:text property="userId" size="20" maxlength="10" style="border:1px solid #ffffff;" />
</td>
<td>
<img src="../common/images/d_08.gif" width="16" height="25" alt=""></td>
<td colspan="2" background="../common/images/d_09.gif" width="395" height="25" alt="">
<logic:equal value="true" name="wrongID">
<div align="left"
style="font-size: 12; font-weight: bold; font-family: Arial; color: #F30;">
您输入的账号不存在,请重新输入
</div>
</logic:equal>
</td>
</tr>
<tr>
<td>
<img src="../common/images/d_10.gif" width="160" height="18" alt=""></td>
<td colspan="3">
<img src="../common/images/d_11.gif" width="411" height="18" alt=""></td>
</tr>
<tr>
<td background="../common/images/d_12.gif" width="160" height="25" alt="">
<html:password property="password" size="20" maxlength="18" style="border:1px solid #ffffff;" />
</td>
<td>
<img src="../common/images/d_13.gif" width="16" height="25" alt=""></td>
<td colspan="2" background="../common/images/d_14.gif" width="395" height="25" alt="">
<logic:equal value="true" name="wrongPassword">
<div align="left" style="font-size: 12; font-weight: bold;font-family: Arial; color: #FF3300;">
您输入的密码有误,请重新输入
</div>
</logic:equal>
</td>
</tr>
<tr>
<td>
<img src="../common/images/d_15.gif" width="160" height="11" alt=""></td>
<td colspan="3" rowspan="3">
<img src="../common/images/d_16.gif" width="411" height="158" alt=""></td>
</tr>
<tr>
<td background="../common/images/d_17.gif" width="160" height="27" alt="">
<html:submit value = "登陆" style="font-size: 12px;
color: #000000;
cursor: hand;
height: 20px;
vertical-align: text-bottom;
background-color: #FFFFFF;
background-image: url('../images/map_in.gif');
width: 70px;
border: 1px solid #000000 " /> <html:reset value = "重填" style="font-size: 12px;
color: #000000;
cursor: hand;
height: 20px;
vertical-align: text-bottom;
background-color: #FFFFFF;
background-image: url('../images/map_in.gif');
width: 70px;
border: 1px solid #000000 " />
</td>
</tr>
<tr>
<td>
<img src="../common/images/d_18.gif" width="160" height="120" alt=""></td>
</tr>
<tr>
<td>
<img src="../common/images/分隔符.gif" width="358" height="1" alt=""></td>
<td>
<img src="../common/images/分隔符.gif" width="95" height="1" alt=""></td>
<td>
<img src="../common/images/分隔符.gif" width="160" height="1" alt=""></td>
<td>
<img src="../common/images/分隔符.gif" width="16" height="1" alt=""></td>
<td>
<img src="../common/images/分隔符.gif" width="127" height="1" alt=""></td>
<td>
<img src="../common/images/分隔符.gif" width="268" height="1" alt=""></td>
</tr>
</table>
</html:form></div>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -