Project

General

Profile

1
<%@ page    language="java" %>
2
<%
3
/**
4
 * '$RCSfile$'
5
 *  Copyright: 2008 Regents of the University of California and the
6
 *             National Center for Ecological Analysis and Synthesis
7
 * '$Author: berkley $'
8
 * '$Date: 2008-06-12 15:19:19 -0700 (Thu, 12 Jun 2008) $'
9
 * '$Revision: 4000 $'
10

    
11
 * This program is free software; you can redistribute it and/or modify
12
 * it under the terms of the GNU General Public License as published by
13
 * the Free Software Foundation; either version 2 of the License, or
14
 * (at your option) any later version.
15

    
16
 * This program is distributed in the hope that it will be useful,
17
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19
 * GNU General Public License for more details.
20
 *   
21
 * You should have received a copy of the GNU General Public License
22
 * along with this program; if not, write to the Free Software
23
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
24
 */
25
 %>
26

    
27
 <%@ include file="../../common/common-settings.jsp"%>
28

    
29
<html> 
30
<head>
31
<title>Metacat Harvester Registration Login</title>
32
</head>
33

    
34
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
35
<br><center>
36
<h3>
37
<font color="#132B76" face=verdana size=2%>
38
<b>Metacat Harvester Registration Login</b>
39
</font>
40
</h3>
41

    
42
<form name="myform" 
43
      method="POST" 
44
      action="<%=SERVER_URL_WITH_CONTEXT%>/harvesterRegistrationLogin">
45

    
46
<table width=400 align=center cellspacing=1 cellpadding=1 
47
       border=0 bgcolor="#333366">
48
  <tr>
49
    <td>
50
      <table bgcolor="#ffffff" border="0" cellpadding="1" width='100%' >
51
        <tr > <td colspan=3 align=center >&nbsp;</td> </tr>
52
        <tr > 
53
          <td colspan=3 align=center >
54
            <font face=verdana size=1%>
55
              <b>Please  Enter Username, Organization, and Password</b>
56
            </font>
57
          </td> 
58
        </tr>
59
        <tr>
60
          <td width='10%'> &nbsp;</td>
61
          <td width="25%" bgcolor="#4682b4">
62
            <p align="center">
63
            <font color="white" face=verdana size=2%>
64
            <b>Username</b>
65
            </font>
66
          </td>
67
          <td><p><input type="text" name="uid" maxlength="100" size="28"></td>
68
        </tr>
69
        <tr>
70
          <td width='10%'> &nbsp;</td>
71
          <td width="25%" bgcolor="#4682b4">
72
            <p align="center">
73
            <font color="white" face=verdana size=2%>
74
            <b>Organization</b>
75
            </font>
76
          </td>
77
          <td>
78
            <input type="radio" name="o" value="NCEAS">NCEAS
79
            <input type="radio" name="o" value="LTER">LTER
80
            <input type="radio" name="o" value="NRS">NRS
81
            <br>
82
            <input type="radio" name="o" value="PISCO">PISCO
83
            <input type="radio" name="o" value="OBFS">OBFS
84
            <input type="radio" name="o" value="Unaffiliated">Unaffiliated
85
        </tr>
86
        <tr>
87
          <td width='10%'> &nbsp;</td>
88
          <td bgcolor="#4682b4">
89
            <p align="center">
90
            <font color="white" face=verdana size=2%>
91
            <b>Password</b>
92
            </font>
93
          </td>
94
          <td><p><input type="password" name="passwd" maxlength="60" size="28">
95
          </td>
96
        </tr>
97
        <tr> <td colspan=3 align=center >&nbsp;</td></tr>
98
      </table>
99
    </td>
100
  </tr>
101
</table>
102
<br>
103
<p>
104
<input type="submit" value="Login">
105
<input type="reset" value="Reset">
106
</form>
107
</body>
(1-1/7)