[Yapcom-commit] rev 72 - in templates: . email

[prev] [thread] [next] [lurker] [Date index for 2003/11/27]

From: svn
Subject: [Yapcom-commit] rev 72 - in templates: . email
Date: 08:46 on 27 Nov 2003
Author: jon
Date: 2003-11-27 08:46:42 +0200 (Thu, 27 Nov 2003)
New Revision: 72

Modified:
   templates/admin.tmpl
   templates/admin_list_people.tmpl
   templates/admin_list_proposals.tmpl
   templates/change_password.tmpl
   templates/email/register_subject.tmpl
   templates/email_sent.tmpl
   templates/error.tmpl
   templates/footer.tmpl
   templates/header.tmpl
   templates/index.tmpl
   templates/list_my_proposals.tmpl
   templates/list_people.tmpl
   templates/location.tmpl
   templates/login.tmpl
   templates/logout.tmpl
   templates/lost_password.tmpl
   templates/lost_validation.tmpl
   templates/message.tmpl
   templates/milestones.tmpl
   templates/navigation.tmpl
   templates/news.tmpl
   templates/organizers.tmpl
   templates/other_yapc.tmpl
   templates/personal_info.tmpl
   templates/presentations.tmpl
   templates/proposal.tmpl
   templates/registration.tmpl
   templates/speakers.tmpl
   templates/sponsors.tmpl
   templates/sponsorship.tmpl
   templates/thank_proposal.tmpl
   templates/thankyou.tmpl
   templates/user_account.tmpl
   templates/validation.tmpl
Log:
Updated templates to be XML compliant, relative pathed urls

Modified: templates/admin.tmpl
===================================================================
--- templates/admin.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/admin.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,21 +1,9 @@
 <TMPL_VALUE NAME="title" VALUE="My YAPC Admin">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
-
 <h2>Administrators page</h2>
-<a href=admin_list_people.html>List people</a><br>
-<a href=admin_list_proposals.html>List proposals</a><br>
-<a href=logout.html>Logout</a><br>
+<a href="./admin_list_people.html">List people</a><br />
+<a href="./admin_list_proposals.html">List proposals</a><br />
+<a href="./logout.html">Logout</a><br>
 Access to administrators only
-
-         <br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br />
-         <hr />
-
-         <p class="bottomtext">
-            Please send comments, questions etc. to
-            <a href="mailto:yapc-organizers@xxxx.xxx.xx">yapc-organizers@xxxx.xxx.xx</a>;
-         </p>
-
-      </td>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/admin_list_people.tmpl
===================================================================
--- templates/admin_list_people.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/admin_list_people.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,13 +1,14 @@
 <TMPL_VALUE NAME="title" VALUE="Administrative List of People">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
 <p>
 
-Total number of registered people: <b><TMPL_VAR NAME="total"></b><br>
-Number of people who have also validated their e-mail: <b><TMPL_VAR NAME="validated"></b><p> 
+Total number of registered people: <b><TMPL_VAR NAME="total"></b><br />
+Number of people who have also validated their e-mail: <b><TMPL_VAR NAME="validated"></b>
+</p>
+<p> 
 <table>
 <TMPL_LOOP NAME="users">
-<tr><td colspan=3><hr></td></tr>
+<tr><td colspan="3"><hr /></td></tr>
 <tr>
   <td>
   <TMPL_IF NAME="url">
@@ -24,19 +25,10 @@
   <td><TMPL_VAR NAME="company"></td>
   <td><TMPL_VAR NAME="email"></td>
 </tr>
-<tr><td colspan=3><TMPL_VAR NAME="bio"></td></tr>
+<tr><td colspan="3"><TMPL_VAR NAME="bio"></td></tr>
 
 </TMPL_LOOP>
 </table>
-
-<br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br />
-<hr />
-
-<p class="bottomtext">
-           Please send comments, questions etc. to
-            <a href="mailto:yapc-organizers@xxxx.xxx.xx">yapc-organizers@xxxx.xxx.xx</a>;
-         </p>
-
-      </td>
+</p>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/admin_list_proposals.tmpl
===================================================================
--- templates/admin_list_proposals.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/admin_list_proposals.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,17 +1,16 @@
 <TMPL_VALUE NAME="title" VALUE="Administrative List of Proposals">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
 <p>
 <table>
 <TMPL_LOOP NAME="talks">
-<tr><td colspan=3><hr></td></tr>
+<tr><td colspan="3"><hr></td></tr>
 <tr>
   <td><TMPL_VAR NAME="title"></td>
   <td><TMPL_VAR NAME="length"></td>
   <td><TMPL_VAR NAME="language"></td>
 </tr>
 <tr>
-  <td colspan=3><TMPL_VAR NAME="abstract"></td>
+  <td colspan="3"><TMPL_VAR NAME="abstract"></td>
 </tr>
 <tr>
   <td><TMPL_VAR NAME="other"></td>
@@ -19,15 +18,6 @@
 <tr><td><hr></td></tr>  
 </TMPL_LOOP>
 </table>
-
-<br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br />
-<hr />
-
-<p class="bottomtext">
-           Please send comments, questions etc. to
-            <a href="mailto:yapc-organizers@xxxx.xxx.xx">yapc-organizers@xxxx.xxx.xx</a>;
-         </p>
-
-      </td>
+</p>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/change_password.tmpl
===================================================================
--- templates/change_password.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/change_password.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,27 +1,17 @@
 <TMPL_VALUE NAME="title" VALUE="Change Password Form">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
-
 <p>
 <font color="red"><TMPL_VAR NAME="MESSAGE"></font>
+</p>
 <p>
 <form method="post">
-<input type="hidden" name="submit" value="Change password">
+<input type="hidden" name="submit" value="Change password" />
 <table>
-<tr><td>New Password:</td><td><input  size=40 name="password" type="password" /></td></tr>
-<tr><td>Retype new Password:</td><td><input  size=40 name="password2" type="password" /></td></tr>
-<tr><td></td><td><input type="submit"  name="submitbtn" value="Change password"></td></tr>
+<tr><td>New Password:</td><td><input  size="40" name="password" type="password" /></td></tr>
+<tr><td>Retype new Password:</td><td><input  size="40" name="password2" type="password" /></td></tr>
+<tr><td>&nbsp;</td><td><input type="submit"  name="submitbtn" value="Change password" /></td></tr>
 </table>
 </form>
-
-         <br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br />
-         <hr />
-
-         <p class="bottomtext">
-            Please send comments, questions etc. to
-            <a href="mailto:yapc-organizers@xxxx.xxx.xx">yapc-organizers@xxxx.xxx.xx</a>;
-         </p>
-
-      </td>
+</p>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/email/register_subject.tmpl
===================================================================
--- templates/email/register_subject.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/email/register_subject.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1 +1 @@
-YAPC::Israel::2004 registration of <TMPL_VAR NAME=fname> <TMPL_VAR NAME=lname>
+YAPC::Israel::2004 registration of <TMPL_VAR NAME="fname"> <TMPL_VAR NAME="lname">

Modified: templates/email_sent.tmpl
===================================================================
--- templates/email_sent.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/email_sent.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,28 +1,18 @@
 <TMPL_VALUE NAME="title" VALUE="Email sending">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
 <p>
-<TMPL_IF NAME=sent_authcode>
+<TMPL_IF NAME="sent_authcode">
 Validation code was sent
 </TMPL_IF>
-<TMPL_IF NAME=not_sent_authcode>
-This e-mail was already validated.<br>
-<a href=lost_password.html>Get back your lost password</a><br>
+<TMPL_IF NAME="not_sent_authcode">
+This e-mail was already validated.<br />
+<a href="./lost_password.html">Get back your lost password</a><br />
 or<br>
-<a href=login.html>Login</a><br>
+<a href="./login.html">Login</a><br />
 </TMPL_IF>
-<TMPL_IF NAME=sent_password>
+<TMPL_IF NAME="sent_password">
 Password was sent
 </TMPL_IF>
-
-         <br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br />
-         <hr />
-
-         <p class="bottomtext">
-            Please send comments, questions etc. to
-            <a href="mailto:yapc-organizers@xxxx.xxx.xx">yapc-organizers@xxxx.xxx.xx</a>;
-         </p>
-
-      </td>
+</p>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/error.tmpl
===================================================================
--- templates/error.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/error.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,10 +1,9 @@
 <TMPL_VALUE NAME="title" VALUE="Timeline Error">
 <TMPL_INCLUDE NAME="header.tmpl">
-      <td>
         For some reason you arrived to a page that does not exist yet.
       <p>
       You might want to come back at a later time and hope to find
       useful information here or
       you can select one of the links on this page to explore the already existing information.
-      </td>
+      </p>
 <TMPL_INCLUDE NAME="footer.tmpl">

