You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2014/05/06 23:53:55 UTC

svn commit: r908258 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/documentation/online_help/helpauthoring/HelpAuthoring.html

Author: buildbot
Date: Tue May  6 21:53:55 2014
New Revision: 908258

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/HelpAuthoring.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue May  6 21:53:55 2014
@@ -1 +1 @@
-1592840
+1592896

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue May  6 21:53:55 2014
@@ -1 +1 @@
-1592840
+1592896

Modified: websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/HelpAuthoring.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/HelpAuthoring.html (original)
+++ websites/staging/ooo-site/trunk/content/documentation/online_help/helpauthoring/HelpAuthoring.html Tue May  6 21:53:55 2014
@@ -4,9 +4,62 @@
 <link href="/css/ooo.css" rel="stylesheet" type="text/css">
 
 <TITLE>HelpAuthoring</TITLE>
-<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <META name="generator" content="pdftohtml 0.36">
 <META name="date" content="2006-02-03T15:12:27+00:00">
+<style>
+    body {
+    margin: 0;
+    padding: 0;
+    height:100%;
+    }
+
+    /*#menu01 {
+    position: absolute;
+    background-color: rgb(235,235,235);
+    top: 0;
+    left: 0;
+    height: 100%;
+    width: 200px;
+    border: 0;
+    border-right: 1px solid gray; }
+
+    #bookpage {
+    position: relative;
+    top: 0;
+    left: 0;
+    border: 0;
+    height: 100%;
+    width: 100%; }
+    */
+    
+	#navigation {
+    /*position: static;
+    top : 150px;
+    bottom: 10%;*/
+    left : 0;
+    height : 100%;
+    width : 280px;
+    margin : 0px 0px 0px 0px;
+    color : #000000;
+    padding : 3px;
+    float: left;
+    /*overflow : hidden;*/
+}
+	#maincontent {
+  /*position : relative;
+  top : 150px;*/
+  bottom: 10%;
+  height : 100%;
+  /*margin : 0px 0px 0px 250px;*/
+  /*width : 75%;*/
+  padding-left : 10px;
+  padding-right : 0px;
+  color : #000000;
+  border-left : 2px solid #cccccc;
+  /*overflow : hidden;*/
+}
+</style>
 
 <!--#include virtual="/google-analytics.js" --> 
 <!--#include virtual="/scripts/entourage.js" -->
@@ -24,18 +77,22 @@
     
     
     
-<FRAMESET cols="25%,75%">
-<FRAME name="table of contents" src="HelpAuthoring_ind.html">
-<FRAME name="contents" src="HelpAuthorings.html">
-<noframes>
-<p>This frameset document contains:</p>
-<ul>
-<li><a href="HelpAuthoring_ind.html">Page navigation</a></li>
-<li><a href="HelpAuthorings.html">Main content</a></li>
-</ul>
-</noframes>
-</FRAMESET>
-</HTML>
+<table border="0">
+<tr>
+<td>
+<div id="navigation">
+<iframe  src="HelpAuthoring_ind-passthru.html" width="280px" height="1300px">first iframe</iframe>
+</div>
+</td>
+<td>
+<div id="maincontent">
+<iframe name="maincontent" src="HelpAuthorings-passthru.html"  width="900px" height="1300px">second iframe</iframe>
+</div>
+</td>
+</tr>
+</table>
+
+
   </div>
 <!--#include virtual="/footer.html" -->
 </body>