Files
tg-archive/static/arbitrary-page.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

6 lines
272 B
HTML

<form method="post" action="$${{action}}">
<input type="hidden" name="search" value="$${{search}}">
$${{additional_fields}} <label>Page <input type="number" name="page" min="1" max="$${{total_pages}}" required></label>
<button type="submit">Go</button>
</form>