Initial commit
This commit is contained in:
27
site/en/itinerary_beforecontinuing.php
Normal file
27
site/en/itinerary_beforecontinuing.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<div class='page-box-center'>
|
||||
<h2>Before you continue!</h2>
|
||||
<p>In order to view your itinerary online, you will need to enter the following information:</p>
|
||||
<ul>
|
||||
<?php if($this->data['itinerary_type'] != 'noinstructions'): ?>
|
||||
<li>
|
||||
Your reservation code (this is a combination of 5 or 6 letters and numbers).
|
||||
Use the special code that John gave you, and NOT the code that is found toward
|
||||
the top of your itinerary either on the printed itinerary you received with
|
||||
your tickets or in an E-mail that was sent to you.
|
||||
</li>
|
||||
<li>
|
||||
Your last name
|
||||
</li>
|
||||
<?php else: ?>
|
||||
<li>
|
||||
Your reservation code (this is a combination of 5 or 6 letters and numbers and can be found toward the top of your itinerary either on
|
||||
the printed itinerary you received with your tickets or in an EMail that was sent to you).
|
||||
</li>
|
||||
<li>
|
||||
Your last name
|
||||
</li>
|
||||
<?php endif; ?>
|
||||
</ul>
|
||||
<p>Thank you! Please click on the link below to continue to view your itinerary.</p>
|
||||
<p><a href="viewyouritinerary.php?type=<?php echo $this->data['itinerary_type'] ?>">Continue to view itinerary</a></p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user