1
|
<!--
|
2
|
* index.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: index.html 348 2000-08-14 20:43:27Z jones $'
|
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="@servlet-path@?action=query&query=NCEAS%25&qformat=html&doctype=-//NCEAS//eml-dataset//EN" BORDER=0 NAME="right">
|
25
|
|
26
|
</FRAMESET>
|
27
|
</FRAMESET>
|