%--
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%>
new
<%endif%>
<%if isChanged%>
updated
<%endif%>
<%if isPopular%>
pop
<%endif%>
<%if Description%>
<%body_font%><%Description%>
<%endif%>
<%if URL%>
<%URL%>
<%endif%>
<%if Review_Count%>
Read <%Review_Count%> Reviews
<%endif%>
<%body_font%>(Added: <%Add_Date%> Hits: <%Hits%> Rating: <%Rating%> Votes: <%Votes%>)
Rate It
Review It
Delete It
<%if detailed_url%>
Details
<%endif%>
<%if isLinkOwner%>
Edit this link
<%endif%>