- ./
- ./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/information/search.htm
Please select the page that you would like to edit.
<form name="static" method="post" action="index.cgi">
%LOCATION
<input type="submit" value="Add" name="func"> <input type="submit" value="Edit" name="func"> <input type="submit" value="Delete" name="func">
<input type="hidden" name="req" value="static">
</form>
<p>
The information pages use a hirachy structure. Selecting <b>add</b> will add a new child to the selected node, <b>edit</b> and <b>delete</b> will edit or delete the selected node and any child nodes. Editing the title of a node will also edit any child nodes to maintain integrity.