<%-- 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%>

<%if Review_Loop%> <%if Review_SpeedBar%> <%endif%> <%loop Review_Loop%> <%endloop%> <%if Review_SpeedBar%> <%endif%> <%endif%>
<%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%>
<%body_font%> Pages: <%Review_SpeedBar%>
<%body_font%> <%Review_WasHelpful%> of <%Num%> people found the following review helpful:

<%body_font%> <%Review_Subject%>, <%Review_Date%> <%if Review_IsNew%> new <%endif%>
Reviewed By: <%if Review_GuestName%> <%Review_GuestName%> <%else%> <%Review_Owner%> <%endif%> <%if user%>
Review Of: <%Title%> in <%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%>*** Thanks for the valuable feedback you provided to other readers and reviewers. Your vote will be counted. ***
<%else%>
<%body_font%>Was this review helpful to you?    
<%endif%>
<%body_font%> Pages: <%Review_SpeedBar%>

<%body_font%>Review Summary

<%include review_stats.html%>

<%if ID and not error%>

<%body_font%> Add your own Review!

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