mirror of
https://github.com/searxng/searxng.git
synced 2024-11-16 17:40:11 +01:00
[fix] paging for api forms
This commit is contained in:
parent
3cc62341c5
commit
f1eefa004d
@ -24,6 +24,7 @@
|
||||
<div class="left">
|
||||
<input type="hidden" name="q" value="{{ q }}" />
|
||||
<input type="hidden" name="format" value="csv" />
|
||||
<input type="hidden" name="pageno" value="{{ pageno }}" />
|
||||
<input type="submit" value="csv" />
|
||||
</div>
|
||||
</form>
|
||||
@ -31,6 +32,7 @@
|
||||
<div class="left">
|
||||
<input type="hidden" name="q" value="{{ q }}" />
|
||||
<input type="hidden" name="format" value="json" />
|
||||
<input type="hidden" name="pageno" value="{{ pageno }}" />
|
||||
<input type="submit" value="json" />
|
||||
</div>
|
||||
</form>
|
||||
@ -38,6 +40,7 @@
|
||||
<div class="">
|
||||
<input type="hidden" name="q" value="{{ q }}" />
|
||||
<input type="hidden" name="format" value="rss" />
|
||||
<input type="hidden" name="pageno" value="{{ pageno }}" />
|
||||
<input type="submit" value="rss" />
|
||||
</div>
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user