<%-- File : review_search_results.html Description : This file is displayed a list of reviews for a link. Tags : You have all the properites of a review available and this link, plus Review_Count => number of reviews was found. Review_Loop => a loop of reviews results. Review_SpeedBar => a toolbar if available. 1..5, p1..p5 => rating times and percent of this value number. error => if there was a problem listing a review, this tag will contain an error message. --%> <%site_title%>: Review List <%css%> <%body_tag%> <%include include_header.html%> <%body_table%> <%include include_menu.html%> <%inter_table%>
<%header_row%> <%if Review_Loop%> <%if Review_SpeedBar%> <%endif%> <%loop Review_Loop%> <%endloop%> <%if Review_SpeedBar%> <%endif%> <%endif%>
<%header_font%> LISTA DE COMENTARIOS <%/header_font%>
<%if error%>

<%error_font%> <%error%>

<%else%> <%body_font%>

<%if user%>
<%user%> tiene <%Review_Count%> comentario(s) <%elseif ID%> <%Links::Utils::load_link%> <%endif%>

<%endif%>
<%body_font%> Páginas: <%Review_SpeedBar%>
<%body_font%> <%Review_WasHelpful%> de <%Num%> los visitantes encontró que el siguiente comentario es útil:

<%body_font%> <%Review_Subject%> , <%Review_Date%> <%if Review_IsNew%> nuevo <%endif%>
Comentarios por: <%if Review_GuestName%> <%Review_GuestName%> <%else%> <%Review_Owner%> <%endif%> <%if user%>
Comentarios de: <%Title%> en <%cat_linked%>
  <%endif%>

<%if Review_ByLine%> <%body_font%> <%Review_ByLine%>
<%endif%> <%body_font%> <%Review_Contents%>
<%if ID%> > <%endif%> <%if user%> > <%endif%> <%if ReviewID%> > <%endif%>
<%if last_helpful%>
<%body_font%> *** Gracias por la valiosa retroalimentación que usted hace a los lectores y a otras personas que agregan comentarios. Su voto sera tomado en cuenta. ***
<%else%>
<%body_font%> ¿Este comentario es útil para usted?    
<%endif%>
<%body_font%> Páginas: <%Review_SpeedBar%>

<%body_font%> Estadística de comentarios

<%include review_stats.html%>

<%if ID and not error%>

<%body_font%> Agregue su propio Comentario!

<%endif%>
<%footer_table%> <%include include_footer.html%>