| |
 |
 |
| Consulteu aquí les diferents tarifes dels nostres allotjaments, segons la temporada de l’any i els dies que us hi volgueu estar. |
 |
| |
|
|
|
|
-Consulta Disponibilitat-
|
<%
res = CarregarPreus(Catala,Volta,"Titol1")
%>
|
<%= res %>
|
<%
res = CarregarPreus(Catala,Volta,"Preu1")
if res <> "" then
response.Write "| » " & res & "€ | "
End if
%>
|
|
<%
res = CarregarPreus(Catala,Volta,"Titol2")
%>
|
<%= res %>
|
<%
res = CarregarPreus(Catala,Volta,"Preu2")
if res <> "" then
response.Write "| » " & res & "€ | "
End if
%>
|
|
<%
res = CarregarPreus(Catala,Volta,"Titol3")
%>
|
<%= res %>
|
<%
res = CarregarPreus(Catala,Volta,"Preu3")
if res <> "" then
response.Write "| » " & res & "€ | "
End if
%>
|
|
<%
res = CarregarPreus(Catala,Volta,"Titol4")
%>
|
<%= res %>
|
<%
res = CarregarPreus(Catala,Volta,"Preu4")
if res <> "" then
response.Write "| » " & res & "€ | "
End if
%>
|
|
<%
res = CarregarPreus(Catala,Volta,"Titol5")
%>
|
<%= res %>
|
<%
res = CarregarPreus(Catala,Volta,"Preu5")
if res <> "" then
response.Write "| » " & res & "€ | "
End if
%>
|
|
<%
res = CarregarPreus(Catala,Volta,"Titol6")
%>
|
<%= res %>
|
<%
res = CarregarPreus(Catala,Volta,"Preu6")
if res <> "" then
response.Write "| » " & res & "€ | "
End if
%>
|
|
<%
res = CarregarPreus(Catala,Volta,"Comentari")
if res <> "" then
response.Write "| " & res & " | "
End if
%>
|
|
|
|
<%
res = CarregarPreus(Catala,Cisteller,"Titol1")
%>
|
<%= res %>
|
<%
res = CarregarPreus(Catala,Cisteller,"Preu1")
if res <> "" then
response.Write "| » " & res & "€ | "
End if
%>
|
|
<%
res = CarregarPreus(Catala,Cisteller,"Titol2")
%>
|
<%= res %>
|
<%
res = CarregarPreus(Catala,Cisteller,"Preu2")
if res <> "" then
response.Write "| » " & res & "€ | "
End if
%>
|
|
<%
res = CarregarPreus(Catala,Cisteller,"Titol3")
%>
|
<%= res %>
|
<%
res = CarregarPreus(Catala,Cisteller,"Preu3")
if res <> "" then
response.Write "| » " & res & "€ | "
End if
%>
|
|
<%
res = CarregarPreus(Catala,Cisteller,"Titol4")
%>
|
<%= res %>
|
<%
res = CarregarPreus(Catala,Cisteller,"Preu4")
if res <> "" then
response.Write "| » " & res & "€ | "
End if
%>
|
|
<%
res = CarregarPreus(Catala,Cisteller,"Titol5")
%>
|
<%= res %>
|
<%
res = CarregarPreus(Catala,Cisteller,"Preu5")
if res <> "" then
response.Write "| » " & res & "€ | "
End if
%>
|
|
<%
res = CarregarPreus(Catala,Cisteller,"Titol6")
%>
|
<%= res %>
|
<%
res = CarregarPreus(Catala,Cisteller,"Preu6")
if res <> "" then
response.Write "| » " & res & "€ | "
End if
%>
|
|
<%
res = CarregarPreus(Catala,Cisteller,"Comentari")
if res <> "" then
response.Write "| " & res & " | "
End if
%>
|
|
-Consulta
Disponibilitat-
|
<%
res = CarregarPreus(Catala,Baluard,"Titol1")
%>
|
<%= res %>
|
<%
res = CarregarPreus(Catala,Baluard,"Preu1")
if res <> "" then
response.Write "| » " & res & "€ | "
End if
%>
|
|
<%
res = CarregarPreus(Catala,Baluard,"Titol2")
%>
|
<%= res %>
|
<%
res = CarregarPreus(Catala,Baluard,"Preu2")
if res <> "" then
response.Write "| » " & res & "€ | "
End if
%>
|
|
<%
res = CarregarPreus(Catala,Baluard,"Titol3")
%>
|
<%= res %>
|
<%
res = CarregarPreus(Catala,Baluard,"Preu3")
if res <> "" then
response.Write "| » " & res & "€ | "
End if
%>
|
|
<%
res = CarregarPreus(Catala,Baluard,"Titol4")
%>
|
<%= res %>
|
<%
res = CarregarPreus(Catala,Baluard,"Preu4")
if res <> "" then
response.Write "| » " & res & "€ | "
End if
%>
|
|
<%
res = CarregarPreus(Catala,Baluard,"Titol5")
%>
|
<%= res %>
|
<%
res = CarregarPreus(Catala,Baluard,"Preu5")
if res <> "" then
response.Write "| » " & res & "€ | "
End if
%>
|
|
<%
res = CarregarPreus(Catala,Baluard,"Titol6")
%>
|
<%= res %>
|
<%
res = CarregarPreus(Catala,Baluard,"Preu6")
if res <> "" then
response.Write "| » " & res & "€ | "
End if
%>
|
|
<%
res = CarregarPreus(Catala,Baluard,"Comentari")
if res <> "" then
response.Write "| " & res & " | "
End if
%>
|
|
|
|