Modified: templates/footer.tmpl
===================================================================
--- templates/footer.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/footer.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,3 +1,13 @@
+
+         <br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br />
+         <hr />
+
+         <p class="bottomtext">
+            Please send comments, questions etc. to
+            <a href="mailto:yapc-organizers@xxxx.xxx.xx">yapc-organizers@xxxx.xxx.xx</a>;
+         </p>
+
+      </td>
    </tr>
 </table>
 </body>

Modified: templates/header.tmpl
===================================================================
--- templates/header.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/header.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -16,3 +16,4 @@
       <td valign="top">
       <TMPL_INCLUDE NAME="navigation.tmpl">
       </td>
+<td align="top">

Modified: templates/index.tmpl
===================================================================
--- templates/index.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/index.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,24 +1,23 @@
 <TMPL_VALUE NAME="title" VALUE="2nd Perl Conference in Israel">
 <TMPL_INCLUDE NAME="header.tmpl">
-      <td>
-         <center><font size=+2>YAPC::Israel::2004</font></center>
-         <font size=+1>Latest News</font>
+         <center><font size="+2">YAPC::Israel::2004</font></center>
+         <font size="+1">Latest News</font>
          <table>
             <tr>
                <td width="150" valign="top">2003 November 24</td>
                <td>
-                <a href=http://www.mcgraw-hill.co.uk/>McGraw-Hill</a>; is <a href=sponsors.html>sponsoring</a> our conference.
+                <a href="http://www.mcgraw-hill.co.uk/">McGraw-Hill</a>; is <a href="./sponsors.html">sponsoring</a> our conference.
                </td>
             </tr>
              <tr>
                <td width="150" valign="top">2003 November 24</td>
                <td>
-                <a href=http://www.focus.co.il/>Focus</a>; is <a href=sponsors.html>sponsoring</a> our conference.
+                <a href="http://www.focus.co.il/">Focus</a>; is <a href="./sponsors.html">sponsoring</a> our conference.
                </td>
             </tr>
          </table>
          <p>
-         <font size=+1>Sponsors</font> (<a href="sponsors.html">details</a>)
+         <font size="+1">Sponsors</font> (<a href="./sponsors.html">details</a>)
          <br>
           We would like to thank the following companies for their generous
           contributions to the YAPC::Israel::2004 Conference:
@@ -26,45 +25,51 @@
             <tr><td><a href="http://www.idc.ac.il/">The Interdisciplinary Center Herzliya</a></td></tr>
             <tr><td><a href="http://www.beyondsecurity.com/">Beyond Security Ltd.</a></td></tr>
             <tr><td><a href="http://www.activestate.com/">ActiveState</a></td></tr>;
-            <tr><td><a href=http://www.mcgraw-hill.co.uk/>McGraw-Hill</a></td></tr>;
-            <tr><td><a href=http://www.focus.co.il/>Focus</a></td></tr>;
-            <tr><td></td></tr>
+            <tr><td><a href="http://www.mcgraw-hill.co.uk/">McGraw-Hill</a></td></tr>;
+            <tr><td><a href="http://www.focus.co.il/">Focus</a></td></tr>;
+            <tr><td>&nbsp;</td></tr>
             <tr><td><a href="http://www.pti.co.il/">PTI Ltd., Perl Technology in Israel</a></td></tr>
          </table>
+	 </p>
          <p>
-          <font size=+1>Details</font>
+          <font size="+1">Details</font>
          <table>
             <tr><td>Date:</td><td>26th February 2004</td></tr>
             <tr><td>Times:</td><td>09:00-19:00</td></tr>
-            <tr><td>Location:</td><td><a href=http://www.idc.ac.il/>The Interdisciplinary Center Herzliya</a></td></tr>
+            <tr><td>Location:</td><td><a href="http://www.idc.ac.il/">The Interdisciplinary Center Herzliya</a></td></tr>
             <tr><td>Price:</td><td>between 90-300 NIS (see details below)<br /></td></tr>
-            <tr><td>Registration:</td><td><a href=registration.html>registration is now open</a><br /></td></tr>
-            <tr><td>Talks:</td><td>After <a href=registration.html>registration</a> submit your <a href=proposal.html>talk proposal</a><br /></td></tr>
+            <tr><td>Registration:</td><td><a href="./registration.html">registration is now open</a><br /></td></tr>
+            <tr><td>Talks:</td><td>After <a href="./registration.html">registration</a> submit your <a href="./proposal.html">talk proposal</a><br /></td></tr>
          </table>
+	 </p>
          <p>
+	 </p>
          <p>
-        <font size=+1>Structure</font>
+        <font size="+1">Structure</font>
          <table>
          <tr><td>
          The conference will last for one day with 3 parallel tracks of presentations. 
          Presentations will be given in either Hebrew or
          English, depending on the speaker's preference (the language will be listed in advance).
          </td></tr></table>
+	 </p>
          <p>
-         <font size=+1>Pricing</font>
+         <font size="+1">Pricing</font>
          <table>
            <tr><td>90 NIS / person payment till 15th  January</td></tr>
            <tr><td>150 NIS / person payment till 20th  February</td></tr>
            <tr><td>300 NIS / person payment after 20th February</td></tr>
          </table>
+	 </p>
          <p>
-         <font size=+1>Training</font>
+         <font size="+1">Training</font>
          <table><tr><td>
          Before or after the conference additional Perl classes may be taught. Details soon...<br />&nbsp;<br />
          </td></tr></table>
+	 </p>
          <hr />
 
-         <font size=+1>About</font>
+         <font size="+1">About</font>
          <table><tr><td>
          The <a href="http://www.yapc.org/">Yet Another Perl Conferences</a> (YAPCs) are grassroots symposia 
          on the Perl programming
@@ -93,16 +98,8 @@
             <li><a href="http://www.pti.co.il">Gabor Szabo</a></li>
             <li><a href="http://cs.haifa.ac.il/~shlomo/">Shlomo Yona</a></li>
             <li>Offer Kaye</li>
-            <li><a href=mailto:leah@xxx.xx.xx>Leah Siegel</a></li>
+            <li><a href="mailto:leah@xxx.xx.xx">Leah Siegel</a></li>
          </ul>
          </td></tr></table>
-         <hr />
-
-         <p class="bottomtext">
-            Please send comments, questions etc. to
-            <a href="mailto:yapc-organizers@xxxx.xxx.xx">yapc-organizers@xxxx.xxx.xx</a>;
-         </p>
-
-      </td>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/list_my_proposals.tmpl
===================================================================
--- templates/list_my_proposals.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/list_my_proposals.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,25 +1,15 @@
 <TMPL_VALUE NAME="title" VALUE="My Proposals">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
 
 <p>
 <font color="red"><TMPL_VAR NAME="MESSAGE"></font>
 <p>
 <table>
-<TMPL_LOOP NAME=talks>
-  <tr><td><a href="edit_my_proposal.html?id=<TMPL_VAR NAME=id>"><TMPL_VAR NAME=title></a></td></tr>
+<TMPL_LOOP NAME="talks">
+  <tr><td><a href="./edit_my_proposal.html?id=<TMPL_VAR NAME="id">"><TMPL_VAR NAME="title"></a></td></tr>
 </TMPL_LOOP>
 </table>
 </form>
-
-         <br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br />
-         <hr />
-
-         <p class="bottomtext">
-            Please send comments, questions etc. to
-            <a href="mailto:yapc-organizers@xxxx.xxx.xx">yapc-organizers@xxxx.xxx.xx</a>;
-         </p>
-
-      </td>
+</p>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/list_people.tmpl
===================================================================
--- templates/list_people.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/list_people.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,9 +1,8 @@
 <TMPL_VALUE NAME="title" VALUE="List Registered People">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
 <p>
 
-Total number of registered people: <b><TMPL_VAR NAME="total"></b><br>
+Total number of registered people: <b><TMPL_VAR NAME="total"></b><br />
 Number of people who have also validated their e-mail: <b><TMPL_VAR NAME="validated"></b><p> 
 <table>
 <TMPL_LOOP NAME="users">
@@ -20,15 +19,6 @@
 </tr>
 </TMPL_LOOP>
 </table>
-
-<br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br />
-<hr />
-
-<p class="bottomtext">
-           Please send comments, questions etc. to
-            <a href="mailto:yapc-organizers@xxxx.xxx.xx">yapc-organizers@xxxx.xxx.xx</a>;
-         </p>
-
-      </td>
+</p>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/location.tmpl
===================================================================
--- templates/location.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/location.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,9 +1,8 @@
 <TMPL_VALUE NAME="title" VALUE="Location">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
 
 <h2>Location</h2>
