HTML->XHTML converted
authorRoland Häder <roland@mxchange.org>
Mon, 9 Feb 2009 15:06:08 +0000 (15:06 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 9 Feb 2009 15:06:08 +0000 (15:06 +0000)
17 files changed:
inc/databases.php
inc/modules/admin/overview-inc.php
inc/modules/admin/what-list_unconfirmed.php
inc/modules/index.php
templates/de/html/admin/admin_main_footer.tpl
templates/de/html/admin/admin_online_footer.tpl
templates/de/html/admin/admin_overview_footer.tpl
templates/de/html/admin/admin_overview_footer_task.tpl
templates/de/html/guest/guest_content_footer.tpl
templates/de/html/guest/guest_rallye_expired_footer.tpl
templates/de/html/guest/guest_rallye_footer.tpl
templates/de/html/install/install_footer.tpl
templates/de/html/member/member_cats_footer.tpl
templates/de/html/member/member_content_right.tpl
templates/de/html/member/member_footer.tpl
templates/de/html/member/member_welcome_footer.tpl
templates/de/html/page_footer.tpl

index 11f1ceb4b50ad84b85d90bf66223193431098817..23c6fef4ed98c259448380de0b6ef5664cd9ac90 100644 (file)
@@ -97,7 +97,7 @@ define('START_TDAY', MAKE_TIME(0, 0, 0, time()));
 define('SERVER_URL', "http://www.mxchange.org");
 
 // Current SVN revision
 define('SERVER_URL', "http://www.mxchange.org");
 
 // Current SVN revision
-define('CURR_SVN_REVISION', "724");
+define('CURR_SVN_REVISION', "725");
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);
index 7bfd361bb3375abc90ae18cbc2255740f2b2c753..8e930e83404bb0ad4d9fe8361dc8b57ff1bd4a89 100644 (file)
@@ -350,9 +350,9 @@ function OUTPUT_SELECTED_TASKS ($POST, $result_tasks) {
                                        $OUT .= "<div class=\"admin_failed medium\">".ADMIN_UNKNOWN_TASK_TYPE_1.$type.ADMIN_UNKNOWN_TASK_TYPE_2.$id.ADMIN_UNKNOWN_TASK_TYPE_3."</div>\n";
                                        break;
                                }
                                        $OUT .= "<div class=\"admin_failed medium\">".ADMIN_UNKNOWN_TASK_TYPE_1.$type.ADMIN_UNKNOWN_TASK_TYPE_2.$id.ADMIN_UNKNOWN_TASK_TYPE_3."</div>\n";
                                        break;
                                }
-                               $OUT .= "  </TD>
+                               $OUT .= "  </td>
   <td width=\"1%\" class=\"switch_sw".$SW." bottom2 right2\">&nbsp;</td>
   <td width=\"1%\" class=\"switch_sw".$SW." bottom2 right2\">&nbsp;</td>
-</TR>\n";
+</tr>\n";
                        } // END - if
                        $SW = 3 - $SW;
                } // END - foreach
                        } // END - if
                        $SW = 3 - $SW;
                } // END - foreach
index 85b939cc8002858e8b06d1beca0480636987533f..ba8c54288a4bb9a0e53068752527022f76880678 100644 (file)
@@ -138,7 +138,7 @@ WHERE l.%s='%s' ORDER BY l.userid LIMIT %s",
                                $OUT .= LOAD_TEMPLATE("admin_list_unconfirmed_row", true, $content);
                                $SW = 3 - $SW;
                        }
                                $OUT .= LOAD_TEMPLATE("admin_list_unconfirmed_row", true, $content);
                                $SW = 3 - $SW;
                        }
-                       $OUT .= "</TABLE>\n";
+                       $OUT .= "</table>\n";
 
                        // Free memory
                        SQL_FREERESULT($result);
 
                        // Free memory
                        SQL_FREERESULT($result);
