[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    www/areas/events/info/conference2006
From:       Marcus Furlong <furlongm () gmail ! com>
Date:       2006-08-29 15:31:24
Message-ID: 1156865484.638591.32321.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 578539 by furlongm:

update to maps


 M  +1 -1      codingmarathon/hacking.php  
 M  +18 -8     organization/map.js  
 M  +1 -1      organization/travel.php  


--- trunk/www/areas/events/info/conference2006/codingmarathon/hacking.php \
#578538:578539 @@ -34,7 +34,7 @@
 <br />
 <p>
 To look up the exact location of the development area please consult one of <a \
                href="../organization/map.php">our maps</a>. The development area is
-marked as ICT Labs on these maps.
+marked as the PC Huts on these maps.
 </p>
 <?php
   include "footer.inc";
--- trunk/www/areas/events/info/conference2006/organization/map.js #578538:578539
@@ -40,27 +40,37 @@
       i++;
       return marker;
     }
+    
+    var name_airport = "Dublin Airport";
+    var point_airport = new GLatLng(53.42738396726125, -6.246027946472168);
+    var text_airport = "<b><a href='http://www.dublinairport.com'>Dublin \
Airport</a></b><br /><br />For details on transport options between Dublin airport \
and<br /> Dublin city centre please see <a href='travel.php#arrival'>the aKademy \
Travel page</a>"; +     map.addOverlay(createMarker(name_airport, point_airport, \
text_airport));  
     var name_lloyd = "Lloyd Building";
     var point_lloyd = new GLatLng(53.34375588860382, -6.251091957092285);
-    var text_lloyd = "<b>Lloyd Building</b><ul><li>aKademy Information \
Desk</li><li>Contributors Conference</li><li>e.V. General Assembly</li><li>Small \
Conference/Press Room</li><li>BoF Sessions</li></ul>"; +    var text_lloyd = \
"<b>Lloyd Building</b><br /><br />- aKademy Information Desk<br />- Contributors \
Conference<br />- e.V. General Assembly<br />- Small Conference/Press Room<br />- BoF \
Sessions";  map.addOverlay(createMarker(name_lloyd, point_lloyd, text_lloyd));
 
-    var name_ictlabs = "ICT Labs";
-    var point_ictlabs = new GLatLng(53.34341000364401, -6.251167058944702);
-    var text_ictlabs = "<b>ICT Labs</b><ul><li>Coding Marathon</li></ul>";
-    map.addOverlay(createMarker(name_ictlabs, point_ictlabs, text_ictlabs));
+    var name_pchuts = "PC Huts";
+    var point_pchuts = new GLatLng(53.34341000364401, -6.251167058944702);
+    var text_pchuts = "<b>PC Huts</b><br /><br />- Coding Marathon";
+    map.addOverlay(createMarker(name_pchuts, point_pchuts, text_pchuts));
 
     var name_hostel = "Isaacs Hostel";
     var point_hostel = new GLatLng(53.34998133810203, -6.253441572189331);
-    var text_hostel = "<b><a href='http://www.isaacs.ie/isaacs_hostel'>Isaacs \
Hostel</a></b><br />Official aKademy Accommodation"; +    var text_hostel = "<b><a \
href='http://www.isaacs.ie/isaacs_hostel'>Isaacs Hostel</a></b><br /><br />Official \
aKademy Accommodation<br />2-5 Frenchmans Lane,<br />Dublin 1.<br />Tel: +353 1 \
8556215";  map.addOverlay(createMarker(name_hostel, point_hostel, text_hostel));
 
     var name_google = "Google HQ Ireland";
     var point_google = new GLatLng(53.339771636315405, -6.236447095870972);
-    var text_google = "<b><a href='http://www.google.ie/jobs'>Google HQ \
Ireland</a></b><br />Google Open House<br />Google is kindly hosting this event,<br \
/>which will be hosted from 6pm on<br /> Monday 25th September for all<br />aKademy \
participants"; +    var text_google = "<b><a href='http://www.google.ie/jobs'>Google \
HQ Ireland</a></b><br /><br />Google Open House<br />Google is kindly hosting this \
event,<br />which will be hosted from 6pm on<br /> Monday 25th September for all<br \
/>aKademy participants";  map.addOverlay(createMarker(name_google, point_google, \
                text_google));
-    
+
+    var name_kennedys = "Kennedys Bar";
+    var point_kennedys = new GLatLng(53.34204885502884, -6.250914931297302);
+    var text_kennedys = "<b>Kennedys Bar</b><br /><br />If you are around Dublin on \
Friday 22nd<br />after 6pm, this is where we will be meeting<br />up with other KDE \
contributors"; +    map.addOverlay(createMarker(name_kennedys, point_kennedys, \
text_kennedys)); +
     placelinks.innerHTML += placelinks_html;
   }
 }
--- trunk/www/areas/events/info/conference2006/organization/travel.php #578538:578539
@@ -48,7 +48,7 @@
 Airport</a></li>
 </ul>
 
-<h4>Dublin Airport to City Centre</h4>
+<h4 id="arrival">Dublin Airport to City Centre</h4>
 <ul>
 <li>Taxis are plentiful and will cost you around 15-20 Euro.</li>
 <li>There is a dedicated <a href="http://www.aircoach.ie">coach</a> that claims


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic