1 |
208
|
bojilova
|
<!--
|
2 |
666
|
jones
|
* '$RCSfile$'
|
3 |
|
|
* Authors: Matt Jones
|
4 |
208
|
bojilova
|
* 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 |
666
|
jones
|
*
|
8 |
|
|
* '$Author$'
|
9 |
|
|
* '$Date$'
|
10 |
|
|
* '$Revision$'
|
11 |
208
|
bojilova
|
*
|
12 |
311
|
bojilova
|
* This is an HTML document for login to MetaCat
|
13 |
666
|
jones
|
*
|
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 |
208
|
bojilova
|
-->
|
28 |
|
|
<HTML>
|
29 |
|
|
<HEAD>
|
30 |
|
|
<TITLE>MetaCat</TITLE>
|
31 |
497
|
jones
|
<link rel="stylesheet" type="text/css" href="@html-path@/style/rowcol.css">
|
32 |
311
|
bojilova
|
<script language="JavaScript">
|
33 |
|
|
function PutFocus(theForm) {
|
34 |
338
|
bojilova
|
theForm.username.focus()
|
35 |
311
|
bojilova
|
}
|
36 |
|
|
</script>
|
37 |
208
|
bojilova
|
</HEAD>
|
38 |
497
|
jones
|
<BODY class="emlbody" onLoad="PutFocus(document.forms[0]);">
|
39 |
208
|
bojilova
|
|
40 |
|
|
<P>
|
41 |
311
|
bojilova
|
|
42 |
348
|
jones
|
<FORM ACTION="@servlet-path@" METHOD="POST">
|
43 |
507
|
bojilova
|
<INPUT TYPE="hidden" NAME="action" VALUE="login">
|
44 |
508
|
bojilova
|
<INPUT TYPE="hidden" NAME="qformat" VALUE="html">
|
45 |
311
|
bojilova
|
<P>Username
|
46 |
208
|
bojilova
|
<INPUT TYPE="text" NAME="username" SIZE="15">
|
47 |
311
|
bojilova
|
<P>Password
|
48 |
|
|
<INPUT TYPE="password" NAME="password" SIZE="15">
|
49 |
|
|
<INPUT TYPE="submit" VALUE=" Login ">
|
50 |
208
|
bojilova
|
</FORM>
|
51 |
|
|
|
52 |
|
|
</BODY>
|
53 |
|
|
</HTML>
|