- The Conference will be held in <a href=http://www.idc.ac.il/>The Interdisciplinary Center Herzliya</a>.<br>
+ The Conference will be held in <a href="http://www.idc.ac.il/">The Interdisciplinary Center Herzliya</a>.<br />
  This  
  <a href="http://194.90.240.50:7779/pls/portal/docs/PAGE/PR_IDC_SITE/ABOUT_IDC/TOUR/ENGLISH/CONTACT%20_US/CONTACT_US_CONTENT/IDCMAP.JPG">map</a>;
  will help you get there.
@@ -11,12 +10,12 @@
 <h2>Transportation</h2>
 <h3>Train</h3>
 Israel Railways: <a href="http://www.israrail.org.il/">Hebrew</a>; and in
-<a href="http://www.israrail.org.il/english/">English</a><br>;
+<a href="http://www.israrail.org.il/english/">English</a><br />
 The Herzeliya train station is about 15 minutes walk.
 
 <p>
 <h3>Bus</h3>
-<a href="http://www.egged.co.il/egged/index.html">Egged</a>; bus company. (in Hebrew)<br>
+<a href="http://www.egged.co.il/egged/index.html">Egged</a>; bus company. (in Hebrew)<br />
 <a href="http://www.dan.co.il/">Dan</a>; bus company. (in Hebrew)
 
 <h3>Car</h3>
@@ -28,10 +27,10 @@
 
 
 <h2>General info</h2>
-Here are a few maps of Israel:<br>
-<a href="http://www.mideastweb.org/misrael.htm">map 1</a><br>
-<a href="http://www.templebuilders.com/maps/maphtm.htm">map 2</a><br>
-Herzliya is about 10 km north from Tel Aviv and<br>
+Here are a few maps of Israel:<br />
+<a href="http://www.mideastweb.org/misrael.htm">map 1</a><br />
+<a href="http://www.templebuilders.com/maps/maphtm.htm">map 2</a><br />
+Herzliya is about 10 km north from Tel Aviv and<br />
 20 km north from <a href="http://www.ben-gurion-airport.co.il/english/">Ben-Gurion Airport</a> (English).
 
 

Modified: templates/login.tmpl
===================================================================
--- templates/login.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/login.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,31 +1,21 @@
 <TMPL_VALUE NAME="title" VALUE="Login">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
 <p>
 <font color="red"><TMPL_VAR NAME="MESSAGE"></font>
+</p>
 <p>
 <form method="post">
 <input type="hidden" name="next" value="<TMPL_VAR NAME=next>" />
-<input type="hidden" name="submit" value="Login">
+<input type="hidden" name="submit" value="Login" />
 <table>
-<tr><td>Email:</td><td><input  size=40 name="email" value="<TMPL_VAR NAME=email>" /></td></tr>
-<tr><td>Password:</td><td><input  size=40 name="password" type="password" /></td></tr>
-<tr><td></td><td><input type="submit" name="submitbtn" value="Login"></td></tr>
+<tr><td>Email:</td><td><input  size="40" name="email" value="<TMPL_VAR NAME=email>" /></td></tr>
+<tr><td>Password:</td><td><input  size="40" name="password" type="password" /></td></tr>
+<tr><td>&nbsp;</td><td><input type="submit" name="submitbtn" value="Login" /></td></tr>
 </table>
-Not yet registered ? <a href=registration.html>Register here</a><br>
-Already registered but <a href=lost_validation.html>lost validation code ?</a> 
- and then <a href="validation.html">validate it</a><br>
-Already registered but <a href=lost_password.html>lost your password ?</a><br>
+Not yet registered ? <a href="./registration.html">Register here</a><br />
+Already registered but <a href="./lost_validation.html">lost validation code ?</a><br />
+ and then <a href="./validation.html">validate it</a><br />
+Already registered but <a href="./lost_password.html">lost your password ?</a><br />
 </form>
-
-         <br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br />
-         <hr />
-
-         <p class="bottomtext">
-            Please send comments, questions etc. to
-            <a href="mailto:yapc-organizers@xxxx.xxx.xx">yapc-organizers@xxxx.xxx.xx</a>;
-         </p>
-
-      </td>
+</p>
 <TMPL_INCLUDE NAME="footer.tmpl">
-

Modified: templates/logout.tmpl
===================================================================
--- templates/logout.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/logout.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,21 +1,10 @@
 <TMPL_VALUE NAME="title" VALUE="Logout">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
 
-<TMPL_IF NAME=ERROR>
-<font color=red>Error logging out</font>
+<TMPL_IF NAME="ERROR">
+<font color="red">Error logging out</font>
 <TMPL_ELSE>
 You have successfully loged out
 </TMPL_IF>
-
-         <br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br />
-         <hr />
-
-         <p class="bottomtext">
-            Please send comments, questions etc. to
-            <a href="mailto:yapc-organizers@xxxx.xxx.xx">yapc-organizers@xxxx.xxx.xx</a>;
-         </p>
-
-      </td>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/lost_password.tmpl
===================================================================
--- templates/lost_password.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/lost_password.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,26 +1,17 @@
 <TMPL_VALUE NAME="title" VALUE="Send lost password">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
 <p>
 <font color="red"><TMPL_VAR NAME="MESSAGE"></font>
+</p>
 <p>
 <form method="post">
-<input type="hidden" name="submit" value="Send password">
+<input type="hidden" name="submit" value="Send password" />
 <input type="hidden" name="next" value="<TMPL_VAR NAME=next>" />
 <table>
-<tr><td>Email:</td><td><input  size=40 name="email" value="<TMPL_VAR NAME=email>" /></td></tr>
-<tr><td></td><td><input type="submit" name="submitbtn" value="Send password"></td></tr>
+<tr><td>Email:</td><td><input  size="40" name="email" value="<TMPL_VAR NAME=email>" /></td></tr>
+<tr><td>&nbsp;</td><td><input type="submit" name="submitbtn" value="Send password" /></td></tr>
 </table>
 </form>
-
-         <br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br />
-         <hr />
-
-         <p class="bottomtext">
-            Please send comments, questions etc. to
-            <a href="mailto:yapc-organizers@xxxx.xxx.xx">yapc-organizers@xxxx.xxx.xx</a>;
-         </p>
-
-      </td>
+</p>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/lost_validation.tmpl
===================================================================
--- templates/lost_validation.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/lost_validation.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,28 +1,18 @@
 <TMPL_VALUE NAME="title" VALUE="Send lost validation code">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
 <p>
 <font color="red"><TMPL_VAR NAME="MESSAGE"></font>
+</p>
 <p>
 in case you have already registerd but have not validated the
 e-mail address yet, here you can ask the validation code to be sent to you again.
 This will only work if you have not validated yet.
 <form method="post">
-<input type="hidden" name="submit" value="Get Validation code">
+<input type="hidden" name="submit" value="Get Validation code" />
 <table>
-<tr><td>Email:</td><td><input  size=40 name="email" value="<TMPL_VAR NAME=email>" /></td></tr>
-<tr><td></td><td><input type="submit" name="submitbtn" value="Get Validation code"></td></tr>
+<tr><td>Email:</td><td><input  size="40" name="email" value="<TMPL_VAR NAME=email>" /></td></tr>
+<tr><td>&nbsp;</td><td><input type="submit" name="submitbtn" value="Get Validation code" /></td></tr>
 </table>
 </form>
-
-         <br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br />
-         <hr />
-
-         <p class="bottomtext">
-            Please send comments, questions etc. to
-            <a href="mailto:yapc-organizers@xxxx.xxx.xx">yapc-organizers@xxxx.xxx.xx</a>;
-         </p>
-
-      </td>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/message.tmpl
===================================================================
--- templates/message.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/message.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,31 +1,16 @@
-<TMPL_VALUE NAME="title" VALUE="Respons page">
-<TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
-
-<TMPL_IF NAME="password_changed">
-Your password has been successfully updated.
-</TMPL_IF>
-
-<TMPL_IF NAME="admins_only">
-Access to administrators only
-</TMPL_IF>
-<TMPL_IF NAME="personal_info_changed">
-Your personal information has been successfully updated.
-</TMPL_IF>
-<TMPL_IF NAME="no_such_proposal">
-We could not find this proposal.
-</TMPL_IF>
-
-
-
-         <br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br />
-         <hr />
-
-         <p class="bottomtext">
-            Please send comments, questions etc. to
-            <a href="mailto:yapc-organizers@xxxx.xxx.xx">yapc-organizers@xxxx.xxx.xx</a>;
-         </p>
-
-      </td>
-<TMPL_INCLUDE NAME="footer.tmpl">
-
+<TMPL_VALUE NAME="title" VALUE="Respons page">
+<TMPL_INCLUDE NAME="header.tmpl">
+<TMPL_IF NAME="password_changed">
+Your password has been successfully updated.
+</TMPL_IF>
+
+<TMPL_IF NAME="admins_only">
+Access to administrators only
+</TMPL_IF>
+<TMPL_IF NAME="personal_info_changed">
+Your personal information has been successfully updated.
+</TMPL_IF>
+<TMPL_IF NAME="no_such_proposal">
+We could not find this proposal.
+</TMPL_IF>
+<TMPL_INCLUDE NAME="footer.tmpl">

