0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-search_stats.tpl
{* $Id: tiki-search_stats.tpl 17646 2009-03-26 20:31:06Z pkdille $ *} {title help="SearchStats"}{tr}Search stats{/tr}{/title} <div class="navbar"> {button href="?clear=1" _text="{tr}Clear Stats{/tr}"} </div> {include file='find.tpl'} <table class="normal"> <tr> <!-- term --> <th><a href="tiki-search_stats.php?offset={$offset}&sort_mode={if $sort_mode eq 'term_desc'}term_asc{else}term_desc{/if}">{tr}Word{/tr}</a></th> <!-- searched --> <th> <a href="tiki-search_stats.php?offset={$offset}&sort_mode={if $sort_mode eq 'hits_desc'}hits_asc{else}hits_desc{/if}">{tr}Searched{/tr}</a></th> <!-- How can we increase the number of items displayed on a page? --> </tr> {cycle values="odd,even" print=false} {section name=user loop=$channels} <tr> <td class="{cycle advance=false}">{$channels[user].term}</td> <td class="{cycle}">{$channels[user].hits}</td> </tr> {/section} </table> {pagination_links cant=$cant_pages step=$prefs.maxRecords offset=$offset}{/pagination_links}