- ./
- ./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/pages/login.htm
<div class="form_errors">
%%ERROR%%
</div>
<form name="backendlogin" method="POST" action="index.cgi" autocomplete="off">
Welcome to the Web Air administration utility. Please login with your email address and password below.
<table cellpadding="2" cellspacing="0">
<tr>
<td>E-Mail Address:
</td>
<td>
<input type="text" name="email" size="41">
</td>
</tr>
<tr>
<td>Password:
</td>
<td>
<input type="password" name="password" size="41">
</td>
</tr>
</table>
<p>
<input type="submit" name="button" value="Login">
<input type="hidden" name="stage" value="login">
</form>