📄 grxx.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>用户信息</title>
<style type="text/css">
<!--
a { text-decoration: none; color: #003366 }
a:hover { text-decoration: underline }
body { scrollbar-base-color: #F4F4F4; scrollbar-arrow-color: #000000; font-size: 12px; background-color: #EFFFCE }
table { font: 12px Tahoma, Verdana; color: #000000 }
input,select,textarea { font: 11px Tahoma, Verdana; color: #000000; font-weight: normal; background-color: #F4F4F4 }
form { margin: 0; padding: 0}
select { font: 11px Arial, Tahoma; color: #000000; font-weight: normal; background-color: #F4F4F4 }
.nav { font: 12px Tahoma, Verdana; color: #000000; font-weight: bold }
.nav a { color: #000000 }
.header { font: 11px Tahoma, Verdana; color: #000000; font-weight: bold; background-color: #99CC66 }
.header a { color: #000000 }
.category { font: 11px Arial, Tahoma; color: #000000; background-color: #EFEFEF }
.tableborder { background: #D6E0EF; border: 1px solid #000000 }
.singleborder { font-size: 0px; line-height: 1px; padding: 0px; background-color: #F4F4F4 }
.smalltxt { font: 11px Arial, Tahoma }
.outertxt { font: 12px Tahoma, Verdana; color: #000000 }
.outertxt a { color: #000000 }
.bold { font-weight: bold }
.altbg1 { background: #F4F4F4 }
.altbg2 { background: #F8F8F8 }
.maintable { width: 100%; background-color: #EFFFCE }
#Layer1 {
position:absolute;
left:205px;
top:60px;
width:60px;
height:48px;
z-index:1;
}
#Layer2 {
position:absolute;
left:205px;
top:84px;
width:79px;
height:38px;
z-index:1;
background-color: #FF00FF;
}
--></style>
</head>
<body>
<div class="maintable">
<table cellspacing="1" cellpadding="4" width="98%" align="center" class="tableborder">
<tr class="header">
<td height="58"><h1><div align="center">BBS</div></h1></td>
</tr>
</table>
</div>
<table cellspacing="1" cellpadding="4" width="98%" align="center" class="tableborder">
<tr class="header">
<td align="center" height="58"><h1><a href="registry.jsp">用户注册</a></h1></td>
<td align="center" height="58"><h1><a href="myinfo.jsp?pages=1">修改个人信息</a></h1></td>
</tr>
<tr class="header">
<td align="center" height="58"><h1><a href="myinfo.jsp?pages=2">修改个人密码</a></h1></td>
<td align="center" height="58"><h1><a href="myinfo.jsp?pages=3">查询个人信息</a></h1></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -