#* This is the line that sets the name of the file generated by this template. If you change the file name, you must also change anywhere this page is linked to. *# #set( $filename = "hotelinfo/${hotelidIn}.html") #set( $filename = $Util.prepURL("${filename}","-")) #set( $pfs = $setup.getProperty("affiliateID") ) #* The title and meta tags below are not meant to be used as they appear. You must modify them. Keep in mind that the search engine spiders evalutate each page individually. Put information here that will accurately describe the content on the page. *#
$hotel.Address1
$hotel.City, $hotel.StateProvince $hotel.PostalCode
Nightly Rates: ( $Util.formatDecimal($hotel.LowRate) - $Util.formatDecimal($hotel.HighRate) )
#if ($hotel.starrating!="-1")
$hotel.starrating Star
#end
$hotelinfo.getChild("propertyDescription").getText()
#end #if ($hotelinfo.getChildren("Media").size()>0) #set( $isfirst = true ) #foreach( $media in $hotelinfo.getChildren("Media") ) #if ($isfirst && $Util.stringHasValue($media.getChild("link").getText())) #if ($Util.stringHasValue($media.getChild("description").getText()))$media.getChild("description").getText()
#end$hotelinfo.getChild("rateDisclaimer").getText()
#end #if ( $Util.stringHasValue($hotelinfo.getChild("nativeCurrencyName").getText()) || $Util.stringHasValue($hotelinfo.getChild("depositCreditCardsAccepted").getText()) || $Util.stringHasValue($hotelinfo.getChild("checkIn").getText()) || $Util.stringHasValue($hotelinfo.getChild("checkOut").getText()) || $Util.stringHasValue($hotelinfo.getChild("timeZone").getText()) || $Util.stringHasValue($hotelinfo.getChild("yearOpened").getText()) || $Util.stringHasValue($hotelinfo.getChild("yearRenovated").getText()) || $Util.stringHasValue($hotelinfo.getChild("numberOfRooms").getText()) || $Util.stringHasValue($hotelinfo.getChild("numberOfSuites").getText()) || $Util.stringHasValue($hotelinfo.getChild("numberOfFloors").getText()) )
#if ( $Util.stringHasValue($hotelinfo.getChild("nativeCurrencyName").getText()) )
· $hotelinfo.getChild("nativeCurrencyName").getText() is the native currency.
#end
#if ( $Util.stringHasValue($hotelinfo.getChild("depositCreditCardsAccepted").getText()) )
· The following credit cards are accepted: $hotelinfo.getChild("depositCreditCardsAccepted").getText()
#end
#if ( $Util.stringHasValue($hotelinfo.getChild("checkIn").getText()) )
· Check in time is $hotelinfo.getChild("checkIn").getText()
#end
#if ( $Util.stringHasValue($hotelinfo.getChild("checkOut").getText()) )
· Check out time is $hotelinfo.getChild("checkOut").getText()
#end
#if ( $Util.stringHasValue($hotelinfo.getChild("timeZone").getText()) )
· Time Zone is $hotelinfo.getChild("timeZone").getText()
#end
#if ( $Util.stringHasValue($hotelinfo.getChild("yearOpened").getText()) )
· Opened in $hotelinfo.getChild("yearOpened").getText()
#end
#if ( $Util.stringHasValue($hotelinfo.getChild("yearRenovated").getText()) )
· Renovated in $hotelinfo.getChild("yearRenovated").getText()
#end
#if ( $Util.stringHasValue($hotelinfo.getChild("numberOfRooms").getText()) )
· $hotelinfo.getChild("numberOfRooms").getText() rooms.
#end
#if ( $Util.stringHasValue($hotelinfo.getChild("numberOfSuites").getText()) )
· $hotelinfo.getChild("numberOfSuites").getText() suites.
#end
#if ( $Util.stringHasValue($hotelinfo.getChild("numberOfFloors").getText()) )
· $hotelinfo.getChild("numberOfFloors").getText() floors.
#end
$direction.getChild("text").getText()
#end #end #if ( $Util.stringHasValue($hotelinfo.getChild("locationDescription").getText()) )$hotelinfo.getChild("locationDescription").getText()
#end #if ( $Util.stringHasValue($hotelinfo.getChild("airportText").getText()) )$hotelinfo.getChild("airportText").getText()
#end #end #if ($Util.stringHasValue($hotelinfo.getChild("guaranteePolicyDescription").getText()))$hotelinfo.getChild("guaranteePolicyDescription").getText()
#end #if ($Util.stringHasValue($hotelinfo.getChild("cancelPolicyDescription").getText()))$hotelinfo.getChild("cancelPolicyDescription").getText()
#end #if ($hotelinfo.getChildren("Restaurant").size()>0)$restaurant.getChild("description").getText()
#end #if ( $Util.stringHasValue($restaurant.getChild("Media").getChild("link").getText()) )$restaurant.getChild("Media").getChild("description").getText()
#end #end #end #end #if ($hotelinfo.getChildren("MeetingFacility").size()>0)$facility.getChild("Media").getChild("description").getText()
#end #end #if ( $Util.stringHasValue($facility.getChild("name").getText()) ) $facility.getChild("name").getText() #end #if ( $Util.stringHasValue($facility.getChild("description").getText()) )$facility.getChild("description").getText()
#end #end #end #if ($hotelinfo.getChildren("Recreation").size()>0)$recreation.getChild("description").getText()
#end #end #end #end #if ( $Util.objectHasValue($hotelinfo.getChildren("AreaAttraction")) )$area.getChild("description").getText()
#end #end #end