- ./
- ./admin
- ./admin/javascript
- ./admin/templates
- ./admin/templates/bookings
- ./admin/templates/customers
- ./admin/templates/flights
- ./admin/templates/information
- ./admin/templates/pages
- ./css
- ./javascript
- ./templates
- ./templates/booking
- ./templates/manage
- ./templates/pages
./admin/templates/customers/head.htm
<table class="flight_body" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="flights_head">
Customer</td>
<td class="flights_head">
Email
</td>
<td class="flights_head">
Address
</td>
<td class="flights_head">
Home Phone
</td>
<td class="flights_head">
Mobile Phone
</td>
</tr>
%%USERS%%
</table>