Revision 327
Added by bojilova over 24 years ago
lib/metacat.html | ||
---|---|---|
1 |
<!-- |
|
2 |
* index.html |
|
3 |
* |
|
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 |
</HEAD> |
|
18 |
<FRAMESET COLS="*" FRAMEBORDER=0 BORDER=0> |
|
19 |
|
|
20 |
<FRAMESET ROWS="165,*" FRAMEBORDER=0 BORDER=0> |
|
21 |
|
|
22 |
<FRAME SRC="contents.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> |
|
0 | 28 |
Also available in: Unified diff
renamed index.html to metacat.html