Merge "Prettified all HTML files"

This commit is contained in:
Jenkins 2015-01-06 17:37:10 +00:00 committed by Gerrit Code Review
commit fc67bd8a1d
1 changed files with 98 additions and 85 deletions

View File

@ -1,86 +1,99 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>OpenStack Project Infrastructure Publications</title>
<!-- Google Fonts -->
<link
href="http://fonts.googleapis.com/css?family=PT+Sans&amp;subset=latin"
rel="stylesheet" type="text/css" />
<!-- Framework CSS -->
<link rel="stylesheet"
href="http://openstack.org/themes/openstack/css/blueprint/screen.css"
type="text/css" media="screen, projection" />
<link rel="stylesheet"
href="http://openstack.org/themes/openstack/css/blueprint/print.css"
type="text/css" media="print" />
<!--[if lt IE 8]><link rel="stylesheet" href="http://openstack.org/themes/openstack/css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<!-- OpenStack Specific CSS -->
<link rel="stylesheet"
href="http://openstack.org/themes/openstack/css/main.css"
type="text/css" media="screen, projection, print" />
</head>
<body>
<div class="container">
<div id="header">
<div class="span-5">
<h1 id="logo"><a href="/">OpenStack</a></h1>
</div>
<div class="span-19 last blueLine">
<div id="navigation" class="span-19">
<ul id="Menu1">
<li><a href="http://www.openstack.org/"
title="Go to the OpenStack Home page"
>Home</a></li>
<li><a
href="http://www.openstack.org/software/"
title="About OpenStack"
class="link">About</a></li>
<li><a
href="http://www.openstack.org/user-stories/"
title="Read stories about companies that use OpenStack to get work done."
class="link">User Stories</a></li>
<li><a
href="http://www.openstack.org/community/"
title="Go to the OpenStack Community page"
class="link">Community</a></li>
<li><a
href="http://www.openstack.org/profile/"
title="Edit your OpenStack community profile"
class="link">Profile</a></li>
<li><a
href="http://www.openstack.org/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/glossary/content/glossary.html"
title="See definitions of OpenStack terms"
>Glossary</a></li>
<li><a href="http://docs.openstack.org/"
title="Go to the OpenStack Documentation"
class="current"
>Documentation</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Page Content -->
<div class="container">
<h1>OpenStack Project Infrastructure Publications</h3>
</div>
<div class="container">
<h2>Current Publications</h2>
{current}
</div>
<br/>
<div class="container">
<h2>Previous Publications</h2>
{previous}
</div>
</body>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
OpenStack Project Infrastructure Publications
</title>
<!-- Google Fonts -->
<link href="http://fonts.googleapis.com/css?family=PT+Sans&amp;subset=latin" rel="stylesheet" type="text/css"/>
<!-- Framework CSS -->
<link href="http://openstack.org/themes/openstack/css/blueprint/screen.css" media="screen, projection" rel="stylesheet" type="text/css"/>
<link href="http://openstack.org/themes/openstack/css/blueprint/print.css" media="print" rel="stylesheet" type="text/css"/>
<!--[if lt IE 8]><link rel="stylesheet" href="http://openstack.org/themes/openstack/css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<!-- OpenStack Specific CSS -->
<link href="http://openstack.org/themes/openstack/css/main.css" media="screen, projection, print" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="container">
<div id="header">
<div class="span-5">
<h1 id="logo">
<a href="/">
OpenStack
</a>
</h1>
</div>
<div class="span-19 last blueLine">
<div class="span-19" id="navigation">
<ul id="Menu1">
<li>
<a href="http://www.openstack.org/" title="Go to the OpenStack Home page">
Home
</a>
</li>
<li>
<a class="link" href="http://www.openstack.org/software/" title="About OpenStack">
About
</a>
</li>
<li>
<a class="link" href="http://www.openstack.org/user-stories/" title="Read stories about companies that use OpenStack to get work done.">
User Stories
</a>
</li>
<li>
<a class="link" href="http://www.openstack.org/community/" title="Go to the OpenStack Community page">
Community
</a>
</li>
<li>
<a class="link" href="http://www.openstack.org/profile/" title="Edit your OpenStack community profile">
Profile
</a>
</li>
<li>
<a href="http://www.openstack.org/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/glossary/content/glossary.html" title="See definitions of OpenStack terms">
Glossary
</a>
</li>
<li>
<a class="current" href="http://docs.openstack.org/" title="Go to the OpenStack Documentation">
Documentation
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Page Content -->
<div class="container">
<h1>
OpenStack Project Infrastructure Publications
</h1>
</div>
<div class="container">
<h2>
Current Publications
</h2>
{current}
</div>
<br/>
<div class="container">
<h2>
Previous Publications
</h2>
{previous}
</div>
</body>
</html>