%--
File : link.html
Description : This file displays a single link. It is used on category listings,
search results, what's new, what's cool, pretty much anywhere you
see a link.
Tags : You have all the properties of a link available on this page, plus:
detailed_url => The URL to the detailed page (if enabled in admin).
isLinkOwner => True if the logged in user owns this link (used to
provide a link to the modify form).
--%>
-
<%body_font%>
<%Title%>
<%if isNew%>
nevo
<%endif%>
<%if isChanged%>
actualizado
<%endif%>
<%if isPopular%>
pop
<%endif%>
<%if Description%>
<%body_font%>
<%Description%>
<%endif%>
<%if URL%>
<%URL%>
<%endif%>
<%if Review_Count%>
Leer
<%Review_Count%>
Comentarios
<%endif%>
<%body_font%>
(Agregado:
<%Add_Date%>
Accesos:
<%Hits%>
Calificación:
<%Rating%>
Votos:
<%Votes%>
) Califícalo
Coméntalo
<%if detailed_url%>
Detalles
<%endif%>
<%if isLinkOwner%>
Edita este enlace
<%endif%>