1 |
327
|
bojilova
|
<!--
|
2 |
328
|
bojilova
|
* metacat.html
|
3 |
327
|
bojilova
|
*
|
4 |
|
|
* Authors: Matt Jones
|
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 |
497
|
jones
|
<link rel="stylesheet" type="text/css" href="@html-path@/style/rowcol.css">
|
18 |
327
|
bojilova
|
</HEAD>
|
19 |
|
|
<FRAMESET COLS="*" FRAMEBORDER=0 BORDER=0>
|
20 |
|
|
|
21 |
|
|
<FRAMESET ROWS="165,*" FRAMEBORDER=0 BORDER=0>
|
22 |
|
|
|
23 |
|
|
<FRAME SRC="contents.html" BORDER=0 NAME="left">
|
24 |
|
|
|
25 |
348
|
jones
|
<FRAME SRC="@servlet-path@?action=query&query=NCEAS%25&qformat=html&doctype=-//NCEAS//eml-dataset//EN" BORDER=0 NAME="right">
|
26 |
327
|
bojilova
|
|
27 |
|
|
</FRAMESET>
|
28 |
|
|
</FRAMESET>
|