<%-- File : rate_top.html Description : This file displays the top 10 links with the most votes and highest rating. Tags : You can either use any of the following tags: top_rated => a list of the top rated links top_votes => a list of the links with the most votes top_rated_loop => a loop of all the links with the top ratings top_votes_loop => a loop of all the links with the top votes --%> <%site_title%>: Top 10 Rated <%css%> <%body_tag%>
<%include include_header.html%> <%body_table%> <%include include_menu.html%>
<%include include_search_bar.html%> <%header_row%>
<%header_font%> TOP 10 by rating (10 votes or more):<%/header_font%>
 
<%body_font%> <%loop top_rated_loop%> <%endloop%>
Rating# VotesResource
<%Rating%> <%Votes%> <%Title%>
 
<%header_row%>
<%header_font%> TOP 10 by votes (10 votes or more):<%/header_font%>
 
<%body_font%> <%loop top_votes_loop%> <%endloop%>
Rating# VotesResource
<%Rating%> <%Votes%> <%Title%>
 
<%include include_menu.html%> <%include include_footer.html%>