El idioma oficial al Principat
d'Andorra es el Català; així doncs els continguts rebuts per els
nostres usuaris de les seccions de IMMOBILIÀRIA BORSA DE TREBALL i ANUNCIS
VARIS només es publicaran en tal idioma.
<%=UCASE(parroquia.Fields.Item("Parroquia").Value)%> - ON DORMIR <%=(parroquia.Fields.Item("Text_parroquia").Value)%>
<% If hotels.EOF And hotels.BOF Then %>
No hem trobat cap hotel a la base de dades.
<% else If NOT hotels.EOF AND NOT hotels.BOF Then %>
S'han trobat <%=(intNumRecs)%> coincidències
Hotels
<% Do While Not hotels.EOF %>
> <%=(hotels.Fields.Item("Hotel").Value)%> <% if (hotels.Fields.Item("Estels").Value) = 5 then %><% else if (hotels.Fields.Item("Estels").Value) = 4 then %><% else if (hotels.Fields.Item("Estels").Value) = 3 then %><% else if (hotels.Fields.Item("Estels").Value) = 2 then %><% else if (hotels.Fields.Item("Estels").Value) = 1 then %><% else if (hotels.Fields.Item("Estels").Value) = 0 then %> <% end if %><% end if %><% end if %><% end if %><% end if %><% end if %> <%=(parroquia.Fields.Item("Parroquia").Value)%>
<% if (hotels.Fields.Item("Adressa").Value) <> "" then %><%=(hotels.Fields.Item("Adressa").Value)%><% end if %>
<% if (hotels.Fields.Item("Telefon").Value) <> "" then %>Tel: <%=(hotels.Fields.Item("Telefon").Value)%><% end if %><% if (hotels.Fields.Item("Fax").Value) <> "" then %> - Fax: <%=(hotels.Fields.Item("Fax").Value)%><% end if %>
<% if (hotels.Fields.Item("Web").Value) <> "" then %> " target="_blank"><%=(hotels.Fields.Item("Web").Value)%> <% end if %>
<% if (hotels.Fields.Item("Email").Value) <> "" then %> "><%=(hotels.Fields.Item("Email").Value)%> <% end if %>
<%
hotels.MoveNext
Loop
%>
<% end if %>
<% end if %>