register_result.jsp
来自「是一个用VB编写得银行ATM机交易的程序」· JSP 代码 · 共 174 行
JSP
174 行
<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
<%--
The taglib directive below imports the JSTL library. If you uncomment it,
you must also add the JSTL library to the project. The Add Library... action
on Libraries node in Projects view can be used to add the JSTL 1.1 library.
--%>
<%--
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
--%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<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;
}
</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"> </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"> </td>
</tr>
</table></td>
<td width="101" height="19" align="center" background="images/top_back02.jpg"><font color="#FFFF00" size="2"><a href="CA/ca_log.jsp">CA登陆</a></font></td>
</tr>
<tr>
<td> </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="left" valign="top" background="images/table01_5.gif"> </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"> </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> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="360" align="center">
<h1>注册成功!</h1>
<a href="log.jsp"><font color="#FF0000" size="2">点这里登录</font></a>
</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>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?