<%-- File : review_edit.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 which need to be edited, plus: error => If there was a problem adding a review, this tag will contain an error message. --%> <%site_title%>: Edit a Review <%css%> <%body_tag%>
<%include include_header.html%> <%body_table%> <%include include_menu.html%>
<%include include_search_bar.html%>
<%header_row%>
<%header_font%>EDIT 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%>
<%if confirm%> <%else%> <%endif%>
<%body_font%>
We show that you have previously rated or commented on this script,
so we are making sure you wish to edit this previous submission.

>
<%body_font%>Please edit your review below, and we'll update your review as soon as possible.

<%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%>
> <%ReviewID%><%endif%>>
<%include include_menu.html%> <%include include_footer.html%>