index 742fc6c5aa61ce4221d5ab5c735e52e69dc300c0..dee82df00ad1f9ad9a5578e08c539bd0624cd698 100644 (file)
@@ -126,8 +126,8 @@ if ((getConfig('guest_menu') == "Y") || (!EXT_IS_ACTIVE("sql_patches", true))) {
        // Some advertising stuff?
        LOAD_TEMPLATE("guest_advert2");
 
        // Some advertising stuff?
        LOAD_TEMPLATE("guest_advert2");
 
-       OUTPUT_HTML("  </TD>
-</TR>");
+       OUTPUT_HTML("  </td>
+</tr>");
 
        // Goto TOP template
        LOAD_TEMPLATE("guest_goto_top");
 
        // Goto TOP template
        LOAD_TEMPLATE("guest_goto_top");
index cdfd33b12054f22fb75ac3068e8cb6b7e999adf3..f522fd0c930f344c4332fc65de7df2e808f1321a 100644 (file)
@@ -1,6 +1,5 @@
-
-</TD>
-</TR>
+</td>
+</tr>
 <tr>
        <td class="admin_menu">&nbsp;</td>
        <td class="admin_content">&nbsp;</td>
 <tr>
        <td class="admin_menu">&nbsp;</td>
        <td class="admin_content">&nbsp;</td>
@@ -8,4 +7,4 @@
 <tr>
        <td align="center" colspan="2">{!__ADMIN_FOOTER!}</td>
 </tr>
 <tr>
        <td align="center" colspan="2">{!__ADMIN_FOOTER!}</td>
 </tr>
-</TABLE>
\ No newline at end of file
+</table>
\ No newline at end of file
index 22ef9091ff5b9d3a0762568b1ca4b19913fc1d08..17b6ebb6c767fd4047b0fa7d0cbdee0a72015ccb 100644 (file)
@@ -1,4 +1,4 @@
 <tr>
        <td colspan="8" class="admin_footer">$content</td>
 </tr>
 <tr>
        <td colspan="8" class="admin_footer">$content</td>
 </tr>
-</TABLE>
\ No newline at end of file
+</table>
\ No newline at end of file
index 537240a4bb078413c7412b09c0dff1a958ed08cf..6face678cc3fc1e564fa31724e31c76aa969b377 100644 (file)
@@ -7,6 +7,6 @@
                <INPUT type="submit" name="del" value="{--ADMIN_DELETE_ENTRIES--}" class="admin_delete" />
        </td>
 </tr>
                <INPUT type="submit" name="del" value="{--ADMIN_DELETE_ENTRIES--}" class="admin_delete" />
        </td>
 </tr>
-</TABLE>
+</table>
 </div>
 </form>
 </div>
 </form>
index d9add3d24212f1a3e5fffc1ec513f23181ac009c..ad8893ed93004c26e4376e0432cd13705d5a3347 100644 (file)
@@ -7,7 +7,7 @@
                <INPUT type="submit" name="del" value="{--TASK_ADMIN_DELETE_ENTRIES--}" class="admin_delete" />
        </td>
 </tr>
                <INPUT type="submit" name="del" value="{--TASK_ADMIN_DELETE_ENTRIES--}" class="admin_delete" />
        </td>
 </tr>
-</TABLE>
+</table>
 </form>
 
 <div class="admin_note">
 </form>
 
 <div class="admin_note">
index a3ad9b25f5cbf76b7b9045f720bda8b6b1e7a86b..282cd1b0ec2677c3f6edc10086bfd973999f3f5f 100644 (file)
@@ -1,8 +1,8 @@
-  </TD>
+  </td>
   <td valign="top"><div class="guest_skyscraper">
     <!-- 120x600 may fit here -->
   </div></td>
   <td valign="top"><div class="guest_skyscraper">
     <!-- 120x600 may fit here -->
   </div></td>
-</TR>
+</tr>
 <tr>
   <td align="center" valign="top" class="guest_advert">
 <!-- Don't add your code here! -->
 <tr>
   <td align="center" valign="top" class="guest_advert">
 <!-- Don't add your code here! -->
index 1de85a7d0ef572681dffda3f4148797d3a754f48..724fc8a7743d8358cdb9e6d9b2a5f1bfebecb9d8 100644 (file)
@@ -3,5 +3,5 @@
                <strong>{--RALLYE_HAPPY_WINNERS--}</strong>
        </td>
 </tr>
                <strong>{--RALLYE_HAPPY_WINNERS--}</strong>
        </td>
 </tr>
-</TABLE>
+</table>
 </div>
 </div>
index 2589c7336dbdca0415615ae9888acc6f6729586e..74d385d8855845e7f9bea519db70bc676ca3c663 100644 (file)
@@ -8,4 +8,4 @@
        </ul>
        </td>
 </tr>
        </ul>
        </td>
 </tr>
-</TABLE>
+</table>
index 27c0002c86485757feab8b8dc865bd8260754841..62a0e12357cf9c545663903425315b84a279701d 100644 (file)
@@ -1,4 +1,4 @@
 </div>
 </div>
-</TD>
-</TR>
-</TABLE>
\ No newline at end of file
+</td>
+</tr>
+</table>
\ No newline at end of file
index 51705e96272ce1a60b1710666abf740c66deb8ef..1e80dea4910079e65fe5f16894c883e56a95badf 100644 (file)
@@ -4,5 +4,5 @@
        <INPUT type="submit" name="ok" class="member_submit"
                value="{--SUBMIT_CHANGES--}" /></td>
 </tr>
        <INPUT type="submit" name="ok" class="member_submit"
                value="{--SUBMIT_CHANGES--}" /></td>
 </tr>
-</TABLE>
+</table>
 </form>
\ No newline at end of file
 </form>
\ No newline at end of file
index 65a08e3d106ac8d2f8747857f62e95d96296c53d..21111dc2decea0f9477f6d789b7de5c999eb5c19 100644 (file)
@@ -1,7 +1,7 @@
-  </TD>
+  </td>
   <td valign="top"><div class="member_skyscraper">
     <!-- 120x600-Skyscraper passt hier... //-->
   </div></td>
   <td valign="top"><div class="member_skyscraper">
     <!-- 120x600-Skyscraper passt hier... //-->
   </div></td>
-</TR>
+</tr>
 <tr>
   <td align="center" valign="top" class="member_advert">
 <tr>
   <td align="center" valign="top" class="member_advert">
index a8f687d3fa2744ed5bb120a6a4e06dc5acb5d3c4..61141f1216d3d9fdc9fe3641c558d6489bde4ffb 100644 (file)
@@ -3,5 +3,5 @@
                <!-- Horizontal footer banner -->
        </td>
 </tr>
                <!-- Horizontal footer banner -->
        </td>
 </tr>
-</TABLE>
+</table>
 <!-- Fuss unterhalb des Mitgliederbereiches -->
 <!-- Fuss unterhalb des Mitgliederbereiches -->
index 395eedc516697d8fa2805e9f6b767f2e845776c5..d0b6cab3e9a0493f4040744b3d97a10a1e38ee73 100644 (file)
@@ -1,3 +1,3 @@
-       </TD>
-</TR>
-</TABLE>
+       </td>
+</tr>
+</table>
index 282ab18884b879c3dc1e3c63770d717a627dc642..badbb744df114ec4b865f2d5dff383cabc718d10 100644 (file)
@@ -1,5 +1,5 @@
 </div>
 </div>
-</TD>
-</TR>
-</TABLE>
-</BODY>
+</td>
+</tr>
+</table>
+</body>