Files
tg-archive/static/message-search-form.html
Elias Wendland 5a5f817df7
CI and release / Detect release commit (push) Successful in 2m42s
CI and release / Run tests (push) Successful in 7m18s
CI and release / Build and publish container (push) Failing after 5m12s
CI and release / Create release (push) Skipped
Initial commit
2026-08-07 11:54:42 +02:00

11 lines
429 B
HTML

<form method="post" action="$${{action}}">
<label>Search messages: <input type="search" name="search" value="$${{search}}"></label>
<label>Search by:
<select name="search_by">
<option value="content"$${{content_selected}}>Content</option>
<option value="timestamp"$${{timestamp_selected}}>Timestamp</option>
</select>
</label>
<button type="submit">Search</button>
</form>