Revision 2154
Added by Duane Costa over 20 years ago
lib/style/skins/dev/harvesterRegistrationLogin.html | ||
---|---|---|
1 |
<html> |
|
2 |
<head> |
|
3 |
<title>Metacat Harvester Registration 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>Metacat Harvester Registration Login</b> |
|
11 |
</font> |
|
12 |
</h3> |
|
13 |
|
|
14 |
<form name="myform" |
|
15 |
method="POST" |
|
16 |
action="../../../servlet/edu.ucsb.nceas.metacat.harvesterClient.HarvesterRegistrationLogin"> |
|
17 |
|
|
18 |
<table width=400 align=center cellspacing=1 cellpadding=1 |
|
19 |
border=0 bgcolor="#333366"> |
|
20 |
<tr> |
|
21 |
<td> |
|
22 |
<table bgcolor="#ffffff" border="0" cellpadding="1" width='100%' > |
|
23 |
<tr > <td colspan=3 align=center > </td> </tr> |
|
24 |
<tr > |
|
25 |
<td colspan=3 align=center > |
|
26 |
<font face=verdana size=1%> |
|
27 |
<b>Please Enter Username and Password. </b> |
|
28 |
</font> |
|
29 |
</td> |
|
30 |
</tr> |
|
31 |
<tr> |
|
32 |
<td width='10%'> </td> |
|
33 |
<td width="25%" bgcolor="#4682b4"> |
|
34 |
<p align="center"> |
|
35 |
<font color="white" face=verdana size=2%> |
|
36 |
<b>Username</b> |
|
37 |
</font> |
|
38 |
</td> |
|
39 |
<td><p><input type="text" name="user" maxlength="100" size="28"></td> |
|
40 |
</tr> |
|
41 |
<tr> |
|
42 |
<td width='10%'> </td> |
|
43 |
<td bgcolor="#4682b4"> |
|
44 |
<p align="center"> |
|
45 |
<font color="white" face=verdana size=2%> |
|
46 |
<b>Password</b> |
|
47 |
</font> |
|
48 |
</td> |
|
49 |
<td><p><input type="password" name="passwd" maxlength="60" size="28"> |
|
50 |
</td> |
|
51 |
</tr> |
|
52 |
<tr> <td colspan=3 align=center > </td></tr> |
|
53 |
</table> |
|
54 |
</td> |
|
55 |
</tr> |
|
56 |
</table> |
|
57 |
<br> |
|
58 |
<p> |
|
59 |
<input type="submit" value="Login"> |
|
60 |
<input type="reset" value="Reset"> |
|
61 |
</form> |
|
62 |
</body> |
|
63 | 0 |
lib/style/skins/knb/harvesterRegistrationLogin.html | ||
---|---|---|
1 |
<html> |
|
2 |
<head> |
|
3 |
<title>Metacat Harvester Registration 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>Metacat Harvester Registration Login</b> |
|
11 |
</font> |
|
12 |
</h3> |
|
13 |
|
|
14 |
<form name="myform" |
|
15 |
method="POST" |
|
16 |
action="../../../servlet/edu.ucsb.nceas.metacat.harvesterClient.HarvesterRegistrationLogin"> |
|
17 |
|
|
18 |
<table width=400 align=center cellspacing=1 cellpadding=1 |
|
19 |
border=0 bgcolor="#333366"> |
|
20 |
<tr> |
|
21 |
<td> |
|
22 |
<table bgcolor="#ffffff" border="0" cellpadding="1" width='100%' > |
|
23 |
<tr > <td colspan=3 align=center > </td> </tr> |
|
24 |
<tr > |
|
25 |
<td colspan=3 align=center > |
|
26 |
<font face=verdana size=1%> |
|
27 |
<b>Please Enter Username and Password. </b> |
|
28 |
</font> |
|
29 |
</td> |
|
30 |
</tr> |
|
31 |
<tr> |
|
32 |
<td width='10%'> </td> |
|
33 |
<td width="25%" bgcolor="#4682b4"> |
|
34 |
<p align="center"> |
|
35 |
<font color="white" face=verdana size=2%> |
|
36 |
<b>Username</b> |
|
37 |
</font> |
|
38 |
</td> |
|
39 |
<td><p><input type="text" name="user" maxlength="100" size="28"></td> |
|
40 |
</tr> |
|
41 |
<tr> |
|
42 |
<td width='10%'> </td> |
|
43 |
<td bgcolor="#4682b4"> |
|
44 |
<p align="center"> |
|
45 |
<font color="white" face=verdana size=2%> |
|
46 |
<b>Password</b> |
|
47 |
</font> |
|
48 |
</td> |
|
49 |
<td><p><input type="password" name="passwd" maxlength="60" size="28"> |
|
50 |
</td> |
|
51 |
</tr> |
|
52 |
<tr> <td colspan=3 align=center > </td></tr> |
|
53 |
</table> |
|
54 |
</td> |
|
55 |
</tr> |
|
56 |
</table> |
|
57 |
<br> |
|
58 |
<p> |
|
59 |
<input type="submit" value="Login"> |
|
60 |
<input type="reset" value="Reset"> |
|
61 |
</form> |
|
62 |
</body> |
|
0 | 63 |
Also available in: Unified diff
Move from dev skin to knb skin