Project

General

Profile

1
  <!--
2
    '$RCSfile$'
3
    Copyright: 2001 Regents of the University of California and the
4
               National Center for Ecological Analysis and Synthesis
5
     '$Author: walbridge $'
6
       '$Date: 2008-09-26 10:47:01 -0700 (Fri, 26 Sep 2008) $'
7
   '$Revision: 4396 $'
8

    
9
   This program is free software; you can redistribute it and/or modify
10
   it under the terms of the GNU General Public License as published by
11
   the Free Software Foundation; either version 2 of the License, or
12
   (at your option) any later version.
13

    
14
   This program is distributed in the hope that it will be useful,
15
   but WITHOUT ANY WARRANTY; without even the implied warranty of
16
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
   GNU General Public License for more details.
18
     
19
   You should have received a copy of the GNU General Public License
20
   along with this program; if not, write to the Free Software
21
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
22
  -->
23
<!--____________________________max_width_____________________________________-->
24

    
25
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
26
<html>
27
<head>
28
  <title>[% config.abbrev %] Data [% config.type %]</title>
29
  <link rel="stylesheet" type="text/css" 
30
        href="[% styleSkinsPath %]/[% cfg %]/[% cfg %].css">
31
  <script language="JavaScript" type="text/JavaScript"
32
          src="[% styleSkinsPath %]/[% cfg %]/[% cfg %].js"></script>
33
  <script language="JavaScript" type="text/JavaScript"
34
          src="[% styleCommonPath %]/branding.js"></script>
35
</head>
36
<body>
37
      <script language="JavaScript" type="text/javascript">
38
          insertTemplateOpening("[% contextUrl %]");
39
      </script>
(10-10/26)