Modified: templates/milestones.tmpl
===================================================================
--- templates/milestones.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/milestones.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,10 +1,9 @@
 <TMPL_VALUE NAME="title" VALUE="Milestones">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
          <table>
             <tr>
                <td width="150" valign="top"></td>
-               <td></td>
+               <td>&nbsp;</td>
             </tr>
             <tr>
                <td width="150" valign="top">
@@ -27,8 +26,8 @@
                   2003 December 15
                </td>
                <td>
-               Decide which proposals we accept<br>
-               Announcement of presentations<br>
+               Decide which proposals we accept<br />
+               Announcement of presentations<br />
                </td>
             </tr>
             <tr>
@@ -53,16 +52,15 @@
                   2003 July 29 
                </td>
                <td>
-               First Call for participation.<br>
-               Call for location and sponsorship<br>
+               First Call for participation.<br />
+               Call for location and sponsorship<br />
                Setup basic web site
                </td>
             </tr>
             <tr>
-               <td></td>
-               <td></td>
+               <td>&nbsp;</td>
+               <td>&nbsp;</td>
             </tr>
          </table>
-      </td>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/navigation.tmpl
===================================================================
--- templates/navigation.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/navigation.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,27 +1,27 @@
-       <a href="index.html"><img src="./files/yapsi.gif" alt="YAPC::Israel::2004 logo" /></a><br />
-         <TMPL_IF NAME="index"><b>Home</b><TMPL_ELSE><a href="index.html">Home</a></TMPL_IF><br />
-         <TMPL_IF NAME="milestones"><b>Milestones</b><TMPL_ELSE><a href="milestones.html">Milestones</a></TMPL_IF><br />
-         <TMPL_IF NAME="news"><b>Old News</b><TMPL_ELSE><a href="news.html">Old News</a></TMPL_IF><br />
-         Participants<br />
-         <TMPL_IF NAME="registration"> &nbsp; <b>Registration</b><TMPL_ELSE> &nbsp; <a href="registration.html">Registration</a></TMPL_IF><br />
-         <TMPL_IF NAME="list_people"> &nbsp; <b>List participants</b><TMPL_ELSE> &nbsp; <a href="list_people.html">List participants</a></TMPL_IF><br />
-         <TMPL_IF NAME="login"> &nbsp; <b>Personal information</b><TMPL_ELSE> &nbsp; <a href="login.html">Personal information</a></TMPL_IF><br />
-         Call for Participation<br />
-         <TMPL_IF NAME="cfpenglish"> &nbsp; <b>English</b><TMPL_ELSE> &nbsp; <a href="html/announcement.html">English</a></TMPL_IF><br />
-         <TMPL_IF NAME="cfphebrew"> &nbsp; <b>Hebrew</b><TMPL_ELSE> &nbsp; <a href="html/announcement-il.html">Hebrew</a></TMPL_IF><br />
-         Call for Papers<br />
-         <TMPL_IF NAME="callfphebrew"> &nbsp; <b>Hebrew (.doc)</b><TMPL_ELSE> &nbsp; <a href="docs/announcement_call_for_papers_hebrew.doc">Hebrew (.doc)</a></TMPL_IF><br />
-         <TMPL_IF NAME="callfpenglish"> &nbsp; <b>English (.doc)</b><TMPL_ELSE> &nbsp; <a href="docs/announcement_call_for_papers_english.doc">English (.doc)</a></TMPL_IF><br />
-         <TMPL_IF NAME="speakers"><b>Speakers</b><TMPL_ELSE><a href="speakers.html">Speakers</a></TMPL_IF><br />
-         <TMPL_IF NAME="presentations"><b>Presentations</b><TMPL_ELSE><a href="presentations.html">Presentations</a></TMPL_IF><br />
-         Slides<br />
-         Pictures<br />
-         Schedule<br />
-         Training<br />
-         <TMPL_IF NAME="organizers"><b>Organizers</b><TMPL_ELSE><a href="organizers.html">Organizers</a></TMPL_IF><br />
-         <TMPL_IF NAME="sponsors"><b>Sponsors</b><TMPL_ELSE><a href="sponsors.html">Sponsors</a></TMPL_IF><br />
-         <TMPL_IF NAME="location"><b>Location</b><TMPL_ELSE><a href="location.html">Location</a></TMPL_IF><br />
-         <TMPL_IF NAME="other_yapc"><b>Other YAPCs</b><TMPL_ELSE><a href="other_yapc.html">Other YAPCs</a></TMPL_IF><br />
-         <hr class="partruler" />
-         <a href="http://perl.org.il">perl.org.il</a><br />
-         <a href="download/">yapcom v<TMPL_VAR NAME="VERSION"></a>
+       <a href="./index.html"><img src="./files/yapsi.gif" alt="YAPC::Israel::2004 logo" /></a><br />
+         <TMPL_IF NAME="index"><b>Home</b><TMPL_ELSE><a href="./index.html">Home</a></TMPL_IF><br />
+         <TMPL_IF NAME="milestones"><b>Milestones</b><TMPL_ELSE><a href="./milestones.html">Milestones</a></TMPL_IF><br />
+         <TMPL_IF NAME="news"><b>Old News</b><TMPL_ELSE><a href="./news.html">Old News</a></TMPL_IF><br />
+         Participants<br />
+         <TMPL_IF NAME="registration"> &nbsp; <b>Registration</b><TMPL_ELSE> &nbsp; <a href="./registration.html">Registration</a></TMPL_IF><br />
+         <TMPL_IF NAME="list_people"> &nbsp; <b>List participants</b><TMPL_ELSE> &nbsp; <a href="./list_people.html">List participants</a></TMPL_IF><br />
+         <TMPL_IF NAME="login"> &nbsp; <b>Personal information</b><TMPL_ELSE> &nbsp; <a href="./login.html">Personal information</a></TMPL_IF><br />
+         Call for Participation<br />
+         <TMPL_IF NAME="cfpenglish"> &nbsp; <b>English</b><TMPL_ELSE> &nbsp; <a href="./html/announcement.html">English</a></TMPL_IF><br />
+         <TMPL_IF NAME="cfphebrew"> &nbsp; <b>Hebrew</b><TMPL_ELSE> &nbsp; <a href="./html/announcement-il.html">Hebrew</a></TMPL_IF><br />
+         Call for Papers<br />
+         <TMPL_IF NAME="callfphebrew"> &nbsp; <b>Hebrew (.doc)</b><TMPL_ELSE> &nbsp; <a href="./docs/announcement_call_for_papers_hebrew.doc">Hebrew (.doc)</a></TMPL_IF><br />
+         <TMPL_IF NAME="callfpenglish"> &nbsp; <b>English (.doc)</b><TMPL_ELSE> &nbsp; <a href="./docs/announcement_call_for_papers_english.doc">English (.doc)</a></TMPL_IF><br />
+         <TMPL_IF NAME="speakers"><b>Speakers</b><TMPL_ELSE><a href="./speakers.html">Speakers</a></TMPL_IF><br />
+         <TMPL_IF NAME="presentations"><b>Presentations</b><TMPL_ELSE><a href="./presentations.html">Presentations</a></TMPL_IF><br />
+         Slides<br />
+         Pictures<br />
+         Schedule<br />
+         Training<br />
+         <TMPL_IF NAME="organizers"><b>Organizers</b><TMPL_ELSE><a href="./organizers.html">Organizers</a></TMPL_IF><br />
+         <TMPL_IF NAME="sponsors"><b>Sponsors</b><TMPL_ELSE><a href="./sponsors.html">Sponsors</a></TMPL_IF><br />
+         <TMPL_IF NAME="location"><b>Location</b><TMPL_ELSE><a href="./location.html">Location</a></TMPL_IF><br />
+         <TMPL_IF NAME="other_yapc"><b>Other YAPCs</b><TMPL_ELSE><a href="./other_yapc.html">Other YAPCs</a></TMPL_IF><br />
+         <hr class="partruler" />
+         <a href="http://perl.org.il">perl.org.il</a><br />
+         <a href="./download/">yapcom v<TMPL_VAR NAME="VERSION"></a>

Modified: templates/news.tmpl
===================================================================
--- templates/news.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/news.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,38 +1,37 @@
 <TMPL_VALUE NAME="title" VALUE="Old News">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
          <table>
             <tr>
-               <td width="150" valign="top"></td>
-               <td></td>
+               <td width="150" valign="top">&nbsp;</td>
+               <td>&nbsp;</td>
             </tr>
             <tr>
                <td width="150" valign="top">2003 November 22</td>
                <td>
