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/09/08 23:24:59 UTC

svn commit: r921641 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/index_asfcon.html

Author: buildbot
Date: Mon Sep  8 21:24:59 2014
New Revision: 921641

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/index_asfcon.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Sep  8 21:24:59 2014
@@ -1 +1 @@
-1623584
+1623590

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Sep  8 21:24:59 2014
@@ -1 +1 @@
-1623584
+1623590

Modified: websites/staging/ooo-site/trunk/content/index_asfcon.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/index_asfcon.html (original)
+++ websites/staging/ooo-site/trunk/content/index_asfcon.html Mon Sep  8 21:24:59 2014
@@ -183,41 +183,47 @@
     
     
 
-<!-- The text in the H1 tag is intentionally shown as not displayable, just to please accessibility tools like a screen reader. -->
+<!-- The text in the H1 tag is intentionally shown as "display: none" (do not display). -->
+<!-- This is to please accessibility tools like a screen reader. -->
 <h1 style="display: none;">Apache OpenOffice</h1>
 
-<!-- Space for some stuff, e.g., banner logos for events. -->
-<div style="margin: 15px 15px 15px 30px;">
-  <p>
-    <a href="http://apachecon.com/" target="_blank">
-      <img src="http://www.apache.org/ads/ApacheCon/2014-eu-234x60.png" alt="Apache Software Foundation" />
-    </a>
-  </p>
-</div>
+<div id="actionstatements">
 
-<div style="float: left; margin: -95px 0px 0px 300px;">
-  <p>
-    <a style="color: black; text-decoration: none;" href="http://events.linuxfoundation.org/events/apachecon-europe"
-    target="_blank">
-      ApacheCon Europe, 2014
-      <br />
-      Budapest, November 17th - 21st, 2014
-      <br />
-      Click to see main conference site for details and registration.
-    </a>
-  </p>
-</div>
+  <!-- Show event box. -->
+  <!-- Show a banner logo for events and a text. -->
+  <div id="event_box">
+    <!-- Event banner logo on the left hand side. -->
+    <p>
+      <a href="http://apachecon.com/" target="_blank">
+        <img src="http://www.apache.org/ads/ApacheCon/2014-eu-234x60.png" alt="Apache Software Foundation" />
+      </a>
+    </p>
 
-<div id="actionstatements">
+    <!-- Event text on the right hand side. -->
+    <div id="event_box_text">
+      <p>
+        <a style="color: black; text-decoration: none;" href="http://events.linuxfoundation.org/events/apachecon-europe"
+          target="_blank">
+          ApacheCon Europe, 2014
+          <br />
+          Budapest, November 17th - 21st, 2014
+          <br />
+          Click to see conference site for details and registration.
+        </a>
+      </p>
+    </div>
+  </div>
 
   <script type="text/javascript">
   <!--
   // Show alert box.
   // Show important messages and announcements.
-  // Change to 'true' if you want to show the text that is defined in the variables above.
+  // In "/msg_prop_l10n.js": Change to 'true' to show the text that is defined in the variables.
   showAlertBox();
 
-  // Check if and how a redirect to the respective NL webpage should be done.
+  // Show redirect box.
+  // Show a text how to redirect to the NL webpage.
+  // In "/msg_prop_l10n.js": Change the mode and text how a redirect to the respective NL webpage should be done.
   setRedirect();
   //-->
   </script>