<%-- 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%> <%inter_table%> <%header_row%>
<%header_font%> CALIFICA UN ENLACE:<%/header_font%>
 
<%body_font%> <%if error%>

<%error_font%><%error%>

<%endif%>
Califica el enlace <%Title%> entre 1 y 10, donde 10 es la calificación más alta.
<%footer_table%> <%include include_footer.html%>