You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
964 B

{* $Id$ *}
{tikimodule error=$module_params.error title=$tpl_module_title name="search_wiki_page" flip=$module_params.flip decorations=$module_params.decorations nobox=$module_params.nobox notitle=$module_params.notitle}
{jq}$(".pagename").tiki("autocomplete", "pagename");{/jq}
<form class="forms" method="post" action="tiki-listpages.php">
<input type="hidden" name="lang" value=""/>
<div class="input-group">
<input name="find" size="14" type="text" accesskey="s" class="pagename form-control"{if isset($find)} value="{$find|escape}"{/if} />
<button type="submit" class="wikiaction btn btn-info" name="search" value="{tr}Go{/tr}">{tr}Go{/tr}</button>
</div>
<input type="checkbox" class="form-check-input" name="exact_match"{if $exact eq 'y'} checked="checked"{/if}>
<label for="exact_match"><span style="white-space: nowrap">{tr}Exact match{/tr}</span></label>
</form>
{/tikimodule}