Revision 1948
Added by Duane Costa almost 21 years ago
lib/style/skins/dev/harvesterLogin.html | ||
---|---|---|
1 |
<html> |
|
2 |
<head> |
|
3 |
<title>EML Upload Login</title> |
|
4 |
</head> |
|
5 |
|
|
6 |
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red"> |
|
7 |
<br><center> |
|
8 |
<h3> |
|
9 |
<font color="#132B76" face=verdana size=2%> |
|
10 |
<b>Eml Upload Interface </b> |
|
11 |
</font> |
|
12 |
</h3> |
|
13 |
|
|
14 |
<form name="myform" |
|
15 |
method="POST" |
|
16 |
action="servlet/LoginServlet"> |
|
17 |
|
|
18 |
<table width=400 align=center cellspacing=1 cellpadding=1 |
|
19 |
border=0 bgcolor="#333366"> |
|
20 |
<tr> |
|
21 |
<td> |
|
22 |
|
|
23 |
<table bgcolor="#ffffff" border="0" cellpadding="1" width='100%' > |
|
24 |
<tr > |
|
25 |
<td colspan=3 align=center > </td> |
|
26 |
</tr> |
|
27 |
<tr > |
|
28 |
<td colspan=3 align=center > |
|
29 |
<font face=verdana size=1%> |
|
30 |
<b>Please Enter Username and Password. </b> |
|
31 |
</font> |
|
32 |
</td> |
|
33 |
</tr> |
|
34 |
<tr> |
|
35 |
<td width='10%'> </td> |
|
36 |
<td width="25%" bgcolor="#4682b4"> |
|
37 |
<p align="center"> |
|
38 |
<font color="white" face=verdana size=2%> |
|
39 |
<b>Username</b> |
|
40 |
</font> |
|
41 |
</td> |
|
42 |
<td><p><input type="text" |
|
43 |
name="user" |
|
44 |
maxlength="60" |
|
45 |
size="28"> |
|
46 |
</td> |
|
47 |
</tr> |
|
48 |
<tr> |
|
49 |
<td width='10%'> </td> |
|
50 |
<td bgcolor="#4682b4"><p align="center"> |
|
51 |
<font color="white" face=verdana size=2%> |
|
52 |
<b>Password</b> |
|
53 |
</font> |
|
54 |
</td> |
|
55 |
<td><p><input type="password" |
|
56 |
name="passwd" |
|
57 |
maxlength="60" |
|
58 |
size="28"> |
|
59 |
</td> |
|
60 |
</tr> |
|
61 |
<!--<tr> |
|
62 |
<td width='10%'> </td> |
|
63 |
<td bgcolor="#4682b4"><p align="center"> |
|
64 |
<font color="white" face=verdana size=2%> |
|
65 |
<b>Group Name</b> |
|
66 |
</font> |
|
67 |
</td> |
|
68 |
<td><p><input type="text" |
|
69 |
name="group" |
|
70 |
maxlength="60" |
|
71 |
size="28"> |
|
72 |
</td> |
|
73 |
</tr>--> |
|
74 |
<tr> |
|
75 |
<td colspan=3 align=center > </td> |
|
76 |
</tr> |
|
77 |
<tr> |
|
78 |
</table> |
|
79 |
</td> |
|
80 |
</tr> |
|
81 |
</table> |
|
82 |
<br> |
|
83 |
<p> |
|
84 |
<input type="submit" value="Login"> |
|
85 |
<input type="reset" value="Reset"> |
|
86 |
</form> |
|
87 |
</body> |
|
0 | 88 |
lib/style/skins/dev/harvesterUpload.html | ||
---|---|---|
1 |
<html> |
|
2 |
<head> |
|
3 |
<title>EML Upload Interface</title> |
|
4 |
<link rel="stylesheet" type="text/css" href="/knb/style/rowcol.css"> |
|
5 |
</head> |
|
6 |
|
|
7 |
<body class="emlbody"> |
|
8 |
<br><center> |
|
9 |
<h3><font color="#132B76" face=verdana size=2%> |
|
10 |
<b>Eml Upload Interface </b></font> |
|
11 |
</h3> |
|
12 |
<br> |
|
13 |
<form method="POST" |
|
14 |
action="/knb/servlet/MetUpload" |
|
15 |
target="right" |
|
16 |
enctype="multipart/form-data"> |
|
17 |
|
|
18 |
<table width=600 align=center cellspacing=1 |
|
19 |
cellpadding=1 border=0 bgcolor="#333366"> |
|
20 |
<tr> |
|
21 |
<td> |
|
22 |
<table width=100% bgcolor="#ffffff" border="0" cellpadding="1"> |
|
23 |
<tr > <td colspan=4 align=center > </td> </tr> |
|
24 |
<tr > |
|
25 |
<td colspan=4 align=center > |
|
26 |
<font face=verdana size=1%> |
|
27 |
<b>Please Enter docid and A valid EML datafile.</b> |
|
28 |
</td> |
|
29 |
</tr> |
|
30 |
|
|
31 |
<tr> |
|
32 |
<td width=10%> </td> |
|
33 |
<td width=25% bgcolor="#4682b4" align=center> |
|
34 |
<font color="#FFFFFF" face=verdana size=2% > |
|
35 |
<b>DocID</b> |
|
36 |
</font> |
|
37 |
</td> |
|
38 |
<td> |
|
39 |
<input type="text" name="docid"> |
|
40 |
</td> |
|
41 |
<td width=10%> </td> |
|
42 |
</tr> |
|
43 |
|
|
44 |
<tr> |
|
45 |
<td width=10%> </td> |
|
46 |
<td width=25% bgcolor="#4682b4" align=center> |
|
47 |
<font color="#FFFFFF" face=verdana size=2% > |
|
48 |
<b>EML File</b> |
|
49 |
</font> |
|
50 |
</td> |
|
51 |
<td> |
|
52 |
<input type="file" name="datafile" maxlength="61" size="40"> |
|
53 |
</td> |
|
54 |
<td width=10%> </td> |
|
55 |
</tr> |
|
56 |
<tr > |
|
57 |
<td colspan=4 align=center > |
|
58 |
</td> |
|
59 |
</tr> |
|
60 |
</table> |
|
61 |
</td> |
|
62 |
</tr> |
|
63 |
</table> |
|
64 |
|
|
65 |
<!--<input type='hidden' name=action value=upload>--> |
|
66 |
<br> |
|
67 |
<input type="submit" name="submit" value="Upload"> |
|
68 |
</form> |
|
69 |
|
|
70 |
<center> |
|
71 |
</body> |
|
72 |
</html> |
|
0 | 73 |
Also available in: Unified diff
Harvester forms to support single file upload to metacat.