Project

General

Profile

1
<!--
2
  *  '$RCSfile$'
3
  *      Authors: Matt Jones
4
  *    Copyright: 2000 Regents of the University of California and the
5
  *               National Center for Ecological Analysis and Synthesis
6
  *  For Details: http://www.nceas.ucsb.edu/
7
  *
8
  *   '$Author: sgarg $'
9
  *     '$Date: 2005-10-04 18:17:47 -0700 (Tue, 04 Oct 2005) $'
10
  * '$Revision: 2651 $'
11
  * 
12
  * This is an HTML document for displaying metadata catalog tools
13
  *
14
  * This program is free software; you can redistribute it and/or modify
15
  * it under the terms of the GNU General Public License as published by
16
  * the Free Software Foundation; either version 2 of the License, or
17
  * (at your option) any later version.
18
  *
19
  * This program is distributed in the hope that it will be useful,
20
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
21
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22
  * GNU General Public License for more details.
23
  *
24
  * You should have received a copy of the GNU General Public License
25
  * along with this program; if not, write to the Free Software
26
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
27
-->
28
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
29
<html>
30
<head>
31
<title>ESA Data Repository</title>
32
<link rel="stylesheet" href="@html-path@/style/default.css" type="text/css">
33
  <link rel="stylesheet" type="text/css" 
34
        href="@systemidserver@@style-skins-path@/esa/esa.css"></link>
35
  <script language="JavaScript" type="text/JavaScript"
36
          src="@systemidserver@@style-skins-path@/esa/esa.js"></script>
37
  <script language="JavaScript" type="text/JavaScript"
38
          src="@systemidserver@@style-common-path@/branding.js"></script>
39
</head>
40
<body>
41
      <script language="JavaScript">
42
          insertTemplateOpening();
43
          insertSearchBox();
44
      </script>
45
  <b>Login Page for Moderators</b>
46
  <br />
47
  <menu>
48
  <form name="loginform" method="post" action="@servlet-path@"
49
  target="_top" id="loginform">
50
    <input type="hidden" name="action" value="login"> <input type=
51
    "hidden" name="username" value=""> <input type="hidden" name=
52
    "qformat" value="esa"> <input type="hidden" name=
53
    "enableediting" value="false">
54

    
55
    <table>
56
      <tr valign="middle">
57
        <td align="left" valign="middle" class="text_plain">
58
        username:</td>
59

    
60
        <td width="173" align="left" class="text_plain" style=
61
        "padding-top: 2px; padding-bottom: 2px;"><input name="uid"
62
        type="text" style="width: 140px;" value=""></td>
63
      </tr>
64

    
65
      <tr valign="middle">
66
        <td height="28" align="left" valign="middle" class=
67
        "text_plain">organization:</td>
68

    
69
        <td align="left" class="text_plain" style=
70
        "padding-top: 2px; padding-bottom: 2px;"><select name=
71
        "organization" style="width:140px;">
72
          <option value="NCEAS">NCEAS</option>
73
        </select></td>
74
      </tr>
75

    
76
      <tr valign="middle">
77
        <td width="85" align="left" valign="middle" class=
78
        "text_plain">password:</td>
79

    
80
        <td colspan="2" align="left" class="text_plain" style=
81
        "padding-top: 2px; padding-bottom: 2px;">
82
          <table width="100%" border="0" cellpadding="0"
83
          cellspacing="0">
84
            <tr>
85
              <td width="150" align="left"><input name="password"
86
              type="password" maxlength="50" style="width:140px;"
87
              value=""></td>
88

    
89
              <td align="center" class="buttonBG_login">
90
              <input type="submit" name="loginAction" value="Login"
91
              class="button_login"></td>
92

    
93
              <td align="left">&nbsp;</td>
94
            </tr>
95
          </table>
96
        </td>
97
      </tr>
98
    </table>
99
  </form>
100
  </menu>
101
  </li>
102
  <p>&nbsp;</p>
103
<script language="JavaScript">          
104
    insertTemplateClosing();
105
</script>
106
</body>
107
</html>
(9-9/10)