khguide/templates/components/search.html

30 lines
510 B
HTML
Raw Permalink Normal View History

<input type="text" id="filter" autocomplete="off" />
<br />
<input
type="radio"
id="searchResult"
name="search"
autocomplete="off"
value="commands"
checked
/>
<label for="searchResult">Result</label>
<input
type="radio"
id="searchIngredients"
autocomplete="off"
value="ingredients"
name="search"
/>
<label for="searchIngredients">Ingredients</label>
<input
type="radio"
id="searchAbilities"
autocomplete="off"
value="abilities"
name="search"
/>
<label for="searchAbilities">Abilities</label>