{include="includes"}
{include="page.header"}
{include="linklist.paging"} {if="count($links)==0"}
Nothing found.
{else} {if="$search_type=='fulltext'"}
{$result_count} results for
{$search_crits}
{/if} {if="$search_type=='tags'"}
{$result_count} results for tags
{loop="search_crits"}
{$value|htmlspecialchars}
x
{/loop}
{/if} {/if}
{loop="links"}
{$value.url|thumbnail}
{if="isLoggedIn()"}
{/if}
{$value.title|htmlspecialchars}
{if="$value.description"}
{$value.description}
{/if} {if="!$GLOBALS['config']['HIDE_TIMESTAMPS'] || isLoggedIn()"}
{$value.localdate|htmlspecialchars} - permalink
-
{else}
permalink
-
{/if}
-
{$value.url|htmlspecialchars}
{if="$value.tags"}
{loop="value.taglist"}
{$value|htmlspecialchars}
{/loop}
{/if}
{/loop}
{include="linklist.paging"}
{include="page.footer"} {if="empty($GLOBALS['disablejquery'])"} {/if}