Project

General

Profile

« Previous | Next » 

Revision 326

Added by bojilova over 23 years ago

unused

View differences:

lib/sexpire.html
1
<!--
2
  * sexpire.html
3
  *
4
  *      Authors: Jivka Bojilova
5
  *    Copyright: 2000 Regents of the University of California and the
6
  *               National Center for Ecological Analysis and Synthesis
7
  *  For Details: http://www.nceas.ucsb.edu/
8
  *      Created: 2000 June 26
9
  *      Version: 0.01
10
  *    File Info: '$Id$'
11
  * 
12
  * This is an HTML document for showing session expiration message
13
-->
14
<HTML>
15
<HEAD>
16
<TITLE>MetaCat</TITLE>
17
</HEAD>
18
<BODY bgcolor="#FFFFFF">
19

  
20
  <P>&nbsp;
21
  <P>For security reasons your connection to MetaCat <br>
22
     has been closed or timed out after 30 minutes <br>
23
     of inactivity. Please go to 
24
     <A HREF="/xmltodb/lib/login.html" TARGET="_top"><i>Login</i></A>
25
     page again. <br>
26

  
27
</BODY>
28
</HTML>
29 0

  
lib/query.html
1
<!--
2
  * query.html
3
  *
4
  *      Authors: Jivka Bojilova
5
  *    Copyright: 2000 Regents of the University of California and the
6
  *               National Center for Ecological Analysis and Synthesis
7
  *  For Details: http://www.nceas.ucsb.edu/
8
  *      Created: 2000 April 5
9
  *      Version: 0.01
10
  *    File Info: '$Id$'
11
  * 
12
  * This is an HTML document for displaying metadata catalog tools
13
-->
14
  <HTML>
15
  <HEAD>
16
  <TITLE>MetaCat</TITLE>
17
  </HEAD> 
18
  <FRAMESET COLS="*" FRAMEBORDER=0 BORDER=0>
19

  
20
    <FRAMESET ROWS="165,*"  FRAMEBORDER=0 BORDER=0>
21
    
22
    <FRAME SRC="queform.html" BORDER=0 NAME="left">
23

  
24
    <FRAME SRC="/servlets/MetaCatServlet?action=query&query=NCEAS%25&qformat=html&doctype=-//NCEAS//eml-dataset//EN" BORDER=0 NAME="right">
25

  
26
    </FRAMESET>
27
  </FRAMESET>
28 0

  
lib/queform.html
36 36
  <option value="any">Any
37 37
  </select>
38 38
</form>
39
<a href="login.html" target="right">Login</a>
39 40
</td>
40 41
<td valign="top">
41 42
<font size="-1">
lib/index.html
1 1
<!--
2
  * index.html
2
  * query.html
3 3
  *
4
  *      Authors: Matt Jones
4
  *      Authors: Jivka Bojilova
5 5
  *    Copyright: 2000 Regents of the University of California and the
6 6
  *               National Center for Ecological Analysis and Synthesis
7 7
  *  For Details: http://www.nceas.ucsb.edu/
......
19 19

  
20 20
    <FRAMESET ROWS="165,*"  FRAMEBORDER=0 BORDER=0>
21 21
    
22
    <FRAME SRC="contents.html" BORDER=0 NAME="left">
22
    <FRAME SRC="queform.html" BORDER=0 NAME="left">
23 23

  
24 24
    <FRAME SRC="/servlets/MetaCatServlet?action=query&query=NCEAS%25&qformat=html&doctype=-//NCEAS//eml-dataset//EN" BORDER=0 NAME="right">
25 25

  
lib/login.html
25 25
  <P>&nbsp;
26 26

  
27 27
  <FORM ACTION="/servlets/MetaCatServlet" METHOD="POST">
28
    Login as "anonymous" user in <b>MetaCat</b>
29 28
    <INPUT TYPE="hidden" NAME="action" VALUE="Login">
30
    <INPUT TYPE="hidden" NAME="username" VALUE="anonymous">
31
    <INPUT TYPE="hidden" NAME="password">
32
    <INPUT TYPE="submit" NAME="Go" VALUE=" Go ">
33
  </FORM>
34

  
35
  <HR WIDTH="300" ALIGN="left">
36

  
37
  <FORM ACTION="/servlets/MetaCatServlet" METHOD="POST">
38
    Login as registered user in <b>MetaCat</b>
39
    <INPUT TYPE="hidden" NAME="action" VALUE="Login">
40 29
    <P>Username &nbsp;&nbsp;&nbsp;
41 30
    <INPUT TYPE="text" NAME="username" SIZE="15">
42 31
    <P>Password &nbsp;&nbsp;&nbsp;

Also available in: Unified diff