%--
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%>
|
<%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%>
|
<%if Review_Loop%>
<%if Review_SpeedBar%>
<%body_font%>
Páginas:
<%Review_SpeedBar%>
|
<%endif%>
<%loop Review_Loop%>
<%endloop%>
<%if Review_SpeedBar%>
<%body_font%>
Páginas:
<%Review_SpeedBar%>
|
<%endif%>
|
<%body_font%>
Estadística de comentarios
<%include review_stats.html%>
<%if ID and not error%>
<%body_font%>
Agregue
su propio Comentario!
<%endif%>
|
<%endif%>
|
<%footer_table%>
<%include include_footer.html%>