master
LMR 8 months ago
parent a9f62a28d3
commit be6fc188e3

File diff suppressed because it is too large Load Diff

@ -0,0 +1,92 @@
<p>
China Highlights is not responsible for any costs or consequences which may arise from failure on your part to
provide correct information (For example, wrongly spelt names may cause your flight tickets to be cancelled,
incorrect incoming flight number may lead to failure in pick-up etc.).<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;">
Passenger Information
</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>Passenger <?php echo $key + 1; ?></h3>
<p style="margin:0;">Sur name/First and Middle name:<?php echo $sur . '/' . $postdata['given_name'][$key]; ?></p>
<p style="margin:0;">Passport No.:<?php echo $postdata['passport'][$key]; ?></p>
<p style="margin:0;">Passport Expiration Date:<?php echo $postdata['passport_expiration_date'][$key]; ?></p>
<p style="margin:0;">Birthday:<?php echo $postdata['birthday'][$key]; ?></p>
<?php } ?>
<h3>Contact Information</h3>
<p style="margin:0;">Land line:<?php if (isset($postdata['landline']))
echo $postdata['landline']; ?></p>
<p style="margin:0;">Mobile:<?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;">
Flight Information
</h4>
<p style="margin:0;">Arrival Flight
No.:<?php if (isset($postdata['MEI_ArrivalFlightNo']))
echo $postdata['MEI_ArrivalFlightNo']; ?></p>
<p style="margin:0;">
Arrival time:<?php if (isset($postdata['MEI_ArrivalTime']))
echo $postdata['MEI_ArrivalTime']; ?>
</p>
<p style="margin:0;">
Departure Flight
no.:<?php if (isset($postdata['MEI_DepartureFlightNo']))
echo $postdata['MEI_DepartureFlightNo']; ?>
</p>
<p style="margin:0;">
Departure time:<?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;">
Special Request
</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;">
Insurance Information
</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;">
Emergency Contact Information
</h4>
<p style="margin:0;">
Contact person name:<?php if (isset($postdata['emergency_person_name']))
echo $postdata['emergency_person_name']; ?>
</p>
<p style="margin:0;">
Relationship with
him/her:<?php if (isset($postdata['emergency_relationship']))
echo $postdata['emergency_relationship']; ?>
</p>
<p style="margin:0;">
E-mail address:<?php if (isset($postdata['emergency_email']))
echo $postdata['emergency_email']; ?>
</p>
<p style="margin:0;">
Telephone no.:<?php if (isset($postdata['emergency_telephone']))
echo $postdata['emergency_telephone']; ?>
</p>

