1
|
<html>
|
2
|
<head>
|
3
|
<title>KNB user info query</title>
|
4
|
</head>
|
5
|
<body>
|
6
|
<h1>KNB User Info Query Page</h1>
|
7
|
<p>Note that you must first login with the correct permissions or this
|
8
|
will return nothing.</p>
|
9
|
<form action="@html-path@/servlet/metacat" method="POST">
|
10
|
<input type="hidden" name="action" value="query" >
|
11
|
<input type="hidden" name="query" value="" >
|
12
|
<input type="hidden" name="qformat" value="html" >
|
13
|
<input type="hidden" name="operator" value="UNION" >
|
14
|
<input type="hidden" name="returnfield" value="/download/date" >
|
15
|
<input type="hidden" name="returnfield" value="/download/param" >
|
16
|
<input type="hidden" name="filterdoctype" value="download">
|
17
|
<input type="text" name="anyfield">
|
18
|
<input type="submit">
|
19
|
</form>
|
20
|
</body>
|
21
|
</html>
|