Author: marcus
Date: Mon Sep 8 21:23:35 2014
New Revision: 1623590
URL: http://svn.apache.org/r1623590
Log:
Changed location and look & feel to show the event box
Modified:
openoffice/ooo-site/trunk/content/index_asfcon.html
Modified: openoffice/ooo-site/trunk/content/index_asfcon.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/index_asfcon.html?rev=1623590&r1=1623589&r2=1623590&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/index_asfcon.html (original)
+++ openoffice/ooo-site/trunk/content/index_asfcon.html Mon Sep 8 21:23:35 2014
@@ -167,41 +167,47 @@
<body>
-<!-- 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>