<#assign pageTitle = ""> <#if 0 < phrase?length> <#assign pageTitle = phrase?html + " - "> <#assign pageTitle = pageTitle + "nripper/search"> ${ pageTitle } <#assign activeMenu = "search"> <#include "header.html">
<#if limit <= offset> prev <#if 0 < snapsCount> ${ (offset / limit)?int + 1 } <#if snapsCount % limit == 0> next
<#list snaps as snap>
<#if snap.title??> ${ snap.title?html } - ${ snap.created }
<#else> ${ snap.url?html } - ${ snap.created }
${ snap.url }
<#if snap.summary??>
${ snap.summary }
<#if limit <= offset> prev <#if 0 < snapsCount> ${ (offset / limit)?int + 1 } <#if snapsCount % limit == 0> next