summaryrefslogtreecommitdiff
path: root/templates/global_mini_search.tpl
blob: cc2c19abd58eac1b199cad3ac700292b60011980 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{strip}
{form method="get" ipackage=search ifile="index.php"}
	<div class="row">
		<input id="fuser" name="highlight" size="20" type="text" accesskey="s" value="{tr}search{/tr}" onfocus="this.value=''" />
		<br />
		<select name="where">
			<option value="pages">{tr}Entire Site{/tr}</option>
			{html_options output=$contentTypes values=$contentTypes selected=$perms[user].level}
		</select>
	</div>

	<div class="row submit">
		<input type="submit" name="search" value="{tr}go{/tr}"/>
	</div>
{/form}
{/strip}