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

View File

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