<%@ Language=JScript %> <%=Application("PAGETITLE")%> Application Setup Page <% var Referer = new String(Request.ServerVariables('HTTP_REFERER')); Referer = Referer.substr(Referer.lastIndexOf('/') + 1); Referer = Referer.toUpperCase(); if ( Referer != "MAIN.ASP") { %>

Enter the Application Password

Password:

<% } else { if (Request.Form("setupPassword") == Application("setupPassword")) { %>

Please edit any of these values you wish to change. After your changes are complete, click the save button on the bottom of the page to have your changes saved.

FRS Diagnostic Tools

Property List

SAU, PAT Tables

Master Application Settings

Directories

Please note the format of the default entries to ensure correctness.

Accounts Directory: "> I/O Directory: ">
Log Directory: "> Virtual Directory: ">
ASP Directory: " size="40" maxlength="50"> Availability Results Display:

Style Sheet Name:" size="40" maxlength="50">

Logo URL:" size="40" maxlength="50">

Business Information

Company Name: "> Homepage: ">
Address 1: " size="40" maxlength="50"> Fax Number: ">
Address 2: " size="40" maxlength="50"> Phone Number: ">
Address 3: " size="40" maxlength="50"> E-Mail: " size="35" maxlength="50">
Country Code(Phone): ">

Source Codes

Regular Availability 1: " size="4" maxlength="4"> Regular Availability 2: " size="4" maxlength="4">
Owner: " size="4" maxlength="4"> Owner Guest's: " size="4" maxlength="4">

Unit Types from SAU and PAT tables

To Display the Unit Type, fill in the description. Otherwise, leave it blank.

Unit Type

Description

Greater than Criteria

Unit Type 1: ">
Unit Type 2: ">
Unit Type 3: ">
Unit Type 4: ">
Unit Type 5: ">
Unit Type 6: ">
Unit Type 7: ">
Unit Type 8: ">
Unit Type 9: ">
Unit Type 10: ">
Unit Type 11: ">
Unit Type 12: ">
Unit Type 13: ">
Unit Type 14: ">
Unit Type 15: ">

Show Informational

Unit Code : Address Line 1:
Address Line 2:

Description Line 1:

Description Line 2: Description Line 3:
Description Line 4: Unit Prompt: ">
Display Calendar :

Wholesaler Information

 

Click here to add/edit wholesalers

Minimum Stay Information

 

Click here to add/edit minimum stays

Terms and Conditions

The easiest way to create the terms and conditions are to paste the contents of this box into an HTML editor, edit the terms, then paste them back into the text box.

Diagnostic Tool

Turn this on to display file information

Diagnostics On?:

File Read Time Out:

">(Value should be in milliseconds, i.e. 9 sec=9000mil)

Setup Password:

">

 

<% } else { Response.Write("Sorry, Wrong Password!"); } } %>