#set( $filename = "chain/${countryIn} ${stateIn} ${cityIn} ${chaincodeIn}.html") #set( $filename = $Util.prepURL("${filename}","-")) #set( $pfs = $setup.getProperty("affiliateID") ) #set( $chain = $chaina.getChain($chaincodeIn)) $chain.ChainName - $city.City#if($Util.stringHasValue($state.StateProvinceName)) $state.StateProvinceName#end hotels
#set( $url = "../continents.html") #set( $url = $Util.prepURL("${url}","-")) All Countries > #set( $url = "../country/${country.CountryCode}.html") #set( $url = $Util.prepURL("${url}","-")) $country.CountryName #if ($Util.stringHasValue($state.StateProvinceName)) > #set( $url = "../state/${countryIn} ${state.StateProvince}.html") #set( $url = $Util.prepURL("${url}","-")) $state.StateProvinceName #end > #set( $url = "../hotels/${countryIn} ${stateIn} ${cityIn}.html") #set( $url = $Util.prepURL("${url}","-")) $city.City > $chain.ChainName

#if ($city.NearestHotel>15) #end
Arrival Date
Departure Date
Adults
Children
$chain.ChainName - $city.City#if($Util.stringHasValue($state.StateProvinceName)) $state.StateProvinceName#end
#foreach( $hotel in $hotela.getCity($cityIn,$stateIn,$countryIn,$chaincodeIn) ) #set( $url = "../hotelinfo/${hotel.hotelID}.html")
$hotel.Name
$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
#if ($Util.stringHasValue($chain.smLogo)) #end #if ($Util.stringHasValue($hotel.imageURL)) #else   #end
#set( $description = "${hotel.PropertyDescription} ${hotel.LocationDescription}") $Util.substring("${description}",0,250)
#end
#set( $isFirst = true ) #foreach( $nearbycity in $citya.getProximity($city, 25, true) ) #if ($isFirst) Nearby Cities:
#end #set( $url = "../hotels/${nearbycity.CountryCode} ${nearbycity.StateProvince} ${nearbycity.City}.html") #set( $url = $Util.prepURL("${url}","-")) #if (!$isFirst), #end $nearbycity.City #set( $isFirst = false ) #end


$city.City Hotel Chains

#foreach( $citychain in $citychaina.getCity($cityIn,$stateIn,$countryIn) ) #set( $url = "../chain/${citychain.CountryCode} ${citychain.StateProvince} ${citychain.City} ${citychain.ChainCode}.html") #set( $url = $Util.prepURL("${url}","-")) #if($chain.ChainName == $citychain.ChainName)
  • $citychain.ChainName
  • #end #if($chain.ChainName != $citychain.ChainName)
  • $citychain.ChainName
  • #end #end