Changes

Jump to navigation Jump to search

Developers

744 bytes added, 18:45, 2 February 2013
no edit summary
ou can use HTML and CSS to create custom solutions. The booking page can be embedded in a page using an iframe or opened with a link or form.
The behavour of the booking page can be controlled with the following parameters passed in the URL or form.
{| class="wikitable"
|-
| ownerid || id number of owner. || The page will open showing all properties and rooms for this owner.
|-
| 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.
|-
| x numnight || x number of nights. || xInitial value for the number of nights selector
|-
| x numadult || x number of adults. || xInitial value for the number of adults selector
|-
| x numchild || x number of children. || xnitial value for the number of children selector
|-
| x width || x page width in px. || xUseful for embedding the booking page in an iframe of fixed size
|-
| x numdisplayed || x number of nights with prices displayed. || xOnly applies to price table pages, use this to reduce the number of nights for narrow designs
|-
| x referer || x text || xThis text will be recorded with any bookings originating from this widget allowing tracking of booking sources
|-
| x advancedays || x number of days || xThis will set the initial date to this many days in advance of today. Only applies the first time the page is opened
|-
| x hidename || x yes, no || xDo not show the property name heading
|-
| x hidedesc || x yes, no || xDo not show the description
|-
| x hidefooter || x yes, no || xDo not show the property information at the bottom of the page
|-
| x || x || x
 
|-
| x || x || x
 
|-
| x || x || x
 
|-
| x || x || x
 
|-
| x || x || x
 
|-
| x || x || x
|-
| x || x || x
|}

Navigation menu