-                <a href=http://www.activestate.com>ActiveState</a>; is <a href=sponsors.html>sponsoring</a> our conference.
+                <a href="http://www.activestate.com">ActiveState</a>; is <a href="./sponsors.html">sponsoring</a> our conference.
                </td>
             </tr>
             <tr>
                <td width="150" valign="top">2003 November 12</td>
                <td>
-                <a href="registration.html">Registration</a> to YAPC::Israel::2004 is now open.
+                <a href="./registration.html">Registration</a> to YAPC::Israel::2004 is now open.
                </td>
             </tr>
 
             <tr>
                <td width="150" valign="top">2003 November 3</td>
                <td>
-                  Finally we decided on venue and date.<br>
+                  Finally we decided on venue and date.<br />
                   The conference will be held on 26th February 2004 in
-                  <a href=http://www.idc.ac.il/>The Interdisciplinary Center Herzliya</a>
-                  <br>
-                  (we also updated the <a href=milestones.html>milestones</a> accordingly)
+                  <a href="http://www.idc.ac.il/">The Interdisciplinary Center Herzliya</a>
+                  <br />
+                  (we also updated the <a href="./milestones.html">milestones</a> accordingly)
                </td>
             </tr>
             <tr>
                <td width="150" valign="top">2003 September 9</td>
                <td>
-                  <a href=http://www.beyondsecurity.com/>Beyond Security</a> has announced that
+                  <a href="http://www.beyondsecurity.com/">Beyond Security</a> has announced that
                   they will provide sponsorship for the second Perl conference in Israel.
                </td>
             </tr>
@@ -53,10 +52,9 @@
                </td>
             </tr>
             <tr>
-               <td></td>
-               <td></td>
+               <td>&nbsp;</td>
+               <td>&nbsp;</td>
             </tr>
          </table>
-      </td>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/organizers.tmpl
===================================================================
--- templates/organizers.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/organizers.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,65 +1,63 @@
 <TMPL_VALUE NAME="title" VALUE="Organizers">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
-<table border=1>
+<table border="1">
  <tr>
    <td><b>Name</b></td>
    <td><b>Home</b></td>
    <td><b>Phone</b></td>
-   <td width=50%><b>Responsibility</b></td>
+   <td width="50%"><b>Responsibility</b></td>
  </tr>
  <tr>
-   <td><a href=mailto:gabor@xxxx.xxx.xx>Gabor Szabo</a></td>
-   <td><a href=http://www.pti.co.il/>Perl Training Israel</a></td>
+   <td><a href="mailto:gabor@xxxx.xxx.xx">Gabor Szabo</a></td>
+   <td><a href="http://www.pti.co.il/">Perl Training Israel</a></td>
    <td>054-624648</td>
    <td>
      <ul>
-       <li> Sponsorships
-       <li> Site layout (blame me) 
-       <li> English text of the site
+       <li> Sponsorships </li>
+       <li> Site layout (blame me) </li>
+       <li> English text of the site </li>
        <li> Development of the registration and management software 
-            <a href=download/>Yapcom</a>
-       <li> Charging money
+            <a href="./download/">Yapcom</a> </li>
+       <li> Charging money </li>
      </ul>
    </td>
  </tr>
  <tr>
-   <td><a href=mailto:leah@xxx.xx.xx>Leah Siegel</a></td>
-   <td><a href=http://www.pti.co.il/>Perl Training Israel</a></td>
-   <td>08-9716380<br>08-9716372</td>
+   <td><a href="mailto:leah@xxx.xx.xx">Leah Siegel</a></td>
+   <td><a href="http://www.pti.co.il/">Perl Training Israel</a></td>
+   <td>08-9716380<br />08-9716372</td>
    <td>
      <ul>
-       <li> Sponsorships
-       <li> English text of the site
-       <li> Charging money
-       <li> Administration and organization
+       <li> Sponsorships </li>
+       <li> English text of the site </li>
+       <li> Charging money </li>
+       <li> Administration and organization </li>
      </ul>
    </td>
  </tr>
  <tr>
-   <td><a href=mailto:shlomo.yona@xxxx.xxx.xx>Shlomo Yona</a></td>
-   <td><a href=http://cs.haifa.ac.il/~shlomo/>personal</a></td>;
-   <td></td>
+   <td><a href="mailto:shlomo.yona@xxxx.xxx.xx">Shlomo Yona</a></td>
+   <td><a href="http://cs.haifa.ac.il/~shlomo/">personal</a></td>;
+   <td>&nbsp;</td>
    <td>
      <ul>
-      <li> Finding the location of the conference 
+      <li> Finding the location of the conference  </li>
       <li> Developing the program that takes the submitted
-           materials and formats them to generate the proceedings.
+           materials and formats them to generate the proceedings. </li>
    </td>
  </tr>
  <tr>
-   <td><a href=mailto:offer.kaye@xxxx.xxx.xx>Offer Kaye</a></td>
-   <td><a href=></a></td>
-   <td></td>
+   <td><a href="mailto:offer.kaye@xxxx.xxx.xx">Offer Kaye</a></td>
+   <td>&nbsp;</td>
+   <td>&nbsp;</td>
    <td>
      <ul>
-      <li> Call for Participation (both languages)
-      <li> Hebrew version of the site
-      <li> PR texts
+      <li> Call for Participation (both languages) </li>
+      <li> Hebrew version of the site </li>
+      <li> PR texts </li>
      </ul>
    </td>
  </tr>
 </table>
-      </td>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/other_yapc.tmpl
===================================================================
--- templates/other_yapc.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/other_yapc.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,14 +1,13 @@
 <TMPL_VALUE NAME="title" VALUE="Other YAPCs">
 <TMPL_INCLUDE NAME="header.tmpl">
-<td>
   <p>
   <table width="100%">
   <tr><td>
   Other YAPC events in 2004:
   <ul>
-<!--   <li><a href="http://www.yapc.ca/">YAPC::Canada</a>; May 15-16, Ottawa -->
-   <li><a href="http://www.yapc.org/America/">YAPC::NA</a>; June 16-18, Buffalo, New York, USA. 
-   <li><a href="http://www.yapc.org/Europe/2004/">YAPC::Europe</a>; in Belfast, Northern Ireland
+<!--   <li><a href="http://www.yapc.ca/">YAPC::Canada</a>; May 15-16, Ottawa</li> -->
+   <li><a href="http://www.yapc.org/America/">YAPC::NA</a>; June 16-18, Buffalo, New York, USA. </li>
+   <li><a href="http://www.yapc.org/Europe/2004/">YAPC::Europe</a>; in Belfast, Northern Ireland</li>
   </ul>
   </td><td>
   </td></tr>
@@ -16,24 +15,24 @@
   <tr><td valign="top">
   Previously YAPC were held in North America
   <ul>
-   <li><a href="http://www.yapc.ca/">Ottawa</a>; in 2003
-   <li><a href="http://www.yapc.org/America/">Boca Raton</a> in 2003
-   <li><a href="http://www.yapc.org/America/previous-years/2002/">Saint Louis</a> in 2002
-   <li><a href="http://www.yapc.org/America/previous-years/2001/">Montréal</a> in 2001
-   <li><a href="http://www.yapc.org/America/previous-years/19100/">Pittsburgh</a>; in 19100
+   <li><a href="http://www.yapc.ca/">Ottawa</a>; in 2003</li>
+   <li><a href="http://www.yapc.org/America/">Boca Raton</a> in 2003</li>
+   <li><a href="http://www.yapc.org/America/previous-years/2002/">Saint Louis</a> in 2002</li>
+   <li><a href="http://www.yapc.org/America/previous-years/2001/">Montréal</a> in 2001</li>
+   <li><a href="http://www.yapc.org/America/previous-years/19100/">Pittsburgh</a>; in 19100</li>
   </ul>
   </td><td valign="top">
   in Europe in 
   <ul>
-   <li><a href="http://www.yapc.org/Europe/2003/">Paris</a>; in 2003
-  <li><a href="http://www.yapc.org/Europe/2002/">Munich</a>; in 2002
-  <li><a href="http://www.yapc.org/Europe/2001/">Amsterdam</a>; in 2001
-  <li><a href="http://www.yapc.org/Europe/2000/">London</a>; in 2000
+   <li><a href="http://www.yapc.org/Europe/2003/">Paris</a>; in 2003</li>
+  <li><a href="http://www.yapc.org/Europe/2002/">Munich</a>; in 2002</li>
+  <li><a href="http://www.yapc.org/Europe/2001/">Amsterdam</a>; in 2001</li>
+  <li><a href="http://www.yapc.org/Europe/2000/">London</a>; in 2000</li>
   </ul>
   and in Israel
   <ul>
