<%-- File : new.html Description : This file displays a list of new links, or a list of dates which are linked to all links added during that day (if spanning is turned on). Tags : On this page you have the following tags: new_index => If true, display simply a list of dates with how many links were added in that date, if false, then display all the links that are considered new. link_results => A list of links or dates (based on new_index above). total => Total number of new links title => The page title not linked title_linked => The page title linked. next_span => A toolbar (1 2 3 > >>) to the next list of new pages. If you plan on using loops, then read the following: If new_index is true, and you are displaying a list of dates using loops, then each loop has: date => The date, url => The URL to see the individual listings count => How many links were added that day. If you don't have span pages turned on, then the loop contains a list of dates with: date => The date, links => Another loop of all links added that date. --%> <%site_title%> : What's New <%css%> <%body_tag%> <%include include_header.html%> <%body_table%> <%include include_menu.html%> <%inter_table%> <%title_linked_row%> <%header_row%> <%if new_index%> <%else%> <%endif%>
<%body_font%> <%title_linked%>
<%header_font%> <%total%> RECURSOS NUEVOS: <%/header_font%>
<%body_font%>
    <%link_results%>
<%if next_span%>

<%body_font%> Páginas: <%next_span%>

<%endif%> <%body_font%> <%link_results%> <%if next_span%>

<%body_font%> Páginas: <%next_span%>

<%endif%>
<%footer_table%> <%include include_footer.html%>