You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2012/08/27 22:59:15 UTC

svn commit: r1377859 - in /incubator/ooo/ooo-site/trunk/content/download/test: other_print.html print_tables_aoo.js

Author: marcus
Date: Mon Aug 27 20:59:14 2012
New Revision: 1377859

URL: http://svn.apache.org/viewvc?rev=1377859&view=rev
Log:
Changed the text and layout of the 'Go back to top' link

Modified:
    incubator/ooo/ooo-site/trunk/content/download/test/other_print.html
    incubator/ooo/ooo-site/trunk/content/download/test/print_tables_aoo.js

Modified: incubator/ooo/ooo-site/trunk/content/download/test/other_print.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/download/test/other_print.html?rev=1377859&r1=1377858&r2=1377859&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/download/test/other_print.html (original)
+++ incubator/ooo/ooo-site/trunk/content/download/test/other_print.html Mon Aug 27 20:59:14 2012
@@ -82,7 +82,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;" />
@@ -100,6 +100,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>
@@ -111,6 +114,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;" />
 
 -->
@@ -139,7 +145,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/>
 
 </body>
 </html>

Modified: incubator/ooo/ooo-site/trunk/content/download/test/print_tables_aoo.js
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/download/test/print_tables_aoo.js?rev=1377859&r1=1377858&r2=1377859&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/download/test/print_tables_aoo.js (original)
+++ incubator/ooo/ooo-site/trunk/content/download/test/print_tables_aoo.js Mon Aug 27 20:59:14 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>" );
 }