%--
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 paymentsEnabled and isUnpaid%>
unpaid
<%endif%>
<%if paymentsEnabled and isExpired%>
expired
<%endif%>
<%if paymentsEnabled and isFree%>
free
<%endif%>
<%if Description%>
<%body_font%><%Description%>
<%endif%>
<%if URL%>
<%body_font%><%URL%>
<%endif%>
<%if paymentsEnabled and ExpiryDateFormatted and not isFree%>
<%body_font%>(<%if isNotify or isExpired%><%endif%><%if isExpired%>Expired on:<%else%>Expiry date:<%endif%> <%ExpiryDateFormatted%><%if isNotify or isExpired%><%endif%>)
<%endif%>
<%if Review_Count %>
<%body_font%>Read <%Review_Count%> Reviews
<%endif%>
<%body_font%>(Added: <%Add_Date%> Hits: <%Hits%> Rating: <%Rating%> Votes: <%Votes%>)
<%if isValidated eq 'Yes'%>
Rate It
Review It
<%endif%>
<%if detailed_url and isValidated eq 'Yes'%>
Details
<%endif%>
<%if isLinkOwner and isValidated eq 'Yes'%>
Edit this link
<%endif%>
<%if paymentsEnabled%>
<%if isUnpaid or isFree%>New Payment<%else%>Renewal Payment<%endif%>
<%endif%>