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 MENJAR <%=(parroquia.Fields.Item("Text_parroquia").Value)%>
<% If restaurants.EOF And restaurants.BOF Then %>
No hem trobat cap hotel a la base de dades.
<% else If NOT restaurants.EOF AND NOT restaurants.BOF Then %>
S'han trobat <%=(intNumRecs)%> coincidències
Restaurants
<% Do While Not restaurants.EOF %>
> <%=(restaurants.Fields.Item("Restaurant").Value)%> <% if (restaurants.Fields.Item("Tenedors").Value) = 5 then %><% else if (restaurants.Fields.Item("Tenedors").Value) = 4 then %><% else if (restaurants.Fields.Item("Tenedors").Value) = 3 then %><% else if (restaurants.Fields.Item("Tenedors").Value) = 2 then %><% else if (restaurants.Fields.Item("Tenedors").Value) = 1 then %><% else if (restaurants.Fields.Item("Tenedors").Value) = 0 then %> <% end if %><% end if %><% end if %><% end if %><% end if %><% end if %> <%=(parroquia.Fields.Item("Parroquia").Value)%>
<% if (restaurants.Fields.Item("Adressa").Value) <> "" then %><%=(restaurants.Fields.Item("Adressa").Value)%><% end if %>
<% if (restaurants.Fields.Item("Telefon").Value) <> "" then %>Tel: <%=(restaurants.Fields.Item("Telefon").Value)%><% end if %><% if (restaurants.Fields.Item("Fax").Value) <> "" then %> - Fax: <%=(restaurants.Fields.Item("Fax").Value)%><% end if %>
<% if (restaurants.Fields.Item("Web").Value) <> "" then %> " target="_blank"><%=(restaurants.Fields.Item("Web").Value)%> <% end if %>
<% if (restaurants.Fields.Item("Email").Value) <> "" then %> "><%=(restaurants.Fields.Item("Email").Value)%> <% end if %>
<%
restaurants.MoveNext
Loop
%>
<% end if %>
<% end if %>