Revision 7878
Added by ben leinfelder over 11 years ago
lib/style/common/templates/metacatui/genericHeader.tmpl | ||
---|---|---|
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 $' |
|
1 |
<!DOCTYPE html> |
|
2 |
<html> |
|
3 |
<head> |
|
4 |
<title>[% config.abbrev %] Data [% config.type %]</title> |
|
5 |
<meta charset="utf-8"> |
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
7 |
<meta name="description" content="Data Registry application"> |
|
8 |
<meta name="author" content="NCEAS EcoInfoDev"> |
|
8 | 9 |
|
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. |
|
10 |
<!-- Stylesheets --> |
|
11 |
<link href="[% styleSkinsPath %]/[% cfg %]/css/bootstrap.min.css" rel="stylesheet"> |
|
12 |
<link href="[% styleSkinsPath %]/[% cfg %]/css/font-awesome.min.css" rel="stylesheet"> |
|
13 |
<link href="[% styleSkinsPath %]/[% cfg %]/css/bootstrap-responsive.min.css" rel="stylesheet"> |
|
14 |
<link href="[% styleSkinsPath %]/[% cfg %]/css/metacatui.css" rel="stylesheet"> |
|
13 | 15 |
|
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_____________________________________--> |
|
16 |
<!-- TODO: Fav and touch icons --> |
|
17 |
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png"> |
|
18 |
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png"> |
|
19 |
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png"> |
|
20 |
<link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png"> |
|
21 |
<link rel="shortcut icon" href="http://twitter.github.com/bootstrap/assets/ico/favicon.png"> |
|
22 |
</head> |
|
23 |
<body id="metacatui-app"> |
|
24 | 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> |
|
25 |
<!-- NAVBAR |
|
26 |
======================================================================= --> |
|
27 |
<nav id="Navbar" class="container"> |
|
28 |
<div class="navbar"> |
|
29 |
<div class="navbar-inner"> |
|
30 |
<div class="nav-collapse collapse"> |
|
31 |
<a class="brand" href="#">knb</a> |
|
32 |
<ul class="nav"> |
|
33 |
<li class="active"><a href="#about">About</a></li> |
|
34 |
<li><a href="#tools">Tools</a></li> |
|
35 |
<!-- Read about Bootstrap dropdowns at http://twitter.github.com/bootstrap/javascript.html#dropdowns --> |
|
36 |
<li class="dropdown"> |
|
37 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Plans <b class="caret"></b></a> |
|
38 |
<ul class="dropdown-menu"> |
|
39 |
<li><a href="#">About data plans</a></li> |
|
40 |
<li class="divider"></li> |
|
41 |
<li><a href="#">Basic (free)</a></li> |
|
42 |
<li><a href="#">Annual Data</a></li> |
|
43 |
<li><a href="#">Big Data</a></li> |
|
44 |
|
|
45 |
</ul> |
|
46 |
</li> |
|
47 |
<li> |
|
48 |
<div class="nav"> |
|
49 |
<div class="input-append"> |
|
50 |
<input type="text" class="span4" placeholder="Search for data" id="search_txt"> |
|
51 |
<button type="button" class="btn" id="search_btn"><i class="icon-search icon-white icon-large"></i></button> |
|
52 |
</div> |
|
53 |
</div> |
|
54 |
</li> |
|
55 |
<li id="SignIn"><a href="#user">Sign In</a></li> |
|
56 |
</ul> |
|
57 |
</div><!--/.nav-collapse --> |
|
58 |
</div><!-- /.navbar-inner --> |
|
59 |
</div><!-- /.navbar --> |
|
60 |
</nav><!-- /mainNavbar --> |
|
61 |
|
|
62 |
<!-- HEADER SECTION |
|
63 |
======================================================================= --> |
|
64 |
<header id="Header" class="row"> |
|
65 |
<img alt="Waxflower image" src="[% styleSkinsPath %]/[% cfg %]/img/slide_06.jpg"> |
|
66 |
</header><!-- /Header --> |
Also available in: Unified diff
use new metacatUI header. https://projects.ecoinformatics.org/ecoinfo/issues/5951