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

📄 ca_log.jsp

📁 是一个用VB编写得银行ATM机交易的程序
💻 JSP
字号:
<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>

<%@ 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" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">  
<html:html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <title>欢迎进入证书认证系统!</title>
    <style type="text/css">
<!--
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #59758a;
}
.BottomLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.RoundTable {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #9099A9;
	border-right-color: #9099A9;
	border-bottom-color: #9099A9;
	border-left-color: #9099A9;
}
-->
    </style>
	
	<style>
	.rt,.rb{
display:block;
width:652px;
margin-left:0px;
margin-right:0px;
}
.rt{
margin-top:5px;
}
.rb{
margin-bottom:5px;

}
.rt *{
display:block;
height: 1px;
overflow: hidden;
background-color:#330011;
border-left:1px solid #330011;
border-right:1px solid #330011;
}
.rb *{
display:block;
height: 1px;
overflow: hidden;
background-color:#8F97A7;
border-left:1px solid #aa00ee;
border-right:1px solid #aa00ee;
}

.rb1{
margin: 0 6px;
background-color:#8F97A7;
}
.rb2{
margin: 0 4px;
border-width:0px 2px;
background-color:#8F97A7;
}
.rb3{
margin: 0 3px;
background-color:#8D95A5;
}
.rb4{
margin: 0 2px;
background-color:#8D95A5;
}
.rb5{
margin: 0 1px;
height: 2px;
background-color:#8D95A5;
}
.rb6 {display:block;
width:650px;
margin-left:0px;
margin-right:0px;
}
    .rt1 {display:block;
width:650px;
margin-left:0px;
margin-right:0px;
}
    .STYLE1 {color: #000000}
    </style>
    </head>
    <body>
	<center>
    <table width="720" height="600" border="0" cellpadding="0" cellspacing="0" bordercolor="#0066FF">
      <tr>
        <td width="760" height="46" valign="top" background="images/top_back01.jpg"><table width="720" height="46" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td width="150" rowspan="2" background="images/top01.jpg">&nbsp;</td>
            <td width="469" rowspan="2" align="left" valign="top"><table width="150" height="46" border="0" cellpadding="0" cellspacing="0">
              <tr>
                <td background="images/CardSystem.gif">&nbsp;</td>
              </tr>
            </table></td>
            <td width="101" height="19" background="images/top_back02.jpg">&nbsp;</td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td width="760" height="505" align="center" bgcolor="#FFFFFF">
		
		
		  <b class="rt"> <b class="rb1"></b> <b class="rb2"></b> <b class="rb3"></b> <b class="rb4"></b> <b class="rb5"></b> </b><table width="650" height="460" border="0" cellpadding="0" cellspacing="0" bordercolor="#949CAC" class="RoundTable">
  <tr>
    <td><table width="650" height="460" border="0" cellpadding="0" cellspacing="0" class="RoundTable">
      <tr>
        <td height="30" colspan="2" align="center" valign="bottom" background="images/table01_5.gif">&nbsp;</td>
      </tr>
      <tr>
        <td width="230" height="430" align="left" valign="top"><table width="214" height="194" border="0" cellpadding="0" cellspacing="0">
            <tr>
              <td background="images/lock.jpg">&nbsp;</td>
            </tr>
        </table></td>
        <td height="430" align="center" valign="middle"><table width="400" height="420" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td height="60" align="center"><table  class="BottomLine" width="350" height="60" border="0" cellpadding="0" cellspacing="0">
              <tr>
                <td align="center" valign="bottom"><span class="STYLE1"><b><font size="6" face="华文中宋">CA登录界面</font></b></span></td>
              </tr>
            </table></td>
          </tr>
          <tr>
            <td height="360">
			<center><html:form action="/CA" focus="userName">
			<table width="200" border="1" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">
                <tr>
                  <td width="66" align="center" bgcolor="#8F97A7">用户名</td>
                  <td width="134" align="left" bgcolor="#8F97A7"><html:text property="userName"  value="" size="15" /></td>
                </tr>
                <tr>
                  <td align="center" bgcolor="#8F97A7">密&nbsp;&nbsp;&nbsp;&nbsp;码</td>
                  <td align="left" bgcolor="#8F97A7"><html:password property="userPsw"  value="" size="15" /></td>
                </tr>
                <tr>
                  <td colspan="2" align="center" bgcolor="#8F97A7"><html:submit property="submit" value="提交"/>
                    &nbsp;&nbsp;
                    <html:reset  value="重置" property="reset" /></td>
                </tr>
              </table>
			  </html:form>                 
			</center>  
			</td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
</table>
<b class="rb"> <b class="rb5"></b> <b class="rb4"></b> <b class="rb3"></b> <b class="rb2"></b> <b class="rb1"></b> </b></td>
      </tr>
      <tr>
        <td height="50" align="center" valign="middle" bgcolor="#FFFFFF" ><font size="2">Copyright © 2008 北京交通大学交通运输学院商务考研战队 </font></td>
      </tr>
    </table>   
	</center>    
    </body>
</html:html>

⌨️ 快捷键说明

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