User: jpmcc Date: 2007-07-19 19:11:06+0000 Modified: marketing/www/ooocon2007/index.html
Log: Add in javascript File Changes: Directory: /marketing/www/ooocon2007/ ===================================== File [changed]: index.html Url: http://marketing.openoffice.org/source/browse/marketing/www/ooocon2007/index.html?r1=1.12&r2=1.13 Delta lines: +15 -8 -------------------- --- index.html 2007-07-19 19:03:42+0000 1.12 +++ index.html 2007-07-19 19:11:04+0000 1.13 @@ -6,6 +6,7 @@ <!-- Include the common CSS stylesheet --> <link rel="stylesheet" type="text/css" href="default.css"> + <script language="JavaScript" type="text/javascript" src="ooocon.js"></script> </head> @@ -35,7 +36,16 @@ <li><a href="news.html">News</a></li> <li><a href="venue.html">Venue</a></li> <li><a href="travel.html">Travel</a></li> - <li><a href="programme.html">Programme</a></li> + <li id="progroot"> + <a onmouseover="dropdown('prog','visible');" onmouseout="dropdown('prog','hidden');" href="../programme.html">Programme</a> + <ul id="progmenu" class="subtabs" onmouseover="dropdown('prog','visible');" onmouseout="dropdown('prog','hidden');"> + <li style="display: none;" id="fixfox" ><a href="programme.html">Programme</a></li> + <li><a href="programme/tuesday.html">Tuesday</a></li> + <li><a href="programme/wednesday.html">Wednesday</a></li> + <li><a href="programme/thursday.html">Thursday</a></li> + <li><a href="programme/friday.html">Friday</a></li> + </ul> + </li> <li><a href="speakers.html">Speakers</a></li> <li><a href="attendees.html">Attendees</a></li> <li><a href="sponsorship.html">Sponsors</a></li> @@ -100,16 +110,13 @@ </table> <h3>Interested in attending?</h3> - <p style="text-align: left;">Registration is open! Just click on the graphic below or go to <a href="http://marketing.openoffice.org/ooocon2007/attendees.html">http://marketing.openoffice.org/ooocon2007/attendees.html</a></p> - - <div align="center"> <a href="/attendees.html"><img src="images/register.png" alt="Registration Graphic: Register Now!" border="0"></a> </div> - - <p style="text-align: left;">For more information, please subscribe to the conference attendees' mailing list + <p style="text-align: left;">If you are interested in attending, please subscribe to the conference attendees' mailing list <a href="/servlets/SummarizeList?listName=ooocon2007_discuss"> [EMAIL PROTECTED]</a> by sending an empty message to <a href="mailto:[EMAIL PROTECTED]"> [EMAIL PROTECTED]</a>.</p> + <h3>Interested in helping?</h3> <p style="text-align: left;">If you would like to help the conference organisers, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