-   <li><a href=http://www.perl.org.il/YAPC/2003/>Haifa</a>; in 2003
+   <li><a href="http://www.perl.org.il/YAPC/2003/">Haifa</a>; in 2003</li>
+  </ul>
   </td></tr></table>
-  <p>
-</td>
+  </p>
 <TMPL_INCLUDE NAME="footer.tmpl">

Modified: templates/personal_info.tmpl
===================================================================
--- templates/personal_info.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/personal_info.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,33 +1,23 @@
 <TMPL_VALUE NAME="title" VALUE="Change Personal Information">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
-
 <p>
 <font color="red"><TMPL_VAR NAME="MESSAGE"></font>
+</p>
 <p>
 <form method="post">
-<input type="hidden" name="submit" value="Register">
+<input type="hidden" name="submit" value="Register" />
 <table>
-<tr><td>First Name:</td><td><input size=40 name="fname" value="<TMPL_VAR NAME=fname>" /> *</td></tr>
-<tr><td>Last Name:</td><td><input size=40 name="lname" value="<TMPL_VAR NAME=lname>" /> *</td></tr>
-<tr><td>Phone:</td><td><input  size=40 name="phone" value="<TMPL_VAR NAME=phone>" /> *</td></tr>
-<tr><td>Company:</td><td><input  size=40 name="company" value="<TMPL_VAR NAME=company>" /></td></tr>
-<tr><td>PAUSE ID:</td><td><input size=40  name="pauseid" value="<TMPL_VAR NAME=pauseid>" /></td></tr>
-<tr><td>Home page:</td><td><input  size=40 name="url" value="<TMPL_VAR NAME=url>" /></td></tr>
-<tr><td>Mongers Group:</td><td><input size=40  name="mongers" value="<TMPL_VAR NAME=mongers>" /></td></tr>
-<tr><td>Bio:</td><td><textarea cols=40 rows=10 name="bio"><TMPL_VAR NAME=bio></textarea></td></tr>
-<tr><td></td><td><input type="submit" name="submitbtn" value="Register"></td></tr>
+<tr><td>First Name:</td><td><input size="40" name="fname" value="<TMPL_VAR NAME="fname">" /> *</td></tr>
+<tr><td>Last Name:</td><td><input size="40" name="lname" value="<TMPL_VAR NAME="lname">" /> *</td></tr>
+<tr><td>Phone:</td><td><input  size="40" name="phone" value="<TMPL_VAR NAME="phone">" /> *</td></tr>
+<tr><td>Company:</td><td><input  size="40" name="company" value="<TMPL_VAR NAME="company">" /></td></tr>
+<tr><td>PAUSE ID:</td><td><input size="40"  name="pauseid" value="<TMPL_VAR NAME="pauseid">" /></td></tr>
+<tr><td>Home page:</td><td><input  size="40" name="url" value="<TMPL_VAR NAME="url">" /></td></tr>
+<tr><td>Mongers Group:</td><td><input size="40"  name="mongers" value="<TMPL_VAR NAME="mongers">" /></td></tr>
+<tr><td>Bio:</td><td><textarea cols="40" rows="10" name="bio"><TMPL_VAR NAME="bio"></textarea></td></tr>
+<tr><td>&nbsp;</td><td><input type="submit" name="submitbtn" value="Register" /></td></tr>
 </table>
 </form>
-
-         <br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br />
-         <hr />
-
-         <p class="bottomtext">
-            Please send comments, questions etc. to
-            <a href="mailto:yapc-organizers@xxxx.xxx.xx">yapc-organizers@xxxx.xxx.xx</a>;
-         </p>
-
-      </td>
+</p>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/presentations.tmpl
===================================================================
--- templates/presentations.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/presentations.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,28 +1,17 @@
 <TMPL_VALUE NAME="title" VALUE="Presentations">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
 <p>
 
 If you would like to give a presentation you have to
 <ol>
-<li> <a href=registration.html>Register</a> on the web site
-<li> <a href=validation.html>Validate</a> your e-mail address (you get a code in e-mail after registration)
-<li> <a href=login.html>Login</a>
-<li> <a href=proposal.html>Submit a presentation</a> abstract: (title, 5-20 lines of text, length 5-90 min, language: English/Hebrew)<br>
-     You'll see a link to the submission page once you logged in.
+<li> <a href="./registration.html">Register</a> on the web site </li>
+<li> <a href="./validation.html">Validate</a> your e-mail address (you get a code in e-mail after registration) </li>
+<li> <a href="./login.html">Login</a> </li>
+<li> <a href="./proposal.html">Submit a presentation</a> abstract: (title, 5-20 lines of text, length 5-90 min, language: English/Hebrew)<br />
+     You'll see a link to the submission page once you logged in. </li>
 </ol>
 People who give presentations at least 30 minues long (that is exluding lightning talks) can come to the
 conference free of charge. (They can still pay if they think this is a good effort). 
-
-
-<br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br />
-<hr />
-
-<p class="bottomtext">
-           Please send comments, questions etc. to
-            <a href="mailto:yapc-organizers@xxxx.xxx.xx">yapc-organizers@xxxx.xxx.xx</a>;
-         </p>
-
-      </td>
+</p>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/proposal.tmpl
===================================================================
--- templates/proposal.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/proposal.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,46 +1,36 @@
 <TMPL_VALUE NAME="title" VALUE="Submit Proposal">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
-
 Please use plain text for your proposal.
 http://webiste.com will be turned to links.
 <p>
 <font color="red"><TMPL_VAR NAME="MESSAGE"></font>
+</p>
 <p>
 <form method="post">
-<input type="hidden" name="submit" value="Submit">
-<input type="hidden" name="id" value="<TMPL_VAR NAME=id>" />
+<input type="hidden" name="submit" value="Submit" />
+<input type="hidden" name="id" value="<TMPL_VAR NAME="id">" />
 <table>
-<tr><td>Title:</td><td><input size=40 name="subject" value="<TMPL_VAR NAME=subject>" /></td></tr>
+<tr><td>Title:</td><td><input size="40" name="subject" value="<TMPL_VAR NAME="subject">" /></td></tr>
 <tr><td>Language:</td><td><select name="language">
        <TMPL_LOOP NAME="language">
-         <option value="<TMPL_VAR NAME=value>" <TMPL_IF NAME=selected>selected</TMPL_IF>>
-           <TMPL_VAR NAME=text>
+         <option value="<TMPL_VAR NAME="value">" <TMPL_IF NAME="selected">selected="selected"</TMPL_IF>>
+           <TMPL_VAR NAME="text">
        </TMPL_LOOP>
        </select></td></tr>
 <tr><td>Length (in minutes):</td><td>
      <select name="length">
        <TMPL_LOOP NAME="length">
-         <option value="<TMPL_VAR NAME=value>" <TMPL_IF NAME=selected>selected</TMPL_IF>>
-           <TMPL_VAR NAME=text>
+         <option value="<TMPL_VAR NAME="value">" <TMPL_IF NAME="selected">selected="selected"</TMPL_IF>>
+           <TMPL_VAR NAME="text"></option>
        </TMPL_LOOP>
      </select></td></tr>
-<tr><td colspan="2">Abstract<br>
-        <textarea cols=60 rows=20 name="abstract"><TMPL_VAR NAME=abstract></textarea></td></tr>
-<tr><td colspan="2">Comments and special requests to the organizers<br>
-        <textarea cols=60 rows=10 name="comment"><TMPL_VAR NAME=comment></textarea></td></tr>
-<tr><td></td><td><input type="submit" name="submitbtn" value="Submit"></td></tr>
+<tr><td colspan="2">Abstract<br />
+        <textarea cols="60" rows="20" name="abstract"><TMPL_VAR NAME="abstract"></textarea></td></tr>
+<tr><td colspan="2">Comments and special requests to the organizers<br />
+        <textarea cols="60" rows="10" name="comment"><TMPL_VAR NAME="comment"></textarea></td></tr>
+<tr><td>&nbsp;</td><td><input type="submit" name="submitbtn" value="Submit" /></td></tr>
 </table>
 </form>
-
-         <br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br />
-         <hr />
-
-         <p class="bottomtext">
-            Please send comments, questions etc. to
-            <a href="mailto:yapc-organizers@xxxx.xxx.xx">yapc-organizers@xxxx.xxx.xx</a>;
-         </p>
-
-      </td>
+</p>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/registration.tmpl
===================================================================
--- templates/registration.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/registration.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,39 +1,30 @@
 <TMPL_VALUE NAME="title" VALUE="Registration Form">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
 
-Registration to the second Perl conference in Israel is open.<br>
-Payment is not yet required at this moment.<br>
+Registration to the second Perl conference in Israel is open.<br />
+Payment is not yet required at this moment.<br />
 We'll update you by-email when the payments can be made.
 <p>
 <font color="red"><TMPL_VAR NAME="MESSAGE"></font>
