svn commit: samba-web r492 - in trunk/news/calendar: .

deryck at samba.org deryck at samba.org
Sun Jan 9 00:02:32 GMT 2005


Author: deryck
Date: 2005-01-09 00:02:32 +0000 (Sun, 09 Jan 2005)
New Revision: 492

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=492

Log:

Add calendar dates for crh.

--deryck

Added:
   trunk/news/calendar/crh_northland.txt
Modified:
   trunk/news/calendar/index.html
   trunk/news/calendar/showDate.js


Changeset:
Added: trunk/news/calendar/crh_northland.txt
===================================================================
--- trunk/news/calendar/crh_northland.txt	2005-01-06 21:00:25 UTC (rev 491)
+++ trunk/news/calendar/crh_northland.txt	2005-01-09 00:02:32 UTC (rev 492)
@@ -0,0 +1,11 @@
+February 10, Minnesota
+
+Team member Chris Hertel will be presenting at the montly meeting of the
+Northland Technology Consortium in Duluth, Minnesota, and at the
+TechNorth Prep Center in Hibbing, Minnesota.
+
+For more info, see: 
+http://www.northlandtechnology.org/events.do?method=list&addDetailsID=38&public=true
+
+
+

Modified: trunk/news/calendar/index.html
===================================================================
--- trunk/news/calendar/index.html	2005-01-06 21:00:25 UTC (rev 491)
+++ trunk/news/calendar/index.html	2005-01-09 00:02:32 UTC (rev 492)
@@ -267,7 +267,7 @@
             	    <td>7</td>
             	    <td>8</td>
             	    <td>9</td>
-            	    <td>10</td>
+            	    <td><a href="crh_northland.txt" onclick="showDate(22); return false">10</a></td>
             	    <td>11</td>
             	    <td>12</td>
     	        </tr>

Modified: trunk/news/calendar/showDate.js
===================================================================
--- trunk/news/calendar/showDate.js	2005-01-06 21:00:25 UTC (rev 491)
+++ trunk/news/calendar/showDate.js	2005-01-09 00:02:32 UTC (rev 492)
@@ -11,10 +11,10 @@
 allEvents[19] = '<p>November 27, LinuxDay Italy</p><p>LinuxDay will have 96 seperate one day conferences in various cities around Italy.  Samba Team member Simo Sorce will be speaking on "Samba, present and future" at the Trento conference.</p><p>For more info on LinuxDay see <a href="http://www.linux.it/LinuxDay/programma.phtml">the LinuxDay site</a>.  For the Trento LinuxDay see <a href="http://www.linuxtrent.it/iniziative/linuxday/2004/FrontPage">this site</a>.</p>'
 allEvents[20] = '<p>December 6-9, Birmingham, UK</p><p>Samba Team member John Terpstra will be providing Samba training in the UK.  The course is provided by Sirius and OpenAdvantage.</p><p>For more info, please see: <a href="http://www.siriusit.co.uk/customer/samba_training.html">the Sirius site</a> or <a href="http://www.openadvantage.org/index.php?option=content&task=view&id=56&Itemid=36">the OpenAdvantage site</a>.</p>'
 allEvents[21] ='<p>May 2-4, G&ouml;ttingen, Germany</p><p>Samba eXPerience 2005 is an international conference focused exclusively on Samba.  The conference features presentations and a Samba tutorial.  The Samba Team will be on hand as well.</p><p>For more info, please see <a href="http://www.sambaxp.org/">http://www.sambaxp.org/</a>.</p>'  
+allEvents[22] = '<p>February 10, Minnesota</p><p>Team member Chris Hertel will be presenting at the montly meeting of the Northland Technology Consortium in Duluth, Minnesota, and at the TechNorth Prep Center in Hibbing, Minnesota.</p><p>For more info, see this NTC <a href="http://www.northlandtechnology.org/events.do?method=list&addDetailsID=38&public=true">info page</a>.</p>'
 
 
 
-
 function showDate(thisDate) {
         document.getElementById('events').innerHTML = allEvents[thisDate]
 }



More information about the samba-cvs mailing list