svn commit: samba-web r414 - in trunk/news: calendar style

deryck at samba.org deryck at samba.org
Sun Nov 14 14:42:13 GMT 2004


Author: deryck
Date: 2004-11-14 14:42:13 +0000 (Sun, 14 Nov 2004)
New Revision: 414

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

Log:

Add dates for Simo's LinuxDay conference to calendar.
Adjust CSS to fit larger fonts and screens better.

--deryck

Added:
   trunk/news/calendar/linuxday_italy.txt
Modified:
   trunk/news/calendar/index.html
   trunk/news/calendar/showDate.js
   trunk/news/style/news.css


Changeset:
Modified: trunk/news/calendar/index.html
===================================================================
--- trunk/news/calendar/index.html	2004-11-12 20:37:24 UTC (rev 413)
+++ trunk/news/calendar/index.html	2004-11-14 14:42:13 UTC (rev 414)
@@ -185,7 +185,7 @@
                     <td>24</td>
                     <td>25</td>
                     <td>26</td>
-                    <td>27</td>
+                    <td><a href="linuxday_italy.txt" onclick="showDate(19); return false">27</a></td>
                 </tr>
                 <tr>
                     <td>28</td>

Added: trunk/news/calendar/linuxday_italy.txt
===================================================================
--- trunk/news/calendar/linuxday_italy.txt	2004-11-12 20:37:24 UTC (rev 413)
+++ trunk/news/calendar/linuxday_italy.txt	2004-11-14 14:42:13 UTC (rev 414)
@@ -0,0 +1,9 @@
+November 27, LinuxDay Italy
+
+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.
+
+For more info on LinuxDay see http://www.linux.it/LinuxDay/programma.phtml.
+For the Trento LinuxDay see http://www.linuxtrent.it/iniziative/linuxday/2004/FrontPage. 

Modified: trunk/news/calendar/showDate.js
===================================================================
--- trunk/news/calendar/showDate.js	2004-11-12 20:37:24 UTC (rev 413)
+++ trunk/news/calendar/showDate.js	2004-11-14 14:42:13 UTC (rev 414)
@@ -19,6 +19,7 @@
 allEvents[16] = '<p>December 2-3, Berlin, Germany</p><p>IBM is hosting a Volker Lendecke led advanced Samba tutorial.  For more info, see this <a href="http://www-5.ibm.com/services/learning/de/ta-iris.nsf/(ExtCourseNr)/SAMBA3DE">overview of the tutorial</a>.</p>'
 allEvents[17] = '<p>December 6-8, Goettingen, Germany</p><p>SerNet is offering a 3 day Samba Course led by Samba Team member Volker Lendecke.  For more info, please see the <a href="http://www.sernet.de/Training/Samba.shtml">SerNet Samba training page</a>.</p>'
 allEvents[18] = '<p>November 29-December 1, iX Conference, Munich</p><p>Volker Lendecke will be giving a full-day Samba tutorial on November 29 and a talk comparing file systems on December 1.  For more info, see the <a href="http://www.ix-konferenz.de/">iX Conference website</a>.</p>'
+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>'
 
 
 

Modified: trunk/news/style/news.css
===================================================================
--- trunk/news/style/news.css	2004-11-12 20:37:24 UTC (rev 413)
+++ trunk/news/style/news.css	2004-11-14 14:42:13 UTC (rev 414)
@@ -101,7 +101,7 @@
 }
 .dates_l {
 	float:left;
-	margin:50px 10px 50px 25px;
+	margin:50px 10px 50px 5px;
 }
 .dates_r {
     float:left;



More information about the samba-cvs mailing list