-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathtestlinks.html
More file actions
29 lines (28 loc) · 1.08 KB
/
testlinks.html
File metadata and controls
29 lines (28 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<h1>
test links</h1>
<form action="http://127.0.0.1:8000/ebooks/results/" method=POST>
<input type="submit" value="test advanced search POST">
</form>
<form action="http://127.0.0.1:8000/ebooks/results/" method=POST>
<input type="submit" value="test advanced just a lang POST">
<select id="lang" name="lang" title="Language">
<option value="fr">French</option> </select>
</form>
<form action="http://127.0.0.1:8000/ebooks/results/" method=POST>
<input type="submit" value="test jules verne and french POST">
<input type="text" name="author" id="author" value="Jules Verne">
<select id="lang" name="lang" title="Language">
<option value="fr">French</option> </select>
</form>
<br>
<a href="http://127.0.0.1:8000/ebooks/results/">advanced search (GET)</a>
<br>
<a href="http://127.0.0.1:8000/ebooks/results/?strip=true">advanced search/browse only </a>
<br>
<a href="http://127.0.0.1:8000/metrics/">metrics</a>
<br>
<a href="http://127.0.0.1:8000/ebooks/">start page</a>
<br>
<a href="http://127.0.0.1:8000/ebooks.opds/">OPDS start page</a>
<br>
<a href="http://127.0.0.1:8000/ebooks/sitemaps/0">sitemap</a>