+</p>
 <p>
 <form method="post">
-<input type="hidden" name="submit" value="Register">
+<input type="hidden" name="submit" value="Register" />
 <table>
-<tr><td>First Name:</td><td><input size=40 name="fname" value="<TMPL_VAR NAME=fname>" /> *</td></tr>
-<tr><td>Last Name:</td><td><input size=40 name="lname" value="<TMPL_VAR NAME=lname>" /> *</td></tr>
-<tr><td>Email:</td><td><input  size=40 name="email" value="<TMPL_VAR NAME=email>" /> *</td></tr>
-<tr><td>Phone:</td><td><input  size=40 name="phone" value="<TMPL_VAR NAME=phone>" /> *</td></tr>
-<tr><td>Password:</td><td><input  size=40 name="password" type="password" /> *</td></tr>
-<tr><td>Retype Password:</td><td><input  size=40 name="password2" type="password" /> *</td></tr>
-<tr><td>Company:</td><td><input  size=40 name="company" value="<TMPL_VAR NAME=company>" /></td></tr>
-<tr><td>PAUSE ID:</td><td><input size=40  name="pauseid" value="<TMPL_VAR NAME=pauseid>" /></td></tr>
-<tr><td>Home page:</td><td><input  size=40 name="url" value="<TMPL_VAR NAME=url>" /></td></tr>
-<tr><td>Mongers Group:</td><td><input size=40  name="mongers" value="<TMPL_VAR NAME=mongers>" /></td></tr>
-<tr><td>Bio:</td><td><textarea cols=40 rows=10 name="bio"><TMPL_VAR NAME=bio></textarea></td></tr>
-<tr><td></td><td><input type="submit" name="submitbtn" value="Register"></td></tr>
+<tr><td>First Name:</td><td><input size="40" name="fname" value="<TMPL_VAR NAME="fname">" /> *</td></tr>
+<tr><td>Last Name:</td><td><input size="40" name="lname" value="<TMPL_VAR NAME="lname">" /> *</td></tr>
+<tr><td>Email:</td><td><input  size="40" name="email" value="<TMPL_VAR NAME="email">" /> *</td></tr>
+<tr><td>Phone:</td><td><input  size="40" name="phone" value="<TMPL_VAR NAME="phone">" /> *</td></tr>
+<tr><td>Password:</td><td><input  size="40" name="password" type="password" /> *</td></tr>
+<tr><td>Retype Password:</td><td><input  size="40" name="password2" type="password" /> *</td></tr>
+<tr><td>Company:</td><td><input  size="40" name="company" value="<TMPL_VAR NAME="company">" /></td></tr>
+<tr><td>PAUSE ID:</td><td><input size="40"  name="pauseid" value="<TMPL_VAR NAME="pauseid">" /></td></tr>
+<tr><td>Home page:</td><td><input  size="40" name="url" value="<TMPL_VAR NAME="url">" /></td></tr>
+<tr><td>Mongers Group:</td><td><input size="40"  name="mongers" value="<TMPL_VAR NAME="mongers">" /></td></tr>
+<tr><td>Bio:</td><td><textarea cols="40" rows="10" name="bio"><TMPL_VAR NAME="bio"></textarea></td></tr>
+<tr><td>&nbsp;</td><td><input type="submit" name="submitbtn" value="Register" /></td></tr>
 </table>
 </form>
-
-         <br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br />
-         <hr />
-
-         <p class="bottomtext">
-            Please send comments, questions etc. to
-            <a href="mailto:yapc-organizers@xxxx.xxx.xx">yapc-organizers@xxxx.xxx.xx</a>;
-         </p>
-
-      </td>
+</p>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/speakers.tmpl
===================================================================
--- templates/speakers.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/speakers.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,21 +1,12 @@
 <TMPL_VALUE NAME="title" VALUE="Speakers">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
 <p>
 
 This page will list details about the speakers.
+</p>
 <p>
-If you would like to <a href=presentations.html>give a presentation</a> you are welcome
+If you would like to <a href="./presentations.html">give a presentation</a> you are welcome
 to follow the instructions on how to submit a proposal.
-
-<br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br />
-<hr />
-
-<p class="bottomtext">
-           Please send comments, questions etc. to
-            <a href="mailto:yapc-organizers@xxxx.xxx.xx">yapc-organizers@xxxx.xxx.xx</a>;
-         </p>
-
-      </td>
+</p>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/sponsors.tmpl
===================================================================
--- templates/sponsors.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/sponsors.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,12 +1,11 @@
 <TMPL_VALUE NAME="title" VALUE="Sponsors">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
 YAPC is a low budget conference, we try to keep both our expenses and the fee we charge as low 
 as possible. Still we do have expenses, hence we are looking for sponsors to finance the 
-following items and other general expenses. <a href=sponsorship.html>Further notes for the potential sponsors</a>.
+following items and other general expenses. <a href="./sponsorship.html">Further notes for the potential sponsors</a>.
       <p>
 
-         <table border=1>
+         <table border="1">
             <tr>
                <td width="150" valign="top"><b>What ?</b></td>
                <td><b>Who sponsors/provides it ?</b></td>
@@ -18,35 +17,35 @@
                <td><a href="http://www.idc.ac.il/">The Interdisciplinary Center Herzliya</a></td>
             </tr>
             <tr>
-               <td>Presents:<br>
+               <td>Presents:<br />
                    3 annual scanning service for 1 IP each</td>
-               <td><a href=http://www.beyondsecurity.com/>Beyond Security</a></td>
+               <td><a href="http://www.beyondsecurity.com/">Beyond Security</a></td>
             </tr>
             <tr>
-               <td>Presents:<br>
+               <td>Presents:<br />
 - 5 coupons for ASPN Perl 1-year
 subscriptions that includes Perl Dev Kit, Komodo, Visual Perl,
-and Safari Bookshelf. Value is $495 US per bundle.<br>
-<a href=http://www.activestate.com/Products/ASPN_Perl/>details</a>;
+and Safari Bookshelf. Value is $495 US per bundle.<br />
+<a href="http://www.activestate.com/Products/ASPN_Perl/">details</a>;
 </td>
-               <td><a href=http://www.activestate.com/>ActiveState</a></td>;
+               <td><a href="http://www.activestate.com/">ActiveState</a></td>;
             </tr>
             <tr>
-               <td>Presents:<br>
+               <td>Presents:<br />
                    15 books</td>
-               <td><a href=http://www.mcgraw-hill.co.uk/>McGraw-Hill</a></td>;
+               <td><a href="http://www.mcgraw-hill.co.uk/">McGraw-Hill</a></td>;
             </tr>
              <tr>
-               <td>Presents:<br>
+               <td>Presents:<br />
                    15 books</td>
-               <td><a href=http://www.focus.co.il/>Focus</a></td>;
+               <td><a href="http://www.focus.co.il/">Focus</a></td>;
             </tr>
              <tr>
                <td width="150" valign="top">
                 Cash
                </td>
                <td>
-               <a href="http://www.pti.co.il/">PTI - Perl Technology Israel</a><br>
+               <a href="http://www.pti.co.il/">PTI - Perl Technology Israel</a><br />
                </td>
             </tr>
             <tr>
@@ -70,9 +69,10 @@
                <td>?</td>
             </tr>
         </table>
+      </p>
       <p>
-      If you are interested in sponsoring this event you can read <a href=sponsorship.html>further details 
+      If you are interested in sponsoring this event you can read <a href="./sponsorship.html">further details 
 for sponsors</a> or contact Leah Siegel at <a href="http://www.pti.co.il/contact.html">PTI</a>;.
-      </td>
+      </p>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/sponsorship.tmpl
===================================================================
--- templates/sponsorship.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/sponsorship.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,74 +1,80 @@
 <TMPL_VALUE NAME="title" VALUE="Sponsorship">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
      If you are considering sponsoring the YAPC::Israel::2004 event please contact Leah Siegel at
      <a href="http://www.pti.co.il/contact.html">PTI</a>;
      <p>
      YAPC is a grass root Perl conference that takes place once a year
      in North America and Europe. The association of the Israeli Perl Users have taken
      upon itself the task to organize similar conferences in Israel once a year.
+     </p>
      <p>
      In May 2003 we held our first conference with about 100 participants. That was a 
      one-day event.
-     We had several sponsors, you can see the list of <a href=http://www.perl.org.il/YAPC/2003/sponsors.html>sponsors of YAPC:::2003</a>.
+     We had several sponsors, you can see the list of <a href="http://www.perl.org.il/YAPC/2003/sponsors.html">sponsors of YAPC:::2003</a>.
      Their sponsorship included books, subscriptions to online services, 
      software licenses,  broadband Internet access to give away and cash to cover some of
      the expenses.
