%if meta_name%>
<%endif%>
<%if meta_keywords%>
<%endif%>
<%include include_header.html%>
<%Links::Utils::format_title($main_title_loop, separator => $crumb_separator, no_escape_separator => $no_escape_crumb_separator, include_home => 1, link_type => 2)%>
New Links
<%-- Displays a list of dates and counts for each link --~%>
<%if new_index~%>
<%~loop link_results_loop%>
- <%date%> (<%count%>)
<%endloop~%>
<%~-- Displays the new links without span pages --~%>
<%~elsif title_linked_loop%>
<%~loop title_linked_loop%>
<%new_date%>
<%loop links%>
<%Links::Utils::format_title($title_loop, separator => $category_separator, no_escape_separator => $no_escape_category_separator, include_home => 0, link_type => 1)%>
<%include link.html%>
<%~endloop%>
<%~endloop%>
<%~-- Displays the actual new links --~%>
<%else%>
<%if paging.num_hits%><%Links::Utils::paging()%>
<%endif%>
<%if link_results_loop%>
<%loop link_results_loop%>
<%Links::Utils::format_title($title_loop, separator => $category_separator, no_escape_separator => $no_escape_category_separator, include_home => 0, link_type => 1)%>
<%include link.html%>
<%endloop%>
<%endif%>
<%if paging.num_hits%><%Links::Utils::paging(button_id => 'paging_button2')%>
<%endif%>
<%endif%>
<%include include_footer.html%>