<%-- File : rate.html Description : This file displays a form letting the user rate the passed in link from 1 to 10. Tags : You have all the properties of the link available plus: error => An error message if the rate failed (i.e. they have already voted once for this link). --%> <%site_title%>: Rate a Link <%css%> <%body_tag%>
<%include include_header.html%> <%body_table%> <%include include_menu.html%>
<%include include_search_bar.html%> <%header_row%>
<%header_font%> RATE A LINK:<%/header_font%>
 
<%body_font%> <%if error%>

<%error_font%><%error%>

<%endif%>
Please rate the link <%Title%> between one and ten, with ten being tops.
<%include include_menu.html%> <%include include_footer.html%>