[Scummvm-cvs-logs] SF.net SVN: scummvm: [23318] forum/trunk/SVMDesign

ender at users.sourceforge.net ender at users.sourceforge.net
Mon Jun 26 17:00:41 CEST 2006


Revision: 23318
Author:   ender
Date:     2006-06-26 08:00:17 -0700 (Mon, 26 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23318&view=rev

Log Message:
-----------
Add patch #1503396, re-add forum/topic watch template modifications

Modified Paths:
--------------
    forum/trunk/SVMDesign/SVMDesign.cfg
    forum/trunk/SVMDesign/SVMDesign.css
    forum/trunk/SVMDesign/agreement.tpl
    forum/trunk/SVMDesign/archives_forum_body.tpl
    forum/trunk/SVMDesign/archives_menu_body.tpl
    forum/trunk/SVMDesign/archives_post_body.tpl
    forum/trunk/SVMDesign/confirm_body.tpl
    forum/trunk/SVMDesign/error_body.tpl
    forum/trunk/SVMDesign/faq_body.tpl
    forum/trunk/SVMDesign/groupcp_info_body.tpl
    forum/trunk/SVMDesign/groupcp_pending_info.tpl
    forum/trunk/SVMDesign/groupcp_user_body.tpl
    forum/trunk/SVMDesign/index_body.tpl
    forum/trunk/SVMDesign/jumpbox.tpl
    forum/trunk/SVMDesign/login_body.tpl
    forum/trunk/SVMDesign/memberlist_body.tpl
    forum/trunk/SVMDesign/message_body.tpl
    forum/trunk/SVMDesign/modcp_body.tpl
    forum/trunk/SVMDesign/modcp_move.tpl
    forum/trunk/SVMDesign/modcp_split.tpl
    forum/trunk/SVMDesign/modcp_viewip.tpl
    forum/trunk/SVMDesign/overall_footer.tpl
    forum/trunk/SVMDesign/overall_header.tpl
    forum/trunk/SVMDesign/posting_body.tpl
    forum/trunk/SVMDesign/posting_poll_body.tpl
    forum/trunk/SVMDesign/posting_preview.tpl
    forum/trunk/SVMDesign/privmsgs_body.tpl
    forum/trunk/SVMDesign/privmsgs_popup.tpl
    forum/trunk/SVMDesign/privmsgs_read_body.tpl
    forum/trunk/SVMDesign/profile_add_body.tpl
    forum/trunk/SVMDesign/profile_avatar_gallery.tpl
    forum/trunk/SVMDesign/profile_send_pass.tpl
    forum/trunk/SVMDesign/profile_view_body.tpl
    forum/trunk/SVMDesign/search_body.tpl
    forum/trunk/SVMDesign/search_results_topics.tpl
    forum/trunk/SVMDesign/simple_footer.tpl
    forum/trunk/SVMDesign/theme_info.cfg
    forum/trunk/SVMDesign/viewforum_body.tpl
    forum/trunk/SVMDesign/viewonline_body.tpl
    forum/trunk/SVMDesign/viewtopic_body.tpl
    forum/trunk/SVMDesign/viewtopic_poll_ballot.tpl
    forum/trunk/SVMDesign/viewtopic_poll_result.tpl
Modified: forum/trunk/SVMDesign/SVMDesign.cfg
===================================================================
--- forum/trunk/SVMDesign/SVMDesign.cfg	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/SVMDesign.cfg	2006-06-26 15:00:17 UTC (rev 23318)
@@ -110,4 +110,4 @@
 $board_config['vote_graphic_length'] = 205;
 $board_config['privmsg_graphic_length'] = 175;
 
-?>
\ No newline at end of file
+?>

Modified: forum/trunk/SVMDesign/SVMDesign.css
===================================================================
--- forum/trunk/SVMDesign/SVMDesign.css	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/SVMDesign.css	2006-06-26 15:00:17 UTC (rev 23318)
@@ -46,7 +46,6 @@
 { 
 	font-weight: bold;
 	font-size: 13px;
-	/*color: #FFF;*/
 	color: #444444;
 }
 
@@ -57,10 +56,8 @@
 	font-weight: bold;
 }
 
-
 /* Cell Properties */
 
-
 TD.row1
 { 
 	background-color: #e8e7e7;
@@ -106,10 +103,8 @@
 	background-color: #c0c0c0;
 }
 
-
 /* Link Properties */
 
