%--
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%>
<%inter_table%>
<%header_row%>
<%title_linked_row%>
|
<%body_font%>
<%site_title%>
: Top10 |
<%header_row%>
<%header_font%>
TOP 10 por calificación (10 votos o más):
<%/header_font%>
|
|
| |
<%body_font%>
| Calificación |
# Votos |
Título |
<%loop top_rated_loop%>
| <%Rating%> |
<%Votes%> |
<%Title%> |
<%endloop%>
|
| |
<%header_row%>
|
<%header_font%>
TOP 10 por votos (10 votos o más):
<%/header_font%>
|
|
| |
<%body_font%>
| Calificación |
# Votos |
Título |
<%loop top_votes_loop%>
| <%Rating%> |
<%Votes%> |
<%Title%> |
<%endloop%>
|
| |
<%footer_table%>
<%include include_footer.html%>