aurweb/templates/partials/packages/widgets/search.html
Kevin Morris d9cdd5faef
[FastAPI] Modularize homepage and add side panel
This puts one more toward completion of the homepage
overall; we'll need to still implement the authenticated
user dashboard after this.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-08-17 19:58:32 -07:00

14 lines
494 B
HTML

<div id="pkgsearch" class="widget">
<form id="pkgsearch-form" method="get" action="/packages/">
<fieldset>
<label for="pkgsearch-field">{{ "Package Search" | tr }}:</label>
<input type="hidden" name="O" value="0" />
<input id="pkgsearch-field"
type="text"
name="K"
size="30"
maxlength="35"
autocomplete="off" />
</fieldset>
</form>
</div>