-
 a                         { text-decoration: underline; font-size: 11px; color: #a33; }  
 a:link                    { text-decoration: underline; font-size: 11px; color: #a33; }
 a:visited                 { text-decoration: underline; font-size: 11px; color: #a33; }
@@ -125,15 +120,9 @@
 a.topiclink:visited       { text-decoration: underline; font-size: 13px; color: #a33; }
 a.topiclink:hover         { text-decoration: none; font-size: 13px; color: #f00; }  
 
-/* is catlink still needed anywhere? */ 
-a.catlink                 { text-decoration: none; font-weight: bold; font-size: 13px; color: #444444; }
-a.catlink:link            { text-decoration: none; font-weight: bold; font-size: 13px; color: #444444; }
-a.catlink:visited         { text-decoration: none; font-weight: bold; font-size: 13px; color: #444444; }
-a.catlink:hover           { text-decoration: underline; font-weight: bold; font-size: 13px; color: #444444; }
-  
 a.toprowlink              { text-decoration: none; font-size: 9px; color: #000000; }   
 a.toprowlink:link         { text-decoration: none; font-size: 9px; color: #000000; }
-a.toprowlink:visited      { text-decoration: none; font-size: 9px; color: #000000; /*877751*/ }
+a.toprowlink:visited      { text-decoration: none; font-size: 9px; color: #000000; }
 a.toprowlink:hover        { text-decoration: underline; font-size: 9px; color: #877751; } 
      
 a.smalllink               { text-decoration: underline; font-size: 10px; color: #a33; }   
@@ -158,4 +147,4 @@
   color : #000000;
   /*font-family : Verdana, Arial, Helvetica, sans-serif;*/
   font-size : 10px;
-}
\ No newline at end of file
+}

Modified: forum/trunk/SVMDesign/agreement.tpl
===================================================================
--- forum/trunk/SVMDesign/agreement.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/agreement.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,13 +1,4 @@
-<!-- agreement.tpl --> 
-<!--
-<table cellpadding="2" cellspacing="0" border="0" width="98%"  align="center">
-  <tr> 
-	  <td><img src="templates/SVMDesign/images/folder_new.gif" border="0" alt="Folder"></td>
-      <td style="vertical-align: middle;" width="100%"><span 
-      class="largetext"><a href="{U_INDEX}" class="largelink"><b>Forum Index</b></a></span></td>
-  </tr>
-</table>
--->
+<!-- DEBUG: agreement.tpl starts here--> 
 <table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
   <tr> 
     <td class="tableborder">

Modified: forum/trunk/SVMDesign/archives_forum_body.tpl
===================================================================
--- forum/trunk/SVMDesign/archives_forum_body.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/archives_forum_body.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,4 +1,4 @@
- 
+<!-- DEBUG: archives_forum_body.tpl starts here --> 
 <form method="post" action="{S_POST_DAYS_ACTION}">
   <table cellpadding="2" cellspacing="0" border="0" width="98%"  align="center">
     <tr> 

Modified: forum/trunk/SVMDesign/archives_menu_body.tpl
===================================================================
--- forum/trunk/SVMDesign/archives_menu_body.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/archives_menu_body.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,4 +1,4 @@
- 
+<!-- DEBUG: archives_menu_body.tpl starts here --> 
 <form method="post" action="{S_POST_DAYS_ACTION}">
   <table cellpadding="2" cellspacing="0" border="0" width="98%"  align="center">
     <tr> 

Modified: forum/trunk/SVMDesign/archives_post_body.tpl
===================================================================
--- forum/trunk/SVMDesign/archives_post_body.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/archives_post_body.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,4 +1,4 @@
-
+<!-- DEBUG: archives_post_body.tpl starts here -->
 <script language="Javascript" type="text/javascript">
 <!--
 function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img)

Modified: forum/trunk/SVMDesign/confirm_body.tpl
===================================================================
--- forum/trunk/SVMDesign/confirm_body.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/confirm_body.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,13 +1,4 @@
-<!-- confirm_body.tpl -->
-<!--
- <table cellpadding="2" cellspacing="0" border="0" width="98%"  align="center">
-  <tr> 
-	<td><img src="templates/SVMDesign/images/folder_new.gif" border="0" alt="Folder"></td>
-	<td style="vertical-align: middle;" width="100%"><span 
-      class="largetext"><a href="{U_INDEX}" class="largelink"><b>Forum Index</b></a></span></td>
-  </tr>
-</table>
--->
+<!-- DEBUG: confirm_body.tpl starts here-->
 <table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
   <tr> 
     <td class="tableborder">

Modified: forum/trunk/SVMDesign/error_body.tpl
===================================================================
--- forum/trunk/SVMDesign/error_body.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/error_body.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,13 +1,4 @@
 <!-- error_body.tpl -->
-<!--
-<table cellpadding="2" cellspacing="0" border="0" width="98%"  align="center">
-  <tr> 
-	<td><img src="templates/SVMDesign/images/folder_new.gif" border="0" alt="Folder"></td>
-	<td style="vertical-align: middle;" width="100%"><span 
-      class="largetext"><a href="{U_INDEX}" class="largelink"><b>Forum Index</b></a></span></td>
-  </tr>
-</table>
--->
 <table width="100%" border="0" cellspacing="0" cellpadding="0" height="70%" align="center">
   <tr align="center" valign="middle"> 
     <td> 

Modified: forum/trunk/SVMDesign/faq_body.tpl
===================================================================
--- forum/trunk/SVMDesign/faq_body.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/faq_body.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,13 +1,4 @@
-<!-- faq_body.tpl -->
-<!--
- <table cellpadding="2" cellspacing="0" border="0" width="98%"  align="center">
-  <tr>
-	  <td><img src="templates/SVMDesign/images/folder_new.gif" border="0" alt="Folder"></td>
-      <td style="vertical-align: middle;" width="100%"><span 
-      class="largetext"><a href="{U_INDEX}" class="largelink"><b>Forum Index</b></a></span></td>
-  </tr>
-</table>
--->
+<!-- faq_body.tpl (since we got rid of the FAQ from navigation this page should never be displayed anyway-->
  <table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
   <tr> 
     <td class="tableborder">

Modified: forum/trunk/SVMDesign/groupcp_info_body.tpl
===================================================================
--- forum/trunk/SVMDesign/groupcp_info_body.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/groupcp_info_body.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,13 +1,4 @@
 <!-- groupcp_info_body.tpl -->
-<!--
- <table cellpadding="2" cellspacing="0" border="0" width="98%"  align="center">
-  <tr> 
-	  <td><img src="templates/SVMDesign/images/folder_new.gif" border="0" alt="Folder"></td>
-      <td style="vertical-align: middle;" width="100%"><span 
-      class="largetext"><a href="{U_INDEX}" class="largelink"><b>Forum Index</b></a></span></td>
-  </tr>
-</table>
--->
 <form method="post" action="{S_GROUPCP_ACTION}">
 <table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
   <tr> 

Modified: forum/trunk/SVMDesign/groupcp_pending_info.tpl
===================================================================
--- forum/trunk/SVMDesign/groupcp_pending_info.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/groupcp_pending_info.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,5 +1,4 @@
 <!-- groupcp_pending_info.tpl -->
-
 <table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
   <tr> 
     <td class="tableborder">

Modified: forum/trunk/SVMDesign/groupcp_user_body.tpl
===================================================================
--- forum/trunk/SVMDesign/groupcp_user_body.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/groupcp_user_body.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,25 +1,14 @@
 <!-- groupcp_user_body.tpl -->
-<!--
- <table cellpadding="2" cellspacing="0" border="0" width="98%"  align="center">
-  <tr> 
-	  <td><img src="templates/SVMDesign/images/folder_new.gif" border="0" alt="Folder"></td>
-      <td style="vertical-align: middle;" width="100%"><span 
-      class="largetext"><a href="{U_INDEX}" class="largelink"><b>Forum Index</b></a></span></td>
-  </tr>
-</table>
--->
  <table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
   <tr> 
     <td class="tableborder">
 <table width="100%" cellpadding="4" cellspacing="1" border="0">
   <!-- BEGIN switch_groups_joined -->
   <tr> 
-	<!-- debug: A -->
 	<td colspan="2" align="center" class="toprow"><span class="toprowtext">{L_GROUP_MEMBERSHIP_DETAILS}</span></td>
   </tr>
   <!-- BEGIN switch_groups_member -->
   <tr> 
-    <!-- debug: B -->
 	<td colspan="2" class="row1">
 	  <form method="get" action="{S_USERGROUP_ACTION}">
 	  <table cellspacing="0" cellpadding="0" border="0" width="100%">
@@ -59,7 +48,6 @@
   <!-- END switch_groups_joined -->
   <!-- BEGIN switch_groups_remaining -->
   <tr> 
-    <!-- debug: D -->
 	<td colspan="2" align="center" class="toprow"><span class="toprowtext">{L_JOIN_A_GROUP}</span></td>
   </tr>
   <tr> 

Modified: forum/trunk/SVMDesign/index_body.tpl
===================================================================
--- forum/trunk/SVMDesign/index_body.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/index_body.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,4 +1,4 @@
-<!-- DEBUG marker: index_body starts here -->  
+<!-- DEBUG marker: index_body.tpl starts here -->  
 <table width="98%" border="0" cellspacing="2" cellpadding="2" align="center">
   <tr> 
     <td align="left" width="50%" valign="middle">
@@ -15,10 +15,6 @@
       {LAST_VISIT_DATE} 
       <!-- END switch_user_logged_in -->
 
-	  <!-- does that anybody miss - links back to itself?:
-	<p><a href="{U_INDEX}" class="smalllink">{L_INDEX}</a><br></p>
-      -->
-
     </td>
   </tr>
 </table>
@@ -36,7 +32,6 @@
         <!-- BEGIN catrow -->
         <tr> 
           <td colspan="6" class="catrow">
-			<!--<a href="{catrow.U_VIEWCAT}" class="catlink">{catrow.CAT_DESC}</a>-->
 			<span class="catrowtext">{catrow.CAT_DESC}</span>
           </td>
         </tr>
@@ -60,7 +55,7 @@
         <!-- END forumrow -->
         <!-- END catrow -->
         <tr> 
-          <td colspan="6" class="catrow"><!--<a href="{U_VIEWONLINE}" class="catlink">{L_WHO_IS_ONLINE}</a>-->
+          <td colspan="6" class="catrow">
 		    <span class="catrowtext">Miscellaneous</span>
 		  </td>
         </tr>
@@ -73,50 +68,19 @@
 
 	<!-- BEGIN switch_user_logged_in -->
 	    <a href="{U_SEARCH_SELF}" class="mainmenu">{L_SEARCH_SELF}</a><br>
-    <!-- END switch_user_logged_in -->
+	<!-- END switch_user_logged_in -->
 
-	    <a href="viewonline.php" class="mainmenu">View users currently online</a> <b> </b><br>
-	    <a href="archives.php" class="mainmenu">View archived SourceForge forums</a> <b> [READ ONLY]</b>
+	    <a href="viewonline.php" class="mainmenu">View users currently online</a><b> </b><br>
+	    <a href="archives.php" class="mainmenu">View archived SourceForge forums</a><b> [READ ONLY]</b>
 	</td>		  
-		  
-		  
-<!--		  
-		  <td colspan="4" class="row1"> <span class="smalltext">{TOTAL_USERS_ONLINE}
-              [ <b>{L_WHOSONLINE_ADMIN}</b> ]   [ <b>{L_WHOSONLINE_MOD}</b> 
-            ]<br>
-            {LOGGED_IN_USER_LIST}<br>
-            {RECORD_USERS}
-            </span></td>
--->
-         <td colspan="2" class="row1" style="vertical-align: top;"> <span class="smalltext"> 
+
+        <td colspan="2" class="row1" style="vertical-align: top;"><span class="smalltext"> 
 		{TOTAL_POSTS}<br>
-        {TOTAL_USERS}</span></td>
+		{TOTAL_USERS}</span>
+	</td>
 
 	</tr>
 
-	<!-- who cares what the latest registered user is?
-		<tr> 
-		  <td colspan="6" class="row1"> <span class="smalltext"> 
-
-	            {NEWEST_USER} </span></td>
-	        </tr>
-	-->
-
-	<!-- BEGIN switch_user_logged_in -->
-<!--
-		<tr> 
-          <td colspan="6" class="catrow"><span class="catrowtext">Private Messages</span></td>
-        </tr>
-        <tr align="center" valign="middle"> 
-          <td class="row1"> <img src="templates/SVMDesign/images/folder_new.gif" alt="Folder"> 
-          </td>
-          <td colspan="5" class="row1" align="left"> 
-            <p><span class="smalltext">{CURRENT_TIME}</span><span class="mainmenu"><a href="{U_PRIVATEMSGS}" class="mainmenu"><br>
-              {PRIVATE_MESSAGE_INFO}</a></span></p>
-          </td>
-        </tr>
--->
-        <!-- END switch_user_logged_in -->
       </table>
     </td>
   </tr>
@@ -124,8 +88,7 @@
 <table width="98%" cellspacing="0" border="0" align="center" cellpadding="2">
   <tr> 
     <td align="left"><a href="{U_MARK_READ}" class="smalllink">{L_MARK_FORUMS_READ}</a></td>
-    <td align="right" width="50%"><span class="smalltext"> 
-      <!-- removed, since the form for it comes right below: <a href="{U_LOGIN_LOGOUT}" class="smalllink">{L_LOGIN_LOGOUT}</a> | --> {S_TIMEZONE}</span></td>
+    <td align="right" width="50%"><span class="smalltext">{S_TIMEZONE}</span></td>
   </tr>
 </table>
 <table width="98%" border="0" cellspacing="0" cellpadding="0" align="center">

Modified: forum/trunk/SVMDesign/jumpbox.tpl
===================================================================
--- forum/trunk/SVMDesign/jumpbox.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/jumpbox.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,5 +1,4 @@
 <!-- DEBUG marker: jumpbox.tpl starts here -->  
-
 <form method="post" name="jumpbox" action="{S_JUMPBOX_ACTION}">
   <table cellspacing="0" cellpadding="0" border="0">
 	<tr> 

Modified: forum/trunk/SVMDesign/login_body.tpl
===================================================================
--- forum/trunk/SVMDesign/login_body.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/login_body.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,13 +1,4 @@
 <!-- DEBUG marker: login_body starts here -->  
-<!--
- <table cellpadding="2" cellspacing="0" border="0" width="98%"  align="center">
-  <tr> 
-	  <td><img src="templates/SVMDesign/images/folder_new.gif" border="0" alt="Folder"></td>
-      <td style="vertical-align: middle;" width="100%"><span 
-      class="largetext"><a href="{U_INDEX}" class="largelink"><b>Forum Index</b></a></span></td>
-  </tr>
-</table>
--->
 <form action="{S_LOGIN_ACTION}" method="post">
 <table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
   <tr> 

Modified: forum/trunk/SVMDesign/memberlist_body.tpl
===================================================================
--- forum/trunk/SVMDesign/memberlist_body.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/memberlist_body.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,13 +1,4 @@
 <!-- DEBUG: memberlist_body.tpl starts here -->
-<!--
-<table cellpadding="2" cellspacing="0" border="0" width="98%"  align="center">
-  <tr> 
-	  <td><img src="templates/SVMDesign/images/folder_new.gif" border="0" alt="Folder"></td>
-      <td style="vertical-align: middle;" width="100%"><span 
-      class="largetext"><a href="{U_INDEX}" class="largelink"><b>Forum Index</b></a></span></td>
-  </tr>
-</table>
--->
 <form method="post" action="{S_MODE_ACTION}">
   <table width="98%" cellspacing="2" cellpadding="2" border="0" align="center">
     <tr> 

Modified: forum/trunk/SVMDesign/message_body.tpl
===================================================================
--- forum/trunk/SVMDesign/message_body.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/message_body.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,13 +1,4 @@
 <!-- DEBUG: message_body.tpl starts here -->
-<!--
- <table cellpadding="2" cellspacing="0" border="0" width="98%" align="center">
-  <tr> 
-	  <td><img src="templates/SVMDesign/images/folder_new.gif" border="0" alt="Folder"></td>
-      <td style="vertical-align: middle;" width="100%"><span 
-      class="largetext"><a href="{U_INDEX}" class="largelink"><b>Forum Index</b></a></span></td>
-  </tr>
-</table>
--->
  <table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
   <tr> 
     <td class="tableborder">
@@ -34,4 +25,4 @@
 </td>
 </tr>
 </table>
-<br />
\ No newline at end of file
+<br />

Modified: forum/trunk/SVMDesign/modcp_body.tpl
===================================================================
--- forum/trunk/SVMDesign/modcp_body.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/modcp_body.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,12 +1,4 @@
-<!--
-<table cellpadding="2" cellspacing="0" border="0" width="98%"  align="center">
-  <tr> 
-	  <td><img src="templates/SVMDesign/images/folder_new.gif" border="0" alt="Folder"></td>
-      <td style="vertical-align: middle;" width="100%"><span 
-      class="largetext"><a href="{U_INDEX}" class="largelink"><b>Forum Index</b></a></span></td>
-  </tr>
-</table>
--->
+<!-- DEBUG: modcp_body.tpl starts here -->
 <form method="post" action="{S_MODCP_ACTION}">
 <table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
   <tr> 

Modified: forum/trunk/SVMDesign/modcp_move.tpl
===================================================================
--- forum/trunk/SVMDesign/modcp_move.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/modcp_move.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,5 +1,4 @@
 <!-- DEBUG: modcp_move.tpl starts here -->
-
 <form action="{S_MODCP_ACTION}" method="post">
 <table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
   <tr> 

Modified: forum/trunk/SVMDesign/modcp_split.tpl
===================================================================
--- forum/trunk/SVMDesign/modcp_split.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/modcp_split.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,4 +1,4 @@
-
+<!-- DEBUG: modcp_split.tpl starts here -->
 <form method="post" action="{S_SPLIT_ACTION}">
 <table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
   <tr> 

Modified: forum/trunk/SVMDesign/modcp_viewip.tpl
===================================================================
--- forum/trunk/SVMDesign/modcp_viewip.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/modcp_viewip.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,5 +1,4 @@
-<!-- DEBUG: modcp_viewip.tpl starts here -->
- 
+<!-- DEBUG: modcp_viewip.tpl starts here --> 
  <table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
   <tr> 
     <td class="tableborder">

Modified: forum/trunk/SVMDesign/overall_footer.tpl
===================================================================
--- forum/trunk/SVMDesign/overall_footer.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/overall_footer.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,10 +1,9 @@
 <!-- DEBUG: overall_footer.tpl starts here -->
-
 <div align="center"><br>
 <!-- BEGIN switch_user_logged_in -->
   <span class="smalltext"><b>{ADMIN_LINK}</b></span> 
 <!-- END switch_user_logged_in -->
-  <font size="-3"> Powered by phpBB © 2001, 2005 <a href="http://www.phpbb.com/" class="smalllink">phpBB Group</a><br>
+  <font size="-3"> Powered by phpBB © 2001, 2006 <a href="http://www.phpbb.com/" class="smalllink">phpBB Group</a><br>
 
   Design implemented by <a href="http://www.unet.univie.ac.at/~a0200586/">clem</a>, icons by raina</font></div>
 </td>

Modified: forum/trunk/SVMDesign/overall_header.tpl
===================================================================
--- forum/trunk/SVMDesign/overall_header.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/overall_header.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -38,27 +38,19 @@
   <!-- new nav table -->
 
   <!-- BEGIN switch_user_logged_out -->
-<!--    <a href="{U_FAQ}">FAQ</a> -
--->
     <a href="viewtopic.php?t=17">Rules</a> -
     <a href="{U_GROUP_CP}">Usergroups</a> -
     <a href="{U_SEARCH}">Search</a> -
     <a href="{U_REGISTER}">Register</a> -
-<!--    <a href="{U_MEMBERLIST}">Memberlist</a> -
--->
     <a href="{U_LOGIN_LOGOUT}">Login</a>
   <!-- END switch_user_logged_out -->
 
   <!-- BEGIN switch_user_logged_in -->
-<!--    <a href="{U_FAQ}">FAQ</a> -
--->
     <a href="viewtopic.php?t=17">Rules</a> -
     <a href="{U_GROUP_CP}">Usergroups</a> -
     <a href="{U_SEARCH}">Search</a> -
     <a href="{U_PRIVATEMSGS}">PM's</a> -
     <a href="{U_PROFILE}">Profile</a> -
-<!--    <a href="{U_MEMBERLIST}">Memberlist</a> -
--->
     <a href="{U_LOGIN_LOGOUT}">Logout</a>
   <!-- END switch_user_logged_in -->
 
@@ -76,4 +68,4 @@
     <td colspan="4">
       <table width="100%" border="0" cellspacing="0" cellpadding="0" style="padding-left: 5px; padding-right: 5px;">
         <tr>
-          <td>
\ No newline at end of file
+          <td>

Modified: forum/trunk/SVMDesign/posting_body.tpl
===================================================================
--- forum/trunk/SVMDesign/posting_body.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/posting_body.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -192,7 +192,7 @@
 	storeCaret(document.post.message);
 }
 
-// Insert at Claret position. Code from
+// Insert at Caret position. Code from
 // http://www.faqts.com/knowledge_base/view.phtml/aid/1052/fid/130
 function storeCaret(textEl) {
 	if (textEl.createTextRange) textEl.caretPos = document.selection.createRange().duplicate();
@@ -295,8 +295,7 @@
                 </tr>
               </table>
             </td>
-            <td class="row1" valign="top"><!--<span class="gen"> <span class="genmed"> 
-              </span> -->
+            <td class="row1" valign="top">
               <table width="450" border="0" cellspacing="0" cellpadding="2">
                 <tr align="center" valign="middle"> 
                   <td><span class="genmed"> 

Modified: forum/trunk/SVMDesign/posting_poll_body.tpl
===================================================================
--- forum/trunk/SVMDesign/posting_poll_body.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/posting_poll_body.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,4 +1,4 @@
-
+<!-- DEBUG: posting_poll_body.tpl starts here -->
 			<tr>
 				
   <td class="catrow" colspan="2" align="center"><span class="catrowtext">{L_ADD_A_POLL}</span></td>

Modified: forum/trunk/SVMDesign/posting_preview.tpl
===================================================================
--- forum/trunk/SVMDesign/posting_preview.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/posting_preview.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,5 +1,4 @@
-<!-- DEBUG: posting_preview.tpl starts here -->
- 
+<!-- DEBUG: posting_preview.tpl starts here --> 
  <table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
   <tr> 
     <td class="tableborder">

Modified: forum/trunk/SVMDesign/privmsgs_body.tpl
===================================================================
--- forum/trunk/SVMDesign/privmsgs_body.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/privmsgs_body.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -76,19 +76,6 @@
 <table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
   <tr> 
     <td class="tableborder">
-        <!--
-        <table width="100%" cellspacing="1" cellpadding="7" border="0" align="center">
-          <tr> 
-			<td align="left" valign="middle" class="row1" width="1%">{POST_PM_IMG}</td>	  
-			<td align="right" nowrap class="row1">
-				<span class="smalltext">{L_DISPLAY_MESSAGES}: 
-					<select name="msgdays">{S_SELECT_MSG_DAYS}</select>
-					<input type="submit" value="{L_GO}" name="submit_msgdays">
-				</span>
-			</td>
-		</tr>
-		</table>
-		-->
 
         <table border="0" cellpadding="7" cellspacing="1" width="100%">
           <tr align="center"> 

Modified: forum/trunk/SVMDesign/privmsgs_popup.tpl
===================================================================
--- forum/trunk/SVMDesign/privmsgs_popup.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/privmsgs_popup.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -25,4 +25,4 @@
   </table>
 </td>
 </tr>
-</table>
\ No newline at end of file
+</table>

Modified: forum/trunk/SVMDesign/privmsgs_read_body.tpl
===================================================================
--- forum/trunk/SVMDesign/privmsgs_read_body.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/privmsgs_read_body.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -18,16 +18,7 @@
 <table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
   <tr> 
     <td class="tableborder">
-<!--
-		<table width="100%" cellspacing="2" cellpadding="2" border="0">
-		<tr>
-			<td valign="middle" class="row1" width="10px">{REPLY_PM_IMG}</td>
-			<td width="100%" class="row1">
-				<span class="smalltext"> <a href="{U_INDEX}" class="smalltext">{L_INDEX}</a></span>
-			</td>
-		</tr>
-		</table>
--->
+
 <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
 	<tr> 
 	  <th colspan="3" class="toprow"><span class="toprowtext">{BOX_NAME} :: {L_MESSAGE}</span></th>

Modified: forum/trunk/SVMDesign/profile_add_body.tpl
===================================================================
--- forum/trunk/SVMDesign/profile_add_body.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/profile_add_body.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,13 +1,4 @@
 <!-- DEBUG: profile_add_body.tpl starts here -->
-<!--
-<TABLE cellpadding="2" cellspacing="0" border="0" width="98%"  align="center">
-  <TR> 
-	  <td><img src="templates/SVMDesign/images/folder_new.gif" border="0" alt="Folder"></td>
-      <td style="vertical-align: middle;" width="100%"><span 
-      class="largetext"><a href="{U_INDEX}" class="largelink"><b>Forum Index</b></a></span></td>
-  </TR>
-</TABLE>
--->
 <FORM action="{S_PROFILE_ACTION}" enctype="multipart/form-data" method="post">
   {ERROR_BOX} 
   <TABLE cellpadding="0" cellspacing="0" border="0" width="98%" align="center">

Modified: forum/trunk/SVMDesign/profile_avatar_gallery.tpl
===================================================================
--- forum/trunk/SVMDesign/profile_avatar_gallery.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/profile_avatar_gallery.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,5 +1,4 @@
 <!-- DEBUG: profile_avatar_gallery.tpl starts here -->
-
 <form action="{S_PROFILE_ACTION}" method="post">
 <table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
   <tr> 

Modified: forum/trunk/SVMDesign/profile_send_pass.tpl
===================================================================
--- forum/trunk/SVMDesign/profile_send_pass.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/profile_send_pass.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,5 +1,4 @@
 <!-- DEBUG: profile_send_pass.tpl starts here -->
-
 <form action="{S_PROFILE_ACTION}" method="post">
 <table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
   <tr> 

Modified: forum/trunk/SVMDesign/profile_view_body.tpl
===================================================================
--- forum/trunk/SVMDesign/profile_view_body.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/profile_view_body.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -11,15 +11,7 @@
 }
 //-->
 </script>
-<!--
-<table cellpadding="2" cellspacing="0" border="0" width="98%"  align="center">
-  <tr> 
-	  <td><img src="templates/SVMDesign/images/folder_new.gif" border="0" alt="Folder"></td>
-      <td style="vertical-align: middle;" width="100%"><span 
-      class="largetext"><a href="{U_INDEX}" class="largelink"><b>Forum Index</b></a></span></td>
-  </tr>
-</table>
--->
+
 <table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
   <tr> 
     <td class="tableborder">

Modified: forum/trunk/SVMDesign/search_body.tpl
===================================================================
--- forum/trunk/SVMDesign/search_body.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/search_body.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,13 +1,4 @@
 <!-- DEBUG: search_body.tpl starts here -->
-<!--
-<table cellpadding="2" cellspacing="0" border="0" width="98%"  align="center">
-  <tr> 
-	  <td><img src="templates/SVMDesign/images/folder_new.gif" border="0" alt="Folder"></td>
-      <td style="vertical-align: middle;" width="100%"><span 
-      class="largetext"><a href="{U_INDEX}" class="largelink"><b>Forum Index</b></a></span></td>
-  </tr>
-</table>
--->
 <form action="{S_SEARCH_ACTION}" method="POST">
 <table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
   <tr> 

Modified: forum/trunk/SVMDesign/search_results_topics.tpl
===================================================================
--- forum/trunk/SVMDesign/search_results_topics.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/search_results_topics.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,4 +1,4 @@
- 
+<!-- DEBUG: search_results_topics.tpl starts here --> 
 <table width="98%" cellspacing="2" cellpadding="2" border="0" align="center">
   <tr> 
 	<td align="center" valign="middle"><span class="largetext"><b>{L_SEARCH_MATCHES}</b></span></td>

Modified: forum/trunk/SVMDesign/simple_footer.tpl
===================================================================
--- forum/trunk/SVMDesign/simple_footer.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/simple_footer.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -15,7 +15,7 @@
 	The phpBB Group : 2001
 
 // -->
-<div align="center"> <span class="copyright"><br />Powered by phpBB {PHPBB_VERSION} © 2001, 2005 <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB 
+<div align="center"> <span class="copyright"><br />Powered by phpBB {PHPBB_VERSION} © 2001, 2006 <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB 
   Group</a></span></div>
  
 </body>

Modified: forum/trunk/SVMDesign/theme_info.cfg
===================================================================
--- forum/trunk/SVMDesign/theme_info.cfg	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/theme_info.cfg	2006-06-26 15:00:17 UTC (rev 23318)
@@ -48,4 +48,4 @@
 $SVMDesign[0]['img_size_poll'] = "0";
 $SVMDesign[0]['img_size_privmsg'] = "0";
 
-?>
\ No newline at end of file
+?>

Modified: forum/trunk/SVMDesign/viewforum_body.tpl
===================================================================
--- forum/trunk/SVMDesign/viewforum_body.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/viewforum_body.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,9 +1,7 @@
-<!-- DEBUG marker: viewforum_body starts here --> 
+<!-- DEBUG marker: viewforum_body.tpl starts here --> 
 <form method="post" action="{S_POST_DAYS_ACTION}">
   <table cellpadding="2" cellspacing="0" border="0" width="98%"  align="center">
-    <tr> 
-
-
+    <tr>
       <td style="vertical-align: middle;">	  
 	    <img src="templates/SVMDesign/images/folder_new.gif" border="0" alt="Folder">
 	  </td>
@@ -19,12 +17,12 @@
 	  <tr>
 		<td colspan="2">
         (Moderated by:<b><span class="smalltext"> {MODERATORS}</span></b>)<br>
-        <b><span class="smalltext">{PAGINATION} </span></b><span class="smalltext"><b>{LOGGED_IN_USER_LIST}</b></span>
+        <b><span class="smalltext">{PAGINATION} </span></b><br><span class="smalltext"><b>{LOGGED_IN_USER_LIST}</b></span>
 		</td>
 
 		<td align="right" style="white-space: nowrap;">
         <span class="smalltext"><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}
-        </a></span>
+        </a><br>{S_WATCH_FORUM}</span>
       </td>
     </tr>
   </table>

Modified: forum/trunk/SVMDesign/viewonline_body.tpl
===================================================================
--- forum/trunk/SVMDesign/viewonline_body.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/viewonline_body.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,13 +1,4 @@
 <!-- DEBUG: viewonline_body.tpl starts here -->
-<!--
- <table cellpadding="2" cellspacing="0" border="0" width="98%"  align="center">
-  <tr> 
-	  <td><img src="templates/SVMDesign/images/folder_new.gif" border="0" alt="Folder"></td>
-      <td style="vertical-align: middle;" width="100%"><span 
-      class="largetext"><a href="{U_INDEX}" class="largelink"><b>Forum Index</b></a></span></td>
-  </tr>
-</table>
--->
  <table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
   <tr> 
     <td class="tableborder">

Modified: forum/trunk/SVMDesign/viewtopic_body.tpl
===================================================================
--- forum/trunk/SVMDesign/viewtopic_body.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/viewtopic_body.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -13,21 +13,13 @@
 
 <table cellpadding="2" cellspacing="0" border="0" width="98%" align="center" style="padding-bottom: 10px;">
   <tr> 
-	  <td width="1%"><img src="templates/SVMDesign/images/folder_new.gif" border="0" alt="Folder"></td>
-      <td style="vertical-align: middle;"><span 
-      class="largetext"><a href="{U_INDEX}" class="largelink"><b>Forum Index</b></a> > <a
-      class="largelink" href="{U_VIEW_FORUM}"><b>{FORUM_NAME}</b></a> > <b>{TOPIC_TITLE}</b></span></td>
-      <td style="text-align: right; whitespace: nowrap; vertical-align: bottom;">
-		<!--<span class="smalltext">-->{PAGINATION}<!--<br><br></span>-->
-	  </td>
+	<td width="1%"><img src="templates/SVMDesign/images/folder_new.gif" border="0" alt="Folder"></td>
+	<td style="vertical-align: middle;"><span 
+	class="largetext"><a href="{U_INDEX}" class="largelink"><b>Forum Index</b></a> > <a 
+	class="largelink" href="{U_VIEW_FORUM}"><b>{FORUM_NAME}</b></a> > <b>{TOPIC_TITLE}</b></span></td>
+	<td style="text-align: right; whitespace: nowrap; vertical-align: bottom;">{PAGINATION}</td>
+	<td align="right"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
   </tr>
-      <!--
-  <tr>
-	<td colspan="2">
-      <b><span class="smalltext">{PAGINATION}<br><br></span></b>
-      </td>
-  </tr>
-  -->
 </table>
 <table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
 
@@ -47,7 +39,7 @@
                 <td width="186"><span class="largetext">  {L_AUTHOR} 
                   </span></td>
                 <td><span class="largetext">   Thread</span></td>
-                <td align="right"><!--<a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>   --><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></td>
+                <td align="right"><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></td>
               </tr>
             </table>
           </td>
@@ -104,7 +96,7 @@
                           </table>
 			
                         </td>  
-                       <td align="right" width="2%" nowrap><!--<a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>   --><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></td>
+                       <td align="right" width="2%" nowrap><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></td>
                       </tr>
                     </table>
                       </form>
@@ -128,14 +120,7 @@
           </tr>
         </table>
        </td>
-      <td style="text-align: right;"><!--<span class="smalltext">{PAGE_NUMBER}<br>
-        <br>
-      </span>-->
-      	<!--<span class="smalltext">-->{PAGINATION}<!--<br><br></span>--><br><br>
-      <!--
-      <span class="nav"><  <a href="{U_VIEW_OLDER_TOPIC}" class="nav">Last 
-      Thread</a> | <a href="{U_VIEW_NEWER_TOPIC}" class="nav">Next Thread 
-      </a> ></span>--></td>
+      <td style="text-align: right;">{PAGINATION}<br><br></td>
     </tr>
   </table>
   <br>

Modified: forum/trunk/SVMDesign/viewtopic_poll_ballot.tpl
===================================================================
--- forum/trunk/SVMDesign/viewtopic_poll_ballot.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/viewtopic_poll_ballot.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,3 +1,4 @@
+<!-- DEBUG: viewtopic_poll_ballot.tpl starts here -->
 			<tr>
 				<td colspan="3" class="row1"><br clear="all" /><form method="POST" action="{S_POLL_ACTION}">
 				
@@ -33,4 +34,4 @@
       <br>
       {S_HIDDEN_FIELDS} 
     </form></td>
-			</tr>
\ No newline at end of file
+			</tr>

Modified: forum/trunk/SVMDesign/viewtopic_poll_result.tpl
===================================================================
--- forum/trunk/SVMDesign/viewtopic_poll_result.tpl	2006-06-26 14:54:54 UTC (rev 23317)
+++ forum/trunk/SVMDesign/viewtopic_poll_result.tpl	2006-06-26 15:00:17 UTC (rev 23318)
@@ -1,4 +1,4 @@
- 
+<!-- DEBUG: viewtopic_poll_results.tpl starts here --> 
 <tr> 
   <td class="row1" colspan="3"><br clear="all" />
         <table cellpadding="0" cellspacing="0" border="0" align="center">


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list