Project

General

Profile

« Previous | Next » 

Revision 2507

Added by Duane Costa over 19 years ago

Modifications to the lter skin.

View differences:

index.jsp
29 29
  * into an HTML format suitable for rendering with modern web browsers.
30 30
  */
31 31
%>
32
<%@ include file="settings.jsp"%>
33
<%@ include file="session_vars.jsp"%>
32

  
34 33
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
35 34
<html>
36
<head>
37
<title>LTER Data Catalog </title>
38
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
39
	<link rel="stylesheet" type="text/css" 
40
		  href="@style-skins-path@/lter/lter.css">
41
	<script language="javascript" type="text/javascript"
42
			src="@style-skins-path@/lter/lter.js"></script>
43
	<script language="javascript" type="text/javascript"
44
			src="@style-common-path@/branding.js"></script>
45
</head>
46
<body>
47
  <script language="javascript">
48
	  insertTemplateOpening();
49
	  insertSearchBox();
50
  </script>
51
  <br>
52
  <script language="javascript">
53
	  insertLoginBox();
54
  </script>
55
  <script language="javascript">
56
	  insertTemplateClosing();
57
  </script>
58
</body>
35
  <head>
36
    <title>LTER Data Catalog</title>
37
    <meta http-equiv="Refresh" content="0; URL=http:/query">
38
  </head>
59 39
</html>

Also available in: Unified diff