@ -1,11 +1,12 @@
<p> <p>
China Highlights is not responsible for any costs or consequences which may arise from failure on your part to China Highlights u übernimmt keine Haftung für Kosten oder Folgen, die durch die Nichtbereitstellung korrekter
provide correct information (For example, wrongly spelt names may cause your flight tickets to be cancelled, Informationen entstehen. Beispielsweise koennen falsch geschriebene Namen zur Stornierung der Flugtickets führen;
incorrect incoming flight number may lead to failure in pick-up etc.).<br /> eine falsche Flugnummer kann dazu führen, dass eine Abholung nicht erfolgen kann.
<br />
</p> </p>
<h4 class="text-red" <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;"> 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;">
Passenger Information Passagierinformationen
</h4> </h4>
<?php foreach ($postdata['sur_name'] as $key => $sur) { ?> <?php foreach ($postdata['sur_name'] as $key => $sur) { ?>
<?php <?php
@ -18,42 +19,42 @@
if (!isset($postdata['birthday'][$key]) || $postdata['birthday'][$key] == 'None') if (!isset($postdata['birthday'][$key]) || $postdata['birthday'][$key] == 'None')
$postdata['birthday'][$key] = ''; $postdata['birthday'][$key] = '';
?> ?>
<h3>Passenger <?php echo $key + 1; ?></h3> <h3>Passagier <?php echo $key + 1; ?></h3>
<p style="margin:0;">Sur name/First and Middle name:<?php echo $sur . '/' . $postdata['given_name'][$key]; ?></p> <p style="margin:0;">Nachname/Vorname und zweiter Vorname:<?php echo $sur . '/' . $postdata['given_name'][$key]; ?></p>
<p style="margin:0;">Passport No.:<?php echo $postdata['passport'][$key]; ?></p> <p style="margin:0;">Passport Nr.:<?php echo $postdata['passport'][$key]; ?></p>
<p style="margin:0;">Passport Expiration Date:<?php echo $postdata['passport_expiration_date'][$key]; ?></p> <p style="margin:0;">Passport Verfallsdatum:<?php echo $postdata['passport_expiration_date'][$key]; ?></p>
<p style="margin:0;">Birthday:<?php echo $postdata['birthday'][$key]; ?></p> <p style="margin:0;">Geburtstag:<?php echo $postdata['birthday'][$key]; ?></p>
<?php } ?> <?php } ?>
<h3>Contact Information</h3> <h3>Kontaktinformationen</h3>
<p style="margin:0;">Land line:<?php if (isset($postdata['landline'])) <p style="margin:0;">L?ndercode:<?php if (isset($postdata['landline']))
echo $postdata['landline']; ?></p> echo $postdata['landline']; ?></p>
<p style="margin:0;">Mobile:<?php if (isset($postdata['mobile'])) <p style="margin:0;">Telefonnummer:<?php if (isset($postdata['mobile']))
echo $postdata['mobile']; ?></p> echo $postdata['mobile']; ?></p>
<h4 class="text-red" <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;"> 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;">
Flight Information Flug Informationen
</h4> </h4>
<p style="margin:0;">Arrival Flight <p style="margin:0;">Ankunftsflug
No.:<?php if (isset($postdata['MEI_ArrivalFlightNo'])) Nr.:<?php if (isset($postdata['MEI_ArrivalFlightNo']))
echo $postdata['MEI_ArrivalFlightNo']; ?></p> echo $postdata['MEI_ArrivalFlightNo']; ?></p>
<p style="margin:0;"> <p style="margin:0;">
Arrival time:<?php if (isset($postdata['MEI_ArrivalTime'])) Ankunftszeiten:<?php if (isset($postdata['MEI_ArrivalTime']))
echo $postdata['MEI_ArrivalTime']; ?> echo $postdata['MEI_ArrivalTime']; ?>
</p> </p>
<p style="margin:0;"> <p style="margin:0;">
Departure Flight Abflug
no.:<?php if (isset($postdata['MEI_DepartureFlightNo'])) Nr.:<?php if (isset($postdata['MEI_DepartureFlightNo']))
echo $postdata['MEI_DepartureFlightNo']; ?> echo $postdata['MEI_DepartureFlightNo']; ?>
</p> </p>
<p style="margin:0;"> <p style="margin:0;">
Departure time:<?php if (isset($postdata['MEI_DepartureTime'])) Abflugzeiten:<?php if (isset($postdata['MEI_DepartureTime']))
echo $postdata['MEI_DepartureTime']; ?> echo $postdata['MEI_DepartureTime']; ?>
</p> </p>
<h4 class="text-red" <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;"> 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;">
Special Request Sonderwunsch
</h4> </h4>
<p style="margin:0;"> <p style="margin:0;">
<?php if (isset($postdata['special_request'])) <?php if (isset($postdata['special_request']))
@ -62,7 +63,7 @@
</p> </p>
<h4 class="text-red" <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;"> 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;">
Insurance Information Versicherungsinformationen
</h4> </h4>
<p style="margin:0;"> <p style="margin:0;">
<?php if (isset($postdata['insurance_information'])) <?php if (isset($postdata['insurance_information']))
@ -71,22 +72,21 @@
</p> </p>
<h4 class="text-red" <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;"> 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;">
Emergency Contact Information Notfall-Kontaktinformationen
</h4> </h4>
<p style="margin:0;"> <p style="margin:0;">
Contact person name:<?php if (isset($postdata['emergency_person_name'])) Name des Kontakts :<?php if (isset($postdata['emergency_person_name']))
echo $postdata['emergency_person_name']; ?> echo $postdata['emergency_person_name']; ?>
</p> </p>
<p style="margin:0;"> <p style="margin:0;">
Relationship with Beziehung zu ihm/ihr :<?php if (isset($postdata['emergency_relationship']))
him/her:<?php if (isset($postdata['emergency_relationship']))
echo $postdata['emergency_relationship']; ?> echo $postdata['emergency_relationship']; ?>
</p> </p>
<p style="margin:0;"> <p style="margin:0;">
E-mail address:<?php if (isset($postdata['emergency_email'])) E-Mail Addresse:<?php if (isset($postdata['emergency_email']))
echo $postdata['emergency_email']; ?> echo $postdata['emergency_email']; ?>
</p> </p>
<p style="margin:0;"> <p style="margin:0;">
Telephone no.:<?php if (isset($postdata['emergency_telephone'])) Telephone Nr.:<?php if (isset($postdata['emergency_telephone']))
echo $postdata['emergency_telephone']; ?> echo $postdata['emergency_telephone']; ?>
</p> </p>
Loading…
Cancel
Save