<%-- File : review_add.html Description : This file displays an add review form to the user. Tags : This template has all the properties of a link and of a review of this link available, plus: confirm_add => confirm if the user want to overwrite their last review error => If there was a problem adding a review, this tag will contain an error message. --%> <%site_title%>: Add a Review <%css%> <%body_tag%>
<%include include_header.html%> <%body_table%> <%include include_menu.html%>
<%include include_search_bar.html%>
<%header_row%>
<%header_font%>ADD A REVIEW<%/header_font%>

<%if error%>

<%error_font%><%error%>

<%endif%> <%if URL%><%Links::Utils::load_link_info%><%include link.html%><%endif%>
<%if Username%><%body_font%>Hello, <%Username%>!<%endif%>
<%body_font%>Please completely fill out the form below, and we'll add your review as soon as possible.

<%if anonymous%> <%endif%>
<%body_font%>Your Rating:
checked<%endif%>> 1 checked<%endif%>> 2 checked<%endif%>> 3 checked<%endif%>> 4 checked<%endif%>> 5
<%body_font%>Subject:

<%body_font%>By Line:

<%body_font%>Write a review:
<%body_font%>
<%body_font%>Your Name:

<%body_font%>Your Email:

<%body_font%>
<%if ID%>><%endif%>
<%include include_menu.html%> <%include include_footer.html%>