📄 weddingcheck.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!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">
<!--
.style1 {font-size: xx-large}
.style2 {font-size: large}
-->
</style>
</head>
<body>
<form method="post" action="" name="form1">
<table width="997" height="55" border="1" bgcolor="#CC3366">
<tr>
<th width="488" scope="col"><A href="weddingRegister.jsp"><span class="style1">预约登记</span></A></th>
<th width="493" scope="col"><A href="weddingCheck.jsp"><span class="style1">预约查询</span></A></th>
</tr>
</table>
<p>现在的位置是:预约查询</p>
<table width="998" height="29" border="1">
<tr>
<td width="988" bgcolor="#9966CC"> </td>
</tr>
</table>
<p align="center" class="style1"><strong>预约查询</strong></p>
<p align="center" class="style2">预约编号:<input type="text" name="wedding_id">
</p>
<p align="center" class="style2"> 密码:<input type="password" name="password">
</p>
<p align="center" class="style2"> </p>
<p align="center" class="style2"> <input type="submit" value="查询" name="submit">
<input type="reset" value="重置" name="reset">
</p>
<table width="996" height="29" border="1" bgcolor="#CC66FF">
<tr>
<td> </td>
</tr>
</table>
<p align="center" class="style2"> </p>
<p align="center"> </p>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -