Files
friendshiptours.org/site/en/itinerary_beforecontinuing.php
2015-11-12 19:58:50 -06:00

27 lines
1.1 KiB
PHP

<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>