HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/itpartnership.net (cms)/modules/Search/templates/admin_statistics_tab.tpl
{* admin statistics tab *}

{$formstart}
{if isset($topwords)}
<div class="pageoverflow">
  <table class="pagetable" cellspacing="0">
    <thead>
      <tr>
        <th width="75%">{$wordtext}</th>
        <th width="25%">{$counttext}</th>
      </tr>
    </thead>
    <tbody>
    {foreach from=$topwords item='entry'}
      {cycle assign='rowclass' values='row1,row2'}
      <tr class="{$rowclass}">
        <td>{$entry.word}</td>
        <td>{$entry.count}</td>
      </tr>
    {/foreach}
    </tbody>
  </table>
</div>
{/if}
<div class="pageoverflow">
  <p class="pagetext">&nbsp;</p>
  <p class="pageinput">{$clearwordcount}&nbsp;{$exportcsv}</p>
</div>
{$formend}