funchat/modules/search/templates/default/search.tpl
2025-06-02 10:01:12 +02:00

31 lines
1.3 KiB
Smarty

<div id="maincol_top_invisible">
</div>
<div class="maincol_review_header">
<h2><span>Suche</span></h2><br />
</div>
<div class="maincol_box_empty">
<div class="content_page">
<form name="form" action="/search.html" method="post">
<label for="search" class="left">Suchbegriff:</label>
<input id="search" name="search" size="38" /><br /><br />
<label for="art" class="left">Art:</label>
<select id="art" style="margin-left: 44px;" name="art">
<option value="all">alle</option>
<option value="dvd">DVD</option>
<option value="book">Buch</option>
</select><br /><br />
<label for="styp" class="left">Suche in:</label>
<select id="styp" size="7" style="margin-left: 15px;" multiple="multiple" name="styp[]">
<option value="interpret">Author</option>
<option value="author">Reviewauthor</option>
<option value="title">Titel</option>
<option value="description">Beschreibung</option>
<option value="review">Review</option>
</select><br /><span style="font-size: 95%;">Leer lassen um überall zu suchen.</span><br /><br />
<label for="sexact" class="left">Exakter Suchbegriff:</label>
<input type="checkbox" id="sexact" name="sexact" value="1" /><br /><br />
<input type="hidden" name="send" value="1" />
<input type="submit" class="button" value="Absenden" /><input type="reset" class="button" value="L&ouml;schen" />
</form>
</div>
</div>