-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.html
28 lines (28 loc) · 1.44 KB
/
search.html
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
<form action="http://192.168.1.50:5000/articles/search" method="post" target="_blank">
author: <input type="text" name="author" /><br />
title: <input type="text" name="title" /><br />
address: <input type="text" name="address" /><br />
annote: <input type="text" name="annote" /><br />
booktitle: <input type="text" name="booktitle" /><br />
chapter: <input type="text" name="chapter" /><br />
crossref: <input type="text" name="crossref" /><br />
doi: <input type="text" name="doi" /><br />
edition: <input type="text" name="edition" /><br />
editor: <input type="text" name="editor" /><br />
howpublished: <input type="text" name="howpublished" /><br />
institution: <input type="text" name="institution" /><br />
journal: <input type="text" name="journal" /><br />
key: <input type="text" name="key" /><br />
month: <input type="text" name="month" /><br />
note: <input type="text" name="note" /><br />
number: <input type="text" name="number" /><br />
organization: <input type="text" name="organization" /><br />
pages: <input type="text" name="pages" /><br />
publisher: <input type="text" name="publisher" /><br />
school: <input type="text" name="school" /><br />
series: <input type="text" name="series" /><br />
type: <input type="text" name="type" /><br />
volume: <input type="text" name="volume" /><br />
year: <input type="text" name="year" /><br />
<input type="submit" value="Submit Search" />
</form>