Server IP : 103.6.199.200 / Your IP : 3.144.38.184 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Domains/airzones/onlinebooking.airzone.sg/wwwroot/ |
Upload File : |
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Order_Confirmation.aspx.cs" Inherits="WebBooking.Order_Confirmation" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <%--<meta name="author" content="">--%> <title>AirZone POS-Online Booking</title> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <link href="css/animate.css" rel="stylesheet"> <link href="css/main.css" rel="stylesheet"> <link href="css/responsive.css" rel="stylesheet"> <link href="css/bootstrap-datepicker.css" rel="stylesheet" type="text/css" /> <script src="jquery/1.9.1/jquery.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/bootstrap-datepicker.js" type="text/javascript"></script> <script src="js/jquery-1.7.1.min.js" type="text/javascript"></script> <style type="text/css"> #content { text-align: center; display: block; width: 100%; background: #fff; padding: 25px 20px; padding-bottom: 15px; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px; -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px; } dt, dd { margin: auto; /*width: 50%;*/ padding: 18px; /*margin-left: 50px;*/ font-size: 20px; } #Box { margin: auto; width: 50%; padding: 10px; border: #e0fde0; border-style: groove; border-radius: 14px; background-color: #e1eae2; } footer { text-align: center; } @media only screen and (max-width:600px) { #Box { margin: auto; width: 100%; padding: 10px; border: #e0fde0; border-style: groove; border-radius: 14px; background-color: #e1eae2; } } .style1 { width: 100%; } .style2 { width: 195px; } </style> <!--[if lt IE 9]> <script src="js/html5shiv.js"></script> <script src="js/respond.min.js"></script> <![endif]--> </head> <!--/head--> <body> <header id="header"><!--header--> <div class="header_top"><!--header_top--> <div class="container"> <div class="row"> <div class="col-sm-6"> <div class="contactinfo"> <ul class="nav nav-pills"> <li><a href="tel:+65 3159 0767"><i class="fa fa-phone"></i>+65 3159 0767</a></li> <li><a href="mailto:info@airzone.sg"><i class="fa fa-envelope"></i>info@airzone.sg</a></li> </ul> </div> </div> <div class="col-sm-6"> <div class="social-icons pull-right"> <ul class="nav navbar-nav"> <li><a href="https://www.facebook.com/Airzonesg/"><i class="fa fa-facebook"></i></a></li> <li><a href="https://www.instagram.com/airzone_sg/"><i class="fa fa-instagram"></i></a></li> <li><a href="http://www.airzone.sg/"><i class="fa fa-globe"></i></a></li> <%--<li><a href=""><i class="fa fa-dribbble"></i></a></li> <li><a href=""><i class="fa fa-google-plus"></i></a></li>--%> </ul> </div> </div> </div> </div> </div><!--/header_top--> <div class="header-middle"><!--header-middle--> <div class="container"> <div class="row"> <div class="col-sm-4"> <div class="logo pull-left"> <a href="#"><img src="images/logo.png" alt="" /></a> </div> </div> <div class="col-sm-8"> <div class="shop-menu pull-right"> <%--<ul class="nav navbar-nav"> <li>Home</li> <li>Online Booking</li> <li>Log in</li> </ul>--%> </div> </div> </div> </div> </div><!--/header-middle--> </header> <!--/header--> <div class="container"> <div id="content" class="row"> <form runat="server"> <div class="notify successbox"> <h1>Transaction Successful!</h1><br /> <span class="alerticon"><img src="images/check.png" height="70px" alt="checkmark" /></span><br /> </div> <div id="Box"> <br /> <%--<table class="style1" align="center" cellpadding="2" cellspacing="2"> <tr> <td align="left" class="style2" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; text-transform: uppercase; color: #000000" valign="middle"> Booking ID :</td> <td class="style2" style="font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-size: 20px; font-weight: bold"> eberfdasf</td> </tr> <tr> <td align="left" class="style2" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; text-transform: uppercase; color: #000000"> Booking Date :</td> <td class="style2"> </td> </tr> <tr> <td align="left" class="style2" style="font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; text-transform: uppercase; color: #000000"> Total Cost :</td> <td class="style2"> </td> </tr> </table>--%> <dl class="dl-horizontal" style="margin-bottom: 0px;padding: 25px;"> <dt> Booking ID : </dt> <dd> <asp:Literal ID="ltrBookingID" runat="server"></asp:Literal> </dd> <dt> Booking Date : </dt> <dd> <asp:Literal ID="ltrDate" runat="server"></asp:Literal> </dd> <dt> Total Cost : </dt> <dd> <asp:Literal ID="ltrCost" runat="server"></asp:Literal> </dd> </dl> <h3>Thank you for your booking.</h3><br /> <h4 style="color: #3d89c3;">AIRZONE</h4> </div> <div class="notify successbox" style="padding: 20px;"> <asp:Button ID="btn_Confirm" class="btn btn-success" runat="server" Text="OK" onclick="btn_Confirm_Click" /> </div> </form> </div> </div> <!--/#do_action--> <footer id="footer"><!--Footer--> <div class="footer-bottom"> <div class="container"> <div class="row"> <p class="pull-left">Copyright © 2017 AirZone POS. All rights reserved.</p> <p class="pull-right">Developed by <span><a target="_blank" href="http://www.icomsoftsolutions.com">ICOM</a></span></p> </div> </div> </div> </footer> <!--/Footer-->