Revision 3005
Added by Duane Costa over 18 years ago
index.jsp | ||
---|---|---|
1 |
<%@ page language="java" %> |
|
1 |
<%@ page language="java"%> |
|
2 |
|
|
2 | 3 |
<% |
3 | 4 |
/** |
4 | 5 |
* '$RCSfile$' |
... | ... | |
30 | 31 |
*/ |
31 | 32 |
%> |
32 | 33 |
|
34 |
<%@ include file="settings.jsp"%> |
|
35 |
<%@ include file="session_vars.jsp"%> |
|
36 |
|
|
33 | 37 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
38 |
|
|
34 | 39 |
<html> |
40 |
|
|
35 | 41 |
<head> |
36 |
<title>LTER Data Catalog</title> |
|
37 |
<meta http-equiv="Refresh" content="0; URL=http:/query"> |
|
42 |
<title> |
|
43 |
Metacat Data Catalog |
|
44 |
</title> |
|
45 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
|
46 |
<link rel="stylesheet" type="text/css" href="@style-skins-path@/lter/lter.css"> |
|
47 |
<script language="javascript" type="text/javascript" src="@style-skins-path@/lter/lter.js"></script> |
|
48 |
<script language="javascript" type="text/javascript" src="@style-common-path@/branding.js"></script> |
|
49 |
<script language="javascript" type="text/javascript" src="@style-skins-path@/lter/branding_extensions.js"></script> |
|
38 | 50 |
</head> |
51 |
|
|
52 |
<body> |
|
53 |
<script language="javascript"> |
|
54 |
insertTemplateOpening(); |
|
55 |
insertSearchBox(); |
|
56 |
insertTemplateClosing(); |
|
57 |
</script> |
|
58 |
</body> |
|
39 | 59 |
</html> |
Also available in: Unified diff
Major upgrade of lter skin. The skin now integrates the functionality of the advanced query web application (previously a separate web app) directly into the skin.