You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.2 KiB
35 lines
1.2 KiB
<%@page import="java.sql.ResultSet"%>
|
|
<%@page import="javabean.db_conn"%>
|
|
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
|
<%@ include file="verify_login.jsp" %><%--包含验证登陆代码--%>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link href="../default/css/bootstrap.min.css" rel="stylesheet">
|
|
<link href="../default/css/common.css" rel="stylesheet">
|
|
<link href="../default/css/corptravel.css" rel="stylesheet">
|
|
<title>成功支付界面</title>
|
|
<link type="text/css" rel="stylesheet" href="/air_ticket_book/index/css/core.css">
|
|
<link type="text/css" rel="stylesheet" href="/air_ticket_book/index/css/icon.css">
|
|
<link type="text/css" rel="stylesheet" href="/air_ticket_book/index/css/home.css">
|
|
</head>
|
|
<body>
|
|
<div class="ydc-column ydc-column-8">
|
|
<div class="ydc-release-content">
|
|
<div class="ydc-tabPanel ydc-tabPanel-release">
|
|
<div class="ydc-release-tab-head">
|
|
<ul>
|
|
<li class="hit">提示</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<h4><div style="padding-right: 0px; padding-left: 0px; position: relative; margin-top: 50px; margin-left: 50px;">
|
|
支付成功!
|
|
</div> </h4>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |