Developers: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 53: Line 53:


|-
|-
| type || numeric value for the type of booking page to open || The value is stored in a session variable and will be used for the rest of the session. Value 0 clears the session variable and opens the default page type
| checkin || check-in full date || The page will open at this check-in date


|-
|-
|numnight  || number of nights.  || Initial value for the number of nights selector  
| fdate_date || check-in date of month || The page will open at this check-in date, must be used with either fdate_monthyear or fdate_month and fdate_year. Must be in format DD
 
|-
| fdate_monthyear || check-in month and year || The page will open at this check-in date, must be used with fdate_date and be in the format MM-YYYY
 
|-
| fdate_month || check-in month || The page will open at this check-in date, must be used with fdate_date and fdate_year and be in the format MM
 
|-
| fdate_year || check-in year || The page will open at this check-in date, must be used with fdate_date and fdate_month and be in the format YYYY
 
|-
| numnight  || number of nights.  || Initial value for the number of nights selector  


|-
|-