+     </p>
      <p>
      In 2004 we are going to have a one-day event again on 25th Februray 2004.
      We are expecting between 100-200 participants, mostly from Israel.
+     </p>
      <p> 
-     <b>The credit we give to our sponsors:</b><br>
+     <b>The credit we give to our sponsors:</b><br />
      <ul>
-     <li> We mention the sponsors on our <a href=http://www.perl.org.il/pipermail/perl/>perl mailing list</a> 
-          when they agree to give sponsorship and again later in our further communication.
+     <li> We mention the sponsors on our <a href="http://www.perl.org.il/pipermail/perl/">perl mailing list</a> 
+          when they agree to give sponsorship and again later in our further communication.</li>
      <li> We mention them in e-mails sent to conference registrants several times before and
-          after the conference.
+          after the conference.</li>
      <li> We display the logo they supply with a few words about what do they do 
-          on <a href=sponsors.html>our web site</a>
+          on <a href="./sponsors.html">our web site</a></li>
      <li> We put the logo they supply on the first internal page of the printed proceedings
-          of the conference that we hand out to the participants.
+          of the conference that we hand out to the participants.</li>
      <li> Each sponsor will be mentioned individually at the opening and the final assembly thanks
-          while their logo will be displayed on the overhead projector.
+          while their logo will be displayed on the overhead projector.</li>
      <li> Sponsors may drop a little something in the Conference Bag, some marketing material or 
-          better yet something that people might find useful.
-     <li> The sponsors will be mentioned in all our communication to journalist.
+          better yet something that people might find useful.</li>
+     <li> The sponsors will be mentioned in all our communication to journalist.</li>
      </ul>
-     <b>What we <font color=red>don't</font> give in any case:</b>
+     <b>What we <font color="red">don't</font> give in any case:</b>
      (and we had to reject some sponsors last year because their insisting on some of these)
      <ul>
      <li> Information about individual participants. (though we might say that there are people from
-          X, Y or Z organization but no names or e-mails)
+          X, Y or Z organization but no names or e-mails)</li>
      <li> Presentation time will be given strictly based on technical content and not because 
-          some company is sponsoring us.
-     <li> Place to put large posters of your company.
+          some company is sponsoring us.</li>
+     <li> Place to put large posters of your company.</li>
      </ul>
 
      <b>What are we expecting from the sponsors:</b>
      <ul>
        <li> We need cash ($500-$1000 / sponsor) 
             to spend on all kinds of expenses we have.
-            (if you want we will display the amount you gave next to your name or we can keep it confidential. It is up to you.)
+            (if you want we will display the amount you gave next to your name or we can keep it confidential. It is up to you.)</li>
        <li> You can finance some of our expenses directly. (E.g. you can print all our proceedings
             yourself as Mercury did last year.)
-            (see examples for such items at the list of our <a href=sponsors.html>sponsors</a>)
+            (see examples for such items at the list of our <a href="./sponsors.html">sponsors</a>)</li>
        <li> You can give presents (relevant books, internet access, software license, etc.)
             that we will either give away as we did last year or we'll auction out as done in
-            YAPC::EU at the end of the conference.
+            YAPC::EU at the end of the conference.</li>
      </ul>
-     <b>Where does the money go ? Who handles it ?</b><p>
-     The finances are handled by <a href=http://www.pti.co.il/>Perl Training Israel (PTI)</a>. 
-     It will give invoice to the sponsors.<p>
-     In case the expenses were higher than the total income PTI will cover the difference.<p>
+     <b>Where does the money go ? Who handles it ?</b>
+     </p>
+     <p>
+     The finances are handled by <a href="http://www.pti.co.il/">Perl Training Israel (PTI)</a>. 
+     It will give invoice to the sponsors.</p><p>
+     In case the expenses were higher than the total income PTI will cover the difference.</p><p>
      This is a non-profit conference. 
      If there is extra money left at the end of the conference we'll either keep it for the
-     next YAPC::Israel conference or give it to <a href=http://www.perlfoundation.org/>The Perl Foundation</a>.
+     next YAPC::Israel conference or give it to <a href="http://www.perlfoundation.org/">The Perl Foundation</a>.
+     </p>
      <p>
      In 2003 our income and expenses were in balance.
+     </p>
      <p>
-     <b>Who to contact ?</b><p>
+     <b>Who to contact ?</b></p><p>
      If you are considering sponsoring the YAPC::Israel::2004 event or have any question regarding it,
      please contact Leah Siegel at <a href="http://www.pti.co.il/contact.html">PTI</a>;
-      </td>
+     </p>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/thank_proposal.tmpl
===================================================================
--- templates/thank_proposal.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/thank_proposal.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,19 +1,7 @@
 <TMPL_VALUE NAME="title" VALUE="Thank you for the talk proposal">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
 
 Thank you for proposing to talk on the conference. 
 We'll get back to you soon.
-
-
-         <br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br />
-         <hr />
-
-         <p class="bottomtext">
-            Please send comments, questions etc. to
-            <a href="mailto:yapc-organizers@xxxx.xxx.xx">yapc-organizers@xxxx.xxx.xx</a>;
-         </p>
-
-      </td>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/thankyou.tmpl
===================================================================
--- templates/thankyou.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/thankyou.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,19 +1,7 @@
 <TMPL_VALUE NAME="title" VALUE="Thank you for the registration">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
 
 Thank you for the pre-registration. 
 We'll be in contact with you once the payment form is available.
-
-
-         <br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br />
-         <hr />
-
-         <p class="bottomtext">
-            Please send comments, questions etc. to
-            <a href="mailto:yapc-organizers@xxxx.xxx.xx">yapc-organizers@xxxx.xxx.xx</a>;
-         </p>
-
-      </td>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/user_account.tmpl
===================================================================
--- templates/user_account.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/user_account.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,23 +1,12 @@
 <TMPL_VALUE NAME="title" VALUE="My YAPC">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
-
 Some user information will be here.
 <p>
-<a href=proposal.html>Submit a proposal</a><br>
-<a href=change_password.html>Change password</a><br>
-<a href=personal_info.html>Change personal information</a><br>
-<a href=list_my_proposals.html>List my proposals</a><br>
-<a href=logout.html>Logout</a><br>
-
-         <br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br />
-         <hr />
-
-         <p class="bottomtext">
-            Please send comments, questions etc. to
-            <a href="mailto:yapc-organizers@xxxx.xxx.xx">yapc-organizers@xxxx.xxx.xx</a>;
-         </p>
-
-      </td>
+<a href="./proposal.html">Submit a proposal</a><br />
+<a href="./change_password.html">Change password</a><br />
+<a href="./personal_info.html">Change personal information</a><br />
+<a href="./list_my_proposals.html">List my proposals</a><br />
+<a href="./logout.html">Logout</a><br />
+</p>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Modified: templates/validation.tmpl
===================================================================
--- templates/validation.tmpl	2003-11-26 19:43:35 UTC (rev 71)
+++ templates/validation.tmpl	2003-11-27 06:46:42 UTC (rev 72)
@@ -1,6 +1,5 @@
 <TMPL_VALUE NAME="title" VALUE="E-mail validation form">
 <TMPL_INCLUDE NAME="header.tmpl">
-     <td valign="top">
 <h2>Thank you for registering</h2>
 You should soon receive an e-mail message with a
 validation code. Please enter the code in the field below and click the
@@ -8,24 +7,17 @@
 you'll receive by clicking on the link embedded in the e-mail message).
 <p>
 <font color="red"><TMPL_VAR NAME="MESSAGE"></font>
+</p>
 <p>
 <form method="post">
-<input type="hidden" name="submit" value="Validate">
+<input type="hidden" name="submit" value="Validate" />
 <table>
-<tr><td>Email:</td><td><input name="email" value="<TMPL_VAR NAME=email>" /></td></tr>
+<tr><td>Email:</td><td><input name="email" value="<TMPL_VAR NAME="email">" /></td></tr>
 <tr><td>Validation code:</td><td><input name="authcode" /></td></tr>
-<tr><td></td><td><input type="submit" name="submitbtn" value="Validate"></td></tr>
+<tr><td>&nbsp;</td><td><input type="submit" name="submitbtn" value="Validate" /></td></tr>
 </table>
 </form>
 
-         <br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br /><br />&nbsp;<br />
-         <hr />
-
-         <p class="bottomtext">
-            Please send comments, questions etc. to
-            <a href="mailto:yapc-organizers@xxxx.xxx.xx">yapc-organizers@xxxx.xxx.xx</a>;
-         </p>
-
-      </td>
+</p>
 <TMPL_INCLUDE NAME="footer.tmpl">
 

Generated at 09:06 on 27 Nov 2003 by mariachi 0.51