72 lines
2.0 KiB
Scheme
72 lines
2.0 KiB
Scheme
|
|
<!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 » OpenStack Open Source Cloud Computing Software</title>
|
|
|
|
<% base_tag %>
|
|
|
|
<!-- Google Fonts -->
|
|
<link href='{$CurrentProtocol}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">
|
|
|
|
<% include Analytics %>
|
|
|
|
</head>
|
|
<body id="$URLSegment">
|
|
|
|
|
|
<% include SiteBanner %>
|
|
|
|
<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>
|
|
<% include GoogleCustomSearch %>
|
|
</div>
|
|
|
|
|
|
<!-- Page Content -->
|
|
|
|
<div class="container">
|
|
$Message
|
|
$Layout
|
|
</div>
|
|
|
|
<% include Footer %>
|
|
|
|
$TrackingLinkScript
|
|
|
|
<% include Quantcast %>
|
|
|
|
</body>
|
|
</html> |