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 2012/08/27 22:59:44 UTC

svn commit: r830302 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/other_print.html content/download/test/print_tables_aoo.js

Author: buildbot
Date: Mon Aug 27 20:59:43 2012
New Revision: 830302

Log:
Staging update by buildbot for openofficeorg

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/test/other_print.html
    websites/staging/ooo-site/trunk/content/download/test/print_tables_aoo.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug 27 20:59:43 2012
@@ -1 +1 @@
-1377854
+1377859

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug 27 20:59:43 2012
@@ -1 +1 @@
-1377854
+1377859

Modified: websites/staging/ooo-site/trunk/content/download/test/other_print.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/other_print.html (original)
+++ websites/staging/ooo-site/trunk/content/download/test/other_print.html Mon Aug 27 20:59:43 2012
@@ -97,7 +97,7 @@
   Please read here further important notes</a></h3></li>
 </ul>
 
-<p class="footer"><small><a href="#top" title="Go back to the top of the page">Go back to top</a></small></p>
+<div><p class="footer"><small><a href="#" title="Go to the start of the page">Start of page</a></small></p></div>
 <br/>
 
 <hr style="display: block;" />
@@ -115,6 +115,9 @@ Please help us to improve the product qu
 These builds have not been fully tested and are under continuous development. It is not recommended for production use.</p>
 <br/>
 
+<div><p class="footer"><small><a href="#" title="Go to the start of the page">Start of page</a></small></p></div>
+<br/>
+
 <hr style="display: block;" />
 
 <h3>Order Apache OpenOffice on CD-ROM/DVD or download via P2P</h3>
@@ -126,6 +129,9 @@ Apache OpenOffice also via P2P network</
 title="Links to download manger">others</a>.</p>
 <br/>
 
+<div><p class="footer"><small><a href="#" title="Go to the start of the page">Start of page</a></small></p></div>
+<br/>
+
 <hr style="display: block;" />
 
 -->
@@ -154,7 +160,8 @@ can be accessed also by other users. To 
 mails. For instructions, see: <a href="/mail_list.html" title="Learn more about how to use mailing lists">
 Learn more about how to use mailing lists</a>.</p>
 
-<p class="footer"><small><a href="#top" title="Go back to the top of the page">Go back to top</a></small></p>
+<div><p class="footer"><small><a href="#" title="Go to the start of the page">Start of page</a></small></p></div>
+<br/>
 
 
   </div>

Modified: websites/staging/ooo-site/trunk/content/download/test/print_tables_aoo.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/print_tables_aoo.js (original)
+++ websites/staging/ooo-site/trunk/content/download/test/print_tables_aoo.js Mon Aug 27 20:59:43 2012
@@ -146,8 +146,8 @@ function write_empty_row() {
  * This writes the "Go back to top" link within a table
  */
 function write_top() {
-	document.write( "<tr><td class='footer' colspan='" + COLSPAN + "'>&nbsp;<br />" );
-	document.write( "<small><a href='#top' title='Go back to the top of the page'>Go back to top</a></small><br />" );
+	document.write( "<tr><td class='footer' colspan='" + COLSPAN + "'>&nbsp;" );
+	document.write( "<div><small><a href='#' title='Go to the start of the page'>Start of page</a></small></div>" );
 	document.write( "&nbsp;</td></tr>" );
 }