Author: buildbot
Date: Wed Dec 19 16:07:29 2012
New Revision: 843095

Log:
Staging update by buildbot for openofficeorg

Added:
    websites/staging/ooo-site/trunk/content/style-test.html
Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Dec 19 16:07:29 2012
@@ -1 +1 @@
-1423866
+1423912

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Dec 19 16:07:29 2012
@@ -1 +1 @@
-1423866
+1423912

Added: websites/staging/ooo-site/trunk/content/style-test.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/style-test.html (added)
+++ websites/staging/ooo-site/trunk/content/style-test.html Wed Dec 19 16:07:29 
2012
@@ -0,0 +1,58 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+<head>
+<link href="/css/ooo.css" rel="stylesheet" type="text/css">
+
+<title>This is the title
</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+
+<!--#include virtual="/google-analytics.js" -->
+</head>
+<body>
+<!--#include virtual="/brand.html" -->
+  <div id="topbara">
+    <!--#include virtual="/topnav.html" -->
+    <div id="breadcrumbsa"><a href="/">home</a></div>
+  </div>
+  <div id="clear"></div>
+  
+  
+  <div id="content">
+    
+    <h1 class="title">This is the title
</h1>
+    <h1 id="this-is-a-level-1-header">This is a level 1 header</h1>
+<h2 id="this-is-a-level-2-header">This is a level 2 header</h2>
+<h3 id="this-is-a-level-3-header">This is a level 3 header</h3>
+<h5 id="this-is-a-level-4-header">This is a level 4 header</h5>
+<h6 id="this-is-a-level-5-header">This is a level 5 header</h6>
+<p>This is ordinary text in a paragraph.  This is <strong>bold</strong>, 
<em>italics</em> and a <a href="http://www.openoffice.org";>hyperlink</a>.</p>
+<blockquote>
+<p>This is a blockquote. Lorem ipsum dolor sit amet,
+consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
+Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
+</p>
+</blockquote>
+<div class="codehilite"><pre>    <span class="n">This</span> <span 
class="n">is</span> <span class="n">a</span> <span class="n">code</span> <span 
class="n">block</span>
+    <span class="nb">int</span> <span class="n">x</span> <span 
class="o">=</span> <span class="mi">3</span><span class="p">;</span>
+    <span class="n">x</span><span class="o">++</span><span class="p">;</span>
+    <span class="nb">printf</span><span class="p">(</span><span 
class="s">&quot;%d&quot;</span><span class="p">,</span><span 
class="n">x</span><span class="p">);</span>
+</pre></div>
+
+
+<ul>
+<li>This is an list item in an unordered list</li>
+<li>This is an list item in an unordered list</li>
+<li>
+<p>This is an list item in an unordered list</p>
+</li>
+<li>
+<p>This is an list item in an ordered list</p>
+</li>
+<li>This is an list item in an ordered list</li>
+<li>This is an list item in an ordered list</li>
+</ul>
+  </div>
+<!--#include virtual="/footer.html" -->
+</body>
+</html>


Reply via email to