[prev] [thread] [next] [lurker] [Date index for 2004/02/29]
Author: gabor
Date: 2004-02-29 09:25:37 +0200 (Sun, 29 Feb 2004)
New Revision: 137
Added:
yapcom/trunk/templates/feedback.tmpl
yapcom/trunk/templates/training.tmpl
Modified:
yapcom/trunk/html/schedule.html
yapcom/trunk/templates/index.tmpl
yapcom/trunk/templates/navigation.tmpl
Log:
add training and feedback pages
Modified: yapcom/trunk/html/schedule.html
===================================================================
--- yapcom/trunk/html/schedule.html 2004-02-28 20:34:59 UTC (rev 136)
+++ yapcom/trunk/html/schedule.html 2004-02-29 07:25:37 UTC (rev 137)
@@ -23,7 +23,7 @@
</tr>
<tr>
<td rowspan=3>9:00-9:50</td>
- <td colspan=3 align=center>Opening (Ishay Feldman, <a href=http://www.idc.org.il/>IDC</a>)<br></td>
+ <td colspan=3 align=center>Opening (Yishai Feldman, <a href=http://www.idc.org.il/>IDC</a>)<br></td>
</tr>
<tr>
<td colspan=3 align=center>About HaMakor (Ori Idan, <a href=http://www.hamakor.org.il/>HaMakor</a> board)</td>
Added: yapcom/trunk/templates/feedback.tmpl
===================================================================
--- yapcom/trunk/templates/feedback.tmpl 2004-02-28 20:34:59 UTC (rev 136)
+++ yapcom/trunk/templates/feedback.tmpl 2004-02-29 07:25:37 UTC (rev 137)
@@ -0,0 +1,30 @@
+<TMPL_VALUE NAME="title" VALUE="Feedback">
+<TMPL_INCLUDE NAME="header.tmpl">
+
+The main fuel of volunteers - both as speakers and as organizers -
+is the feedback. In order to thank those people all the effort we
+need to make sure we actually provide them with feedback. Good or bad.
+Whatever. This is important to the speakers and organizers of this event
+and maybe even more important to the speakers, organizers and participants
+of next year's event. This is the way to see, it is worth the effort.
+<p>
+
+There are at least 3 ways to provide feedback:
+<ul>
+<li> On the main Israel.pm mailing list (perl@xxxx.xxx.xx) if you
+ are already registered. If not, you can register here:
+ <a href=http://www.perl.org.il/mailman/listinfo/perl>Israel Perl Mongers mailing list</a>
+
+<li>On the Wiki. I have already started a page with some links on it:
+ <a href=http://www.perl.org.il/kwiki/index.cgi?Yapc2004Feedback>Feedback for Perl conference in Israel</a>
+ Feel free to edit the page or add more pages and provide your feedback
+ there.
+
+<li> Directly to the <a href=organizers.html>organizers</a>
+ If you prefer to send it directly to one of us, you are welcome. Please note
+ in your message if we can publish what you wrote (and you are sending
+ it to one of us only because it is more convenent) or if you'd like to
+ keep it private.
+</ul>
+<TMPL_INCLUDE NAME="footer.tmpl">
+
Modified: yapcom/trunk/templates/index.tmpl
===================================================================
--- yapcom/trunk/templates/index.tmpl 2004-02-28 20:34:59 UTC (rev 136)
+++ yapcom/trunk/templates/index.tmpl 2004-02-29 07:25:37 UTC (rev 137)
@@ -10,19 +10,6 @@
</table>
<hr>
<p>
- <font size="+1">Topics of <a href="http://www.pti.co.il/Static/seminars200402">One-Day Seminars</a></font>
- <table><tr><td>
-<!-- Before or after the conference additional Perl classes wil be taught. Details soon...<br /> <br />-->
- <ul>
- <li> Fundamentals of Perl
- <li> Web Application Development
- <li> QA - Automated Testing
- <li> Debugging Perl Scripts and Applications
- </ul>
- For further information call Gabor Szabo: 08-9716380, <a href=mailto:gabor@xxx.xx.xx>send e-mail</a>
- </td></tr></table>
- </p>
- <p>
<font size="+1">Sponsors</font> (<a href="<TMPL_VAR NAME="cgi_path">/sponsors.html">details</a>)
<br>
We would like to thank the following companies for their generous
Modified: yapcom/trunk/templates/navigation.tmpl
===================================================================
--- yapcom/trunk/templates/navigation.tmpl 2004-02-28 20:34:59 UTC (rev 136)
+++ yapcom/trunk/templates/navigation.tmpl 2004-02-29 07:25:37 UTC (rev 137)
@@ -18,7 +18,7 @@
Pictures<br />
<TMPL_IF NAME="schedule"><b>Schedule</b><TMPL_ELSE><a href="<TMPL_VAR NAME="html_path">/schedule.html">Schedule</a></TMPL_IF><br />
<TMPL_IF NAME="feedback"><b>Feedback</b><TMPL_ELSE><a href="<TMPL_VAR NAME="cgi_path">/feedback.html">Feedback</a></TMPL_IF><br />
- Training<br />
+ <TMPL_IF NAME="training"><b>Training</b><TMPL_ELSE><a href="<TMPL_VAR NAME="cgi_path">/training.html">Training</a></TMPL_IF><br />
<TMPL_IF NAME="organizers"><b>Organizers</b><TMPL_ELSE><a href="<TMPL_VAR NAME="cgi_path">/organizers.html">Organizers</a></TMPL_IF><br />
<TMPL_IF NAME="sponsors"><b>Sponsors</b><TMPL_ELSE><a href="<TMPL_VAR NAME="cgi_path">/sponsors.html">Sponsors</a></TMPL_IF><br />
<TMPL_IF NAME="location"><b>Location</b><TMPL_ELSE><a href="<TMPL_VAR NAME="cgi_path">/location.html">Location</a></TMPL_IF><br />
Added: yapcom/trunk/templates/training.tmpl
===================================================================
--- yapcom/trunk/templates/training.tmpl 2004-02-28 20:34:59 UTC (rev 136)
+++ yapcom/trunk/templates/training.tmpl 2004-02-29 07:25:37 UTC (rev 137)
@@ -0,0 +1,17 @@
+<TMPL_VALUE NAME="title" VALUE="Training">
+<TMPL_INCLUDE NAME="header.tmpl">
+ <p>
+ <font size="+1">Topics of <a href="http://www.pti.co.il/Static/seminars200402">One-Day Seminars</a></font>
+ <table><tr><td>
+ <ul>
+ <li> Fundamentals of Perl
+ <li> Web Application Development
+ <li> QA - Automated Testing
+ <li> Debugging Perl Scripts and Applications
+ </ul>
+ For further information call Gabor Szabo: 08-9716380, <a href=mailto:gabor@xxx.xx.xx>send e-mail</a>
+ </td></tr></table>
+ </p>
+
+<TMPL_INCLUDE NAME="footer.tmpl">
+
Generated at 00:00 on 02 Mar 2004 by mariachi 0.52