Files
bm/public_html/public/templates/subparts/searchform.html
2025-09-24 13:26:28 +02:00

6 lines
182 B
HTML

<p>
<form action="index.php?id={ID}" method="POST">
<input type="text" name="keywords" value="{KEYWORDS}" /><br />
<input type="submit" name="submit" value="suchen" />
</form>
</p>