add vac order
parent
2a01d0f4cc
commit
78d1efe793
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,84 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
<title>China Reisen und China Rundreisen individuell | China Highlights</title>
|
||||
|
||||
<link href="https://data.chinahighlightstravel.de/information-view/bootstrap/css/bootstrap.min.css" rel="stylesheet"
|
||||
type="text/css" />
|
||||
<link href="https://data.chinahighlightstravel.de/information-view/information/css/order.css" rel="stylesheet"
|
||||
type="text/css" />
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://data.chinahighlightstravel.de/information-view/bootstrap/js/respond.min.js" type="text/javascript"></script>
|
||||
<![endif]-->
|
||||
<script src="https://data.chinahighlightstravel.de/information-view/information/js/jquery.min.js"
|
||||
type="text/javascript"></script>
|
||||
<script src="https://data.chinahighlightstravel.de/information-view/bootstrap/js/bootstrap.js"
|
||||
type="text/javascript"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="modal-open">
|
||||
|
||||
<div id="headerWrapper">
|
||||
<div id="header">
|
||||
<div id="mainnav" class="nav navbar" role="navigation">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-lg-3 col-sm-4 logobox hidden-xs">
|
||||
<a href="/">
|
||||
<img width="135"
|
||||
src="http://data.chinahighlightstravel.de/public/pic/common/widget/header/pic/logo1_3d64397.jpg"
|
||||
alt="logo">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-16 col-sm-13 col-lg-offset-3 col-sm-offset-4">
|
||||
<div class="navbar-header">
|
||||
<div class="col-xs-24 btn-lg"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-5 col-sm-7 hidden-xs pull-right nopadding">
|
||||
<div class="tollfree pull-right">
|
||||
<div class="col-xs-24 btn-sm"></div>
|
||||
<div class="currentNo col-sm-24 nopadding"><span class="glyphicon glyphicon-earphone"
|
||||
style="font-size:12px;"></span> 800-2682918 (USA/CA)</div>
|
||||
<div class="col-sm-24">
|
||||
<div class="currentNo col-sm-24 nopadding"> 1800-764678 (AU)</div>
|
||||
<div class="currentNo col-sm-24 nopadding"> 0800-0327753 (UK)</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bs-example bs-example-modal" data-example-id="static-modal">
|
||||
<div class="modal" style="display:block;">
|
||||
<div class="modal-dialog" style="margin-top:200px;">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h3 class="modal-title text-success" id="modal-title">Erfolg!<a class="anchorjs-link"
|
||||
href="#modal-title"><span class="anchorjs-icon"></span></a></h3>
|
||||
</div>
|
||||
<div class="modal-body" style="height:150px;">
|
||||
<h4 style="padding-top:10px;">Für jeglichen Grund kontaktieren Sie bitte Ihren Reiseführer.</h4>
|
||||
<p>----<a href="http://www.chinahighlightstravel.de" class="">www.chinahighlightstravel.de</a></p>
|
||||
<div style="display: none;"><?php echo $err_msg; ?></div>
|
||||
</div>
|
||||
|
||||
</div><!-- /.modal-content -->
|
||||
</div><!-- /.modal-dialog -->
|
||||
</div><!-- /.modal -->
|
||||
</div>
|
||||
<div class="modal-backdrop fade in" style="bottom:0;"></div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@ -0,0 +1,92 @@
|
||||
<p>
|
||||
China Highlights übernimmt keine Haftung für Kosten oder Folgen, die durch die Nichtbereitstellung korrekter
|
||||
Informationen entstehen. Beispielsweise koennen falsch geschriebene Namen zur Stornierung der Flugtickets führen;
|
||||
eine falsche Flugnummer kann dazu führen, dass eine Abholung nicht erfolgen kann.
|
||||
<br />
|
||||
</p>
|
||||
<h4 class="text-red"
|
||||
style="box-sizing:border-box;font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight:500;line-height:1.1;color:#AA2E2D;margin-top:10px;margin-bottom:15px;font-size:24px;padding:12px 0 12px 0;border-bottom:1px solid #dddddd;border-top:1px solid #dddddd;white-space:normal;background-color:#FFFFFF;">
|
||||
Passagierinformationen
|
||||
</h4>
|
||||
<?php foreach ($postdata['sur_name'] as $key => $sur) { ?>
|
||||
<?php
|
||||
if (!isset($postdata['given_name'][$key]) || $postdata['given_name'][$key] == 'None')
|
||||
$postdata['given_name'][$key] = '';
|
||||
if (!isset($postdata['passport'][$key]) || $postdata['passport'][$key] == 'None')
|
||||
$postdata['passport'][$key] = '';
|
||||
if (!isset($postdata['passport_expiration_date'][$key]) || $postdata['passport_expiration_date'][$key] == 'None')
|
||||
$postdata['passport_expiration_date'][$key] = '';
|
||||
if (!isset($postdata['birthday'][$key]) || $postdata['birthday'][$key] == 'None')
|
||||
$postdata['birthday'][$key] = '';
|
||||
?>
|
||||
<h3>Passagier <?php echo $key + 1; ?></h3>
|
||||
<p style="margin:0;">Nachname/Vorname und zweiter Vorname:<?php echo $sur . '/' . $postdata['given_name'][$key]; ?></p>
|
||||
<p style="margin:0;">Passport Nr.:<?php echo $postdata['passport'][$key]; ?></p>
|
||||
<p style="margin:0;">Passport Verfallsdatum:<?php echo $postdata['passport_expiration_date'][$key]; ?></p>
|
||||
<p style="margin:0;">Geburtstag:<?php echo $postdata['birthday'][$key]; ?></p>
|
||||
<?php } ?>
|
||||
|
||||
<h3>Kontaktinformationen</h3>
|
||||
<p style="margin:0;">L?ndercode:<?php if (isset($postdata['landline']))
|
||||
echo $postdata['landline']; ?></p>
|
||||
<p style="margin:0;">Telefonnummer:<?php if (isset($postdata['mobile']))
|
||||
echo $postdata['mobile']; ?></p>
|
||||
|
||||
<h4 class="text-red"
|
||||
style="box-sizing:border-box;font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight:500;line-height:1.1;color:#AA2E2D;margin-top:10px;margin-bottom:15px;font-size:24px;padding:12px 0 12px 0;border-bottom:1px solid #dddddd;border-top:1px solid #dddddd;white-space:normal;background-color:#FFFFFF;">
|
||||
Flug Informationen
|
||||
</h4>
|
||||
<p style="margin:0;">Ankunftsflug
|
||||
Nr.:<?php if (isset($postdata['MEI_ArrivalFlightNo']))
|
||||
echo $postdata['MEI_ArrivalFlightNo']; ?></p>
|
||||
<p style="margin:0;">
|
||||
Ankunftszeiten:<?php if (isset($postdata['MEI_ArrivalTime']))
|
||||
echo $postdata['MEI_ArrivalTime']; ?>
|
||||
</p>
|
||||
<p style="margin:0;">
|
||||
Abflug
|
||||
Nr.:<?php if (isset($postdata['MEI_DepartureFlightNo']))
|
||||
echo $postdata['MEI_DepartureFlightNo']; ?>
|
||||
</p>
|
||||
<p style="margin:0;">
|
||||
Abflugzeiten:<?php if (isset($postdata['MEI_DepartureTime']))
|
||||
echo $postdata['MEI_DepartureTime']; ?>
|
||||
</p>
|
||||
<h4 class="text-red"
|
||||
style="box-sizing:border-box;font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight:500;line-height:1.1;color:#AA2E2D;margin-top:10px;margin-bottom:15px;font-size:24px;padding:12px 0 12px 0;border-bottom:1px solid #dddddd;border-top:1px solid #dddddd;white-space:normal;background-color:#FFFFFF;">
|
||||
Sonderwunsch
|
||||
</h4>
|
||||
<p style="margin:0;">
|
||||
<?php if (isset($postdata['special_request']))
|
||||
echo $postdata['special_request']; ?>
|
||||
<br />
|
||||
</p>
|
||||
<h4 class="text-red"
|
||||
style="box-sizing:border-box;font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight:500;line-height:1.1;color:#AA2E2D;margin-top:10px;margin-bottom:15px;font-size:24px;padding:12px 0 12px 0;border-bottom:1px solid #dddddd;border-top:1px solid #dddddd;white-space:normal;background-color:#FFFFFF;">
|
||||
Versicherungsinformationen
|
||||
</h4>
|
||||
<p style="margin:0;">
|
||||
<?php if (isset($postdata['insurance_information']))
|
||||
echo $postdata['insurance_information']; ?>
|
||||
<br />
|
||||
</p>
|
||||
<h4 class="text-red"
|
||||
style="box-sizing:border-box;font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight:500;line-height:1.1;color:#AA2E2D;margin-top:10px;margin-bottom:15px;font-size:24px;padding:12px 0 12px 0;border-bottom:1px solid #dddddd;border-top:1px solid #dddddd;white-space:normal;background-color:#FFFFFF;">
|
||||
Notfall-Kontaktinformationen
|
||||
</h4>
|
||||
<p style="margin:0;">
|
||||
Name des Kontakts :<?php if (isset($postdata['emergency_person_name']))
|
||||
echo $postdata['emergency_person_name']; ?>
|
||||
</p>
|
||||
<p style="margin:0;">
|
||||
Beziehung zu ihm/ihr :<?php if (isset($postdata['emergency_relationship']))
|
||||
echo $postdata['emergency_relationship']; ?>
|
||||
</p>
|
||||
<p style="margin:0;">
|
||||
E-Mail Addresse:<?php if (isset($postdata['emergency_email']))
|
||||
echo $postdata['emergency_email']; ?>
|
||||
</p>
|
||||
<p style="margin:0;">
|
||||
Telephone Nr.:<?php if (isset($postdata['emergency_telephone']))
|
||||
echo $postdata['emergency_telephone']; ?>
|
||||
</p>
|
||||
Loading…
Reference in New Issue