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

📄 login.jsp

📁 实现银行系统中某个部门的计算机设备管理、公共信息管理、权限用户管理、系统设置等,为系统的安全正常运行提供保障
💻 JSP
字号:
<%@ page language="java" import="java.util.*,com.isoftstone.banktearm1.vo.*" pageEncoding="gb2312"%>
<%@ page errorPage="SysErrorPage.jsp" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<html>
<head>
<title>中国人民银行
</title>
<SCRIPT>
     	
     	function userLogin()
     	{
     		document.myform.action="LoginProcess?code=1";
     		
     		document.myform.submit();
     	}
     	
     </SCRIPT>
<style type="text/css">
<!--
.STYLE1 {font-size: 12px}
.STYLE2 {
	color: #666666;
	font-size: 12px;
}
.Input {
	BACKGROUND-COLOR: #ffffff  ; BORDER-BOTTOM: #000000   1px solid; BORDER-LEFT: #000000    1px solid; BORDER-RIGHT: #000000    1px solid; BORDER-TOP: #000000    1px solid; FONT-SIZE: 9pt; HEIGHT: 19px;FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif,??
}
table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F3F3F3;
	border-right-color: #F3F3F3;
	border-bottom-color: #F3F3F3;
	border-left-color: #F3F3F3;
}
.table-text {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
-->
</style>
</head>
<%
	String errorMessage=null;
	errorMessage=(String)request.getAttribute("errorMessage");
	ArrayList mylist=(ArrayList)request.getAttribute("mylist");
	

 %>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">



<!-- ImageReady Slices (login915.psd) -->
<table id="__01" width="1020" height="568" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td>
			<img src="img/login915_01.gif" width="113" height="40" alt=""></td>
		<td>
			<img src="img/login915_02.gif" width="366" height="40" alt=""></td>
		<td>
			<img src="img/login915_03.gif" width="209" height="40" alt=""></td>
		<td>
			<img src="img/login915_04.gif" width="313" height="40" alt=""></td>
		<td>
			<img src="img/login915_05.gif" width="19" height="40" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="img/login915_06.gif" width="113" height="29" alt=""></td>
		<td>
			<img src="img/login915_07.gif" width="366" height="29" alt=""></td>
		<td>
			<img src="img/login915_08.gif" width="209" height="29" alt=""></td>
		<td>
			<img src="img/login915_09.gif" width="313" height="29" alt=""></td>
		<td>
			<img src="img/login915_10.gif" width="19" height="29" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="img/login915_11.gif" width="113" height="36" alt=""></td>
		<td>
			<img src="img/login915_12.gif" width="366" height="36" alt=""></td>
		<td>
			<img src="img/login915_13.gif" width="209" height="36" alt=""></td>
		<td>
			<img src="img/login915_14.gif" width="313" height="36" alt=""></td>
		<td>
			<img src="img/login915_15.gif" width="19" height="36" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="img/login915_16.gif" width="113" height="22" alt=""></td>
		<td>
			<img src="img/login915_17.gif" width="366" height="22" alt=""></td>
		<td bgcolor="red">
			<%
				if(errorMessage!=null){
					%><%=errorMessage%><%
				}
				else{
			 %>
			<img src="img/login915_18.gif" width="209" height="22" alt=""></td>
				<%} %>
		<td>
			<img src="img/login915_19.gif" width="313" height="22" alt=""></td>
		<td>
			<img src="img/login915_20.gif" width="19" height="22" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="img/login915_21.gif" width="113" height="137" alt=""></td>
		<td>
			<img src="img/login915_22.gif" width="366" height="137" alt=""></td>
		<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
		<form name="myform" action="Manager/code=1" method="post">
          <tr>
            <td colspan="2"><span class="STYLE2">&nbsp;请输入密码</span></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td><div align="right" class="STYLE1">工号:</div></td>
            <td><label>
              <input name="workerId" type="text" class="Input" size="20">
            </label></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td><div align="right" class="STYLE1">密码:</div></td>
            <td><input name="password" type="password" class="Input"  size="20"></td>
          </tr>
          <tr>
            <td colspan="2"><div align="center">
           <input type="hidden" name="code" value="1">
            <a href="Manager">
            <img src="img/submit_03.gif" width="71" height="29" border="0" usemap="#Map" onClick="userLogin()">
            </a>
            <img src="img/reset_04.gif" width="73" height="29" border="0" usemap="#Map2"></div></td>
          </tr>
		  </form>
        </table></td>
		<td>
			<img src="img/login915_24.gif" width="313" height="137" alt=""></td>
		<td>
			<img src="img/login915_25.gif" width="19" height="137" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="img/login915_26.gif" width="113" height="34" alt=""></td>
		<td>
			<img src="img/login915_27.gif" width="366" height="34" alt=""></td>
		<td>
			<img src="img/login915_28.gif" width="209" height="34" alt=""></td>
		<td>
			<img src="img/login915_29.gif" width="313" height="34" alt=""></td>
		<td>
			<img src="img/login915_30.gif" width="19" height="34" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="img/login915_31.gif" width="113" height="105" alt=""></td>
		<td>
			<img src="img/login915_32.gif" width="366" height="105" alt=""></td>
		<td>
			<img src="img/login915_33.gif" width="209" height="105" alt=""></td>
		<td rowspan="2" valign="top" bgcolor="#AD0404"><div align="center">
		  <table width="90%" border="0" cellpadding="0" cellspacing="0" class="table-text">
            <tr>
              <td colspan="2"><img src="img/updata_08.gif" width="64" height="17"></td>
            </tr>
            <tr>
				<td width="6%"></td>
				<td width="94%">&nbsp;</td>
			</tr>
			<%
			if(mylist!=null){
				Iterator it=mylist.iterator();
				while(it.hasNext()){
					BankTeam1ArticleVo myvo=(BankTeam1ArticleVo)it.next();
					%>
					<tr>
						<td width="6%"></td>
						<td width="94%"><%=myvo.getArt_title() %></td>
					</tr>
					<%
				}
			}
			else{
				%>
					<tr>
						<td width="6%"></td>
						<td width="94%">&nbsp</td>
					</tr>
					<tr>
						<td width="6%"></td>
						<td width="94%">&nbsp</td>
					</tr>
					<tr>
						<td width="6%"></td>
						<td width="94%">&nbsp</td>
					</tr>
					<tr>
						<td width="6%"></td>
						<td width="94%">&nbsp</td>
					</tr>
					<tr>
						<td width="6%"></td>
						<td width="94%">&nbsp</td>
					</tr>
					
				<%
			}
			 %>
            
            
            
            
            
            <tr>
				<td width="6%"></td>
				<td width="94%">&nbsp;</td>
			</tr>
                  </table>
	    </div></td>
		<td>
			<img src="img/login915_35.gif" width="19" height="105" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="img/login915_36.gif" width="113" height="144" alt=""></td>
		<td>
			<img src="img/login915_37.gif" width="366" height="144" alt=""></td>
		<td>
			<img src="img/login915_38.gif" width="209" height="144" alt=""></td>
		<td>
			<img src="img/login915_39.gif" width="19" height="144" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="img/login915_40.gif" width="113" height="21" alt=""></td>
		<td>
			<img src="img/login915_41.gif" width="366" height="21" alt=""></td>
		<td>
			<img src="img/login915_42.gif" width="209" height="21" alt=""></td>
		<td>
			<img src="img/login915_43.gif" width="313" height="21" alt=""></td>
		<td>
			<img src="img/login915_44.gif" width="19" height="21" alt=""></td>
	</tr>
</table>


<!-- End ImageReady Slices -->

<map name="Map"><area shape="rect" coords="11,6,67,31" href="#"></map>
<map name="Map2"><area shape="rect" coords="13,6,72,34" href="#"></map></body>
</html>

⌨️ 快捷键说明

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