📄 list.jsp
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<%@ page contentType="text/html; Charset=GB2312" %>
<%
if (session.getAttribute("cs_user") == null){ response.sendRedirect("login.jsp");}
%>
<html>
<head>
<title>网上购票</title>
<link href="css/rege.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="container">
<div id="banner"><img src="image/top.jpg" width="700" height="93"></div>
<%@ include file="dat/head.txt"%>
<div id="main">
<p><b>请输入要买票的车次,如不知道车次请到<a href="mvp.jsp">服务中心</a>进行查询</b></p>
<form action="piao.jsp" method="post" name="search">
<p>车次:<input type="text" class="text" name="cs_trainno"></p>
<p>出发站: <input type="text" class="text" name="cs_city1"></p>
<p>目的站: <input type="text" class="text" name="cs_city2"></p>
<p>日期: <input type="text" class="text" name="cs_time"></p>
<p><input type="submit" class="btn" value="生成车票"> <input name="重置" type="reset" class="btn" value="重置">
</form>
</div>
<div id="foot">
版权所有<a href="mailto:xusongsong217x@126.com">作者</a>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -