Revision 833
Added by Matt Jones over 23 years ago
index.html | ||
---|---|---|
25 | 25 |
* along with this program; if not, write to the Free Software |
26 | 26 |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
27 | 27 |
--> |
28 |
<HTML> |
|
29 |
<HEAD> |
|
30 |
<TITLE>MetaCat</TITLE> |
|
31 |
<link rel="stylesheet" type="text/css" href="@html-path@/style/rowcol.css"> |
|
32 |
</HEAD> |
|
33 |
<FRAMESET COLS="*" FRAMEBORDER=0 BORDER=0> |
|
34 |
|
|
35 |
<FRAMESET ROWS="165,*" FRAMEBORDER=0 BORDER=0> |
|
36 |
|
|
37 |
<FRAME SRC="queform.html" BORDER=0 NAME="left"> |
|
38 |
|
|
39 |
<FRAME SRC="@servlet-path@?action=query&anyfield=%25&qformat=html&returndoctype=-//NCEAS//eml-dataset-2.0//EN&returnfield=title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=originator/organizationName" BORDER=0 NAME="right"> |
|
40 |
|
|
41 |
</FRAMESET> |
|
42 |
</FRAMESET> |
|
28 |
<html> |
|
29 |
<head> |
|
30 |
<title>KNB Data Search</title> |
|
31 |
<meta HTTP-EQUIV="refresh" CONTENT="1;URL=@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&qformat=knb&returndoctype=-//NCEAS//eml-dataset-2.0//EN&returnfield=title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=originator/organizationName" /> |
|
32 |
</head> |
|
33 |
<body bgcolor="WHITE"> |
|
34 |
</body> |
|
35 |
</html> |
Also available in: Unified diff
Minor bug fixes following change in style handling. Fixed image locations,
cleaned up main resultset stylesheet.