0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-listpages.tpl
{* $Id: tiki-listpages.tpl 17630 2009-03-26 03:37:22Z luciash $ *} {title admpage="wiki" help="Using+Wiki+Pages#List_Pages"}{tr}Pages{/tr}{/title} {include file="find.tpl" find_show_languages='y' find_show_categories='y' find_show_num_rows='y'} <form name="checkform" method="post" action="{$smarty.server.PHP_SELF}"> <input type="hidden" name="offset" value="{$offset|escape}" /> <input type="hidden" name="sort_mode" value="{$sort_mode|escape}" /> <input type="hidden" name="find" value="{$find|escape}" /> <input type="hidden" name="maxRecords" value="{$maxRecords|escape}" /> </form> {if $error} <div class="simplebox highlight"> {$error} </div> {/if} <div id="tiki-listpages-content"> {include file="tiki-listpages_content.tpl"} </div>