openstackweb/themes/openstack/templates/Page.banner
2014-10-31 16:21:41 -03:00

83 lines
2.3 KiB
Plaintext

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>$Title &raquo; OpenStack Open Source Cloud Computing Software</title>
<% base_tag %>
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=PT+Sans&subset=latin' rel='stylesheet' type='text/css'>
<!-- Framework CSS -->
<link rel="stylesheet" href="/themes/openstack/css/blueprint/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="/themes/openstack/css/blueprint/print.css" type="text/css" media="print">
<!-- IE CSS -->
<!--[if lt IE 8]><link rel="stylesheet" href="/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<!-- OpenStack Specific CSS -->
<% require themedCSS(main) %>
<link rel="stylesheet" href="/themes/openstack/css/dropdown.css" type="text/css" media="screen, projection, print">
<!-- Page Specific CSS -->
$IncludePageCSS
</head>
<body id="$URLSegment">
<% include Analytics %>
<!-- Top Conference Banner -->
<div class="topMessage">
<div class="container">
<div class="span-24 last">
<p><strong>It's here!</strong> The OpenStack Conference &amp; Design Summit is happening now! &nbsp; &nbsp;<a href="/conference/" class="roundedButton">Details &amp; Registration</a>
</div>
</div>
</div>
<!-- End Top Conference Banner -->
<div class="container">
<div id="header">
<div class="span-5">
<h1 id="logo"><a href="/">Open Stack</a></h1>
</div>
<div class="span-19 last blueLine">
<div id="navigation" class="span-19">
<ul id="Menu1">
<% include Navigation %>
<li><a href="/blog/" title="Go to the OpenStack Blog">Blog</a></li>
<li><a href="http://wiki.openstack.org/" title="Go to the OpenStack Wiki">Wiki</a></li>
<li><a href="http://docs.openstack.org/" title="Go to OpenStack Documentation">Documentation</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Page Content -->
<div class="container">
$Message
$Layout
</div>
<% include Footer %>
$IncludePageJavascript
</body>
</html>