-
Notifications
You must be signed in to change notification settings - Fork 0
/
unAPI.html
56 lines (44 loc) · 972 Bytes
/
unAPI.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org">
<meta http-equiv="Content-Type" content=
"text/html; charset=us-ascii">
<title>Form for unAPI.php</title>
</head>
<body>
<form action="unAPI.php" method="get">
<p>PPN: <input name="id" type="text" size="15" maxlength=
"15"></p>
<p>Format: <select name="format" size="1">
<option>
bibtex
</option>
<option>
dc
</option>
<option>
extpp
</option>
<option>
json
</option>
<option>
openurl-kev
</option>
<option>
rdf
</option>
<option>
text
</option>
<option selected>
xml
</option>
</select></p>
<p><input type="submit" value=" Submit "> <input type="reset"
value=" Cancel "></p>
</form>
</body>
</html>