%--
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%>
<%include include_search_bar.html%>
|

|
| <%header_font%>REVIEW LIST<%/header_font%> |
|
<%if error%>
<%error_font%><%error%>
<%else%>
<%body_font%>
<%if user%>
<%user%> has <%Review_Count%> review(s)
<%elseif ID%>
<%Links::Utils::load_link_info%>
<%include link.html%>
<%endif%>
<%endif%>
|
<%if Review_Loop%>
<%if Review_SpeedBar%>
<%body_font%>
Pages: <%Review_SpeedBar%>
|
<%endif%>
<%loop Review_Loop%>
<%endloop%>
<%if Review_SpeedBar%>
<%body_font%>
Pages: <%Review_SpeedBar%>
|
<%endif%>
|
<%body_font%>Review Summary
<%include review_stats.html%>
<%if ID and not error%>
<%body_font%>
Add your own Review!
<%endif%>
|
<%endif%>
|
|
<%include include_menu.html%>
|
<%include include_footer.html%>