#set( $filename = "state/${countryIn} ${stateIn}.html")
#set( $filename = $Util.prepURL("${filename}","-"))
$state.StateProvinceName cities with hotels
#set( $url = "../continents.html")
#set( $url = $Util.prepURL("${url}","-"))
All Countries
>
#set( $url = "../country/${state.CountryCode}.html")
#set( $url = $Util.prepURL("${url}","-"))
$state.Countryname
>
$state.StateProvinceName
|
#foreach( $city in $citya.getState($stateIn,$countryIn) )
#set( $url = "../hotels/${city.CountryCode} ${city.StateProvince} ${city.City}.html")
#set( $url = $Util.prepURL("${url}","-"))
$city.City
|
#end