 |
<% if (hotels[h].image) { %>
<% } else if (hotels[h].secret) { %>
<% } %>
|
 |
<% if (hotels[h].star_rating) { %><%=hotels[h].star_rating.value%>* <% } %><%=hotels[h].name%> <% if (hotels[h].cheapest) { %>from <%=hotels[h].currency.symbol%><%=Math.round(hotels[h].cheapest)%> pn<% } %> <%=hotels[h].short_description%> |
<%
}
h++;
while (h < (hotels.length - 1) && ((maxPrice && maxPrice < hotels[h].cheapest) || (imagesOnly && !hotels[h].secret && (!hotels[h].image || !hotels[h].image.thumbnail)))) h++;
if (h < hotels.length) {
%>
 |
<% if (hotels[h].image) { %>
<% } else if (hotels[h].secret) { %>
<% } %>
|
 |
<% if (hotels[h].star_rating) { %><%=hotels[h].star_rating.value%>* <% } %><%=hotels[h].name%> <% if (hotels[h].cheapest) { %>from <%=hotels[h].currency.symbol%><%=Math.round(hotels[h].cheapest)%> pn<% } %> <%=hotels[h].short_description%> |
<% } else { %>
 |
|
|
|
<% } %>