22 lines
634 B
PHP
22 lines
634 B
PHP
<div class='page-box-center'>
|
|
<h2>View Your Itinerary</h2>
|
|
<p>
|
|
If John has not given you any special instructions for viewing your itinerary
|
|
then click <a href="itinerary_beforecontinuing.php?type=noinstructions">here</a>.
|
|
</p>
|
|
<p>Otherwise,</p>
|
|
<ul>
|
|
<li>
|
|
If John mentioned Worldspan, click
|
|
<a href='itinerary_beforecontinuing.php?type=worldspan'>here</a>.
|
|
</li>
|
|
<li>
|
|
If John mentioned Sabre, click
|
|
<a href='itinerary_beforecontinuing.php?type=sabre'>here</a>.
|
|
</li>
|
|
<li>
|
|
If John mentioned Amadeus, click
|
|
<a href='itinerary_beforecontinuing.php?type=amadeus'>here</a>.
|
|
</li>
|
|
</ul>
|
|
</div> |