0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-search_stats.tpl
{* $Id: tiki-search_stats.tpl 53272 2014-12-06 04:28:16Z jyhem $ *} {title help="SearchStats"}{tr}Search stats{/tr}{/title} <div class="t_navbar"> {button href="?clear=1" class="btn btn-default" _text="{tr}Clear Stats{/tr}"} </div> {include file='find.tpl'} <div class="table-responsive"> <table class="table 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> {section name=user loop=$channels} <tr> <td class="text">{$channels[user].term}</td> <td class="integer">{$channels[user].hits}</td> </tr> {/section} </table> </div> {pagination_links cant=$cant_pages step=$prefs.maxRecords offset=$offset}{/pagination_links}