1 |
2211
|
jones
|
<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 |
2300
|
costa
|
action="@harvester-registration-login-path@">
|
17 |
2211
|
jones
|
|
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, Organization, 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="uid" maxlength="100" size="28"></td>
|
40 |
|
|
</tr>
|
41 |
|
|
<tr>
|
42 |
|
|
<td width='10%'> </td>
|
43 |
|
|
<td width="25%" bgcolor="#4682b4">
|
44 |
|
|
<p align="center">
|
45 |
|
|
<font color="white" face=verdana size=2%>
|
46 |
|
|
<b>Organization</b>
|
47 |
|
|
</font>
|
48 |
|
|
</td>
|
49 |
|
|
<td>
|
50 |
|
|
<input type="radio" name="o" value="NCEAS">NCEAS
|
51 |
|
|
<input type="radio" name="o" value="LTER">LTER
|
52 |
|
|
<input type="radio" name="o" value="NRS">NRS
|
53 |
|
|
<br>
|
54 |
|
|
<input type="radio" name="o" value="PISCO">PISCO
|
55 |
|
|
<input type="radio" name="o" value="OBFS">OBFS
|
56 |
|
|
<input type="radio" name="o" value="Unaffiliated">Unaffiliated
|
57 |
|
|
</tr>
|
58 |
|
|
<tr>
|
59 |
|
|
<td width='10%'> </td>
|
60 |
|
|
<td bgcolor="#4682b4">
|
61 |
|
|
<p align="center">
|
62 |
|
|
<font color="white" face=verdana size=2%>
|
63 |
|
|
<b>Password</b>
|
64 |
|
|
</font>
|
65 |
|
|
</td>
|
66 |
|
|
<td><p><input type="password" name="passwd" maxlength="60" size="28">
|
67 |
|
|
</td>
|
68 |
|
|
</tr>
|
69 |
|
|
<tr> <td colspan=3 align=center > </td></tr>
|
70 |
|
|
</table>
|
71 |
|
|
</td>
|
72 |
|
|
</tr>
|
73 |
|
|
</table>
|
74 |
|
|
<br>
|
75 |
|
|
<p>
|
76 |
|
|
<input type="submit" value="Login">
|
77 |
|
|
<input type="reset" value="Reset">
|
78 |
|
|
</form>
|
79 |
|
|
</body>
|