Initial commit

This commit is contained in:
Ben Ramey
2015-11-12 19:58:50 -06:00
commit 4eb7f46e4c
86 changed files with 4341 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<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>