XML Hotel Interface for Affiliates
 

V2 FAQ'S
About

Client Login

Email:

Password:


Server Check
Systems Requirements
 
 



Search:     Advanced search
Browse by category:
Glossary | Ask question



How to I create links to other pages
Views: 431
The following are a list of template variables that can be used on most pages
<!--{$link_overview}-->
<!--{$link_map}-->
<!--{$link_brochure}-->
<!--{$link_nearbyhotels}-->
<!--{$link_video}-->
<!--{$link_prices}-->
<!--{$link_changedates}-->
<!--{$link_modifysearch}-->

Example
<!--{if $link_overview}-->
    <a class="amenities" href="<!--{$link_overview}-->">Hotel Details</a>
<!--{if }-->

Search results
<!--{$link_next}-->
<!--{$link_prev}-->

Suggested use for these are

<!--{if $link_prev and $startingmatchnumber > 1}-->
<a href="<!--{$link_prev}-->"> &lt;&lt; PREVIOUS </a>
<!--{/if}-->

and

<!--{if $link_next AND $matchesfound > $startingmatchnumber}-->
<a href="<!--{$link_next}-->">  NEXT &gt;&gt; </a>
<!--{/if}-->

Prices Page
<!--{$rate.link_booking}-->

Example
<a href="<!--{$rate.link_booking}-->" rel="nofollow">Book Now</a>


Other questions in this category
What template engine does XML Travel use
How do I view all the variables that I can use in my template
I have entered custom meta tags in the admin but they don't show on my pages
Where can I find more information on creating more advanced templates
I have used a sample from the smarty website and it doesn't work
Can I use template variables more then once on a page
How do I insert the Calendar / Date fields on my page
How to I create auto updating room adults and children pulldowns
How do I create a currency pulldown
Can I display to lowest price for a country or city




©Copyright XML Systems Inc. 2006. All Rights Reserved.