Patch #908 2006-03-09 01:53

sethjackson

Start here page
Download
908-Start_here_page.patch (5.3 KB)
Category
Application::Refinement
Status
Accepted
Close date
2006-03-22 13:13
Assigned to
 
Index: src/src/resources/start_here/start_here.html
===================================================================
--- src/src/resources/start_here/start_here.html    (revision 2160)
+++ src/src/resources/start_here/start_here.html    (working copy)
@@ -1,110 +1,75 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-  <meta content="text/html; charset=iso8859-1" http-equiv="Content-Type">
-</head>
-
-
-<body lang="EN" link="blue" vlink="blue">
-
-
-<div align="center">
-<a href="http://www.codeblocks.org/"><img alt="" src="title.png"></a><br>
-<a href="rev"><small><font color="#9999df">CB_VAR_REVISION_INFO</font></small></a><br>
-<br>
-
-
-<center>
-<table border="0">
-
-
-  <tbody>
-
-
-    <tr>
-
-      <td>
-      
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+                      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+    <title></title>
+    <style type="text/css">
+      a {  background-color: inherit;  color: blue;  }
+      a:visited {  background-color: inherit;  color: blue;  }
+    </style>
+  </head>
+  <body>
+    <div align="center">
+      <a href="http://www.codeblocks.org/"><img style="border: 0px solid;" alt="" src="title.png" /></a><br />
+      <a href="rev"><font color="#9999df"><small>CB_VAR_REVISION_INFO</small></font></a><br />
+      <br />
       <table border="0">
         <tbody>
-
           <tr>
-            <td width="56"><a href="CB_CMD_NEW_PROJECT"><img style="border: 0px solid ; width: 47px; height: 42px;" alt="" src="new.png" align="middle"></a></td>
-            <td><a href="CB_CMD_NEW_PROJECT">Create a new project</a></td>
+            <td>
+              <table border="0">
+                <tbody>
+                  <tr>
+                    <td width="56"><a href="CB_CMD_NEW_PROJECT"><img style="border: 0px solid; width: 47px; height: 42px;" alt="" src="new.png" /></a></td>
+                    <td><a href="CB_CMD_NEW_PROJECT">Create a new project</a></td>
+                  </tr>
+                  <tr>
+                    <td><a href="CB_CMD_OPEN_PROJECT"><img style="border: 0px solid; width: 47px; height: 47px;" alt="" src="open.png" /></a></td>
+                    <td><a href="CB_CMD_OPEN_PROJECT">Open an existing project</a></td>
+                  </tr>
+                </tbody>
+              </table>
+            </td>
+            <td rowspan="3">
+              <table border="0">
+                <tbody>
+                  <tr>
+                    <td width="58"><img style="border: 0px solid;" alt="" src="reopen.png" /></td>
+                    <td>CB_VAR_RECENT_FILES_AND_PROJECTS</td>
+                  </tr>
+                </tbody>
+              </table>
+            </td>
           </tr>
-
           <tr>
-            <td><a href="CB_CMD_OPEN_PROJECT"><img style="border: 0px solid ; width: 47px; height: 47px;" alt="" src="open.png" align="middle"></a></td>
-            <td><a href="CB_CMD_OPEN_PROJECT">Open an existing project</a></td>
+            <td></td>
           </tr>
-        
-        </tbody>
-      </table>
-
-      </td>
-
-
-      <td rowspan="3">
-      
-      <table border="0">
-        <tbody>
-
           <tr>
-            <td width="58"><img src="reopen.png" align="center"></td>
-            <td>CB_VAR_RECENT_FILES_AND_PROJECTS </td>
+            <td>
+              <table width="300">
+                <tbody>
+                  <tr>
+                    <td width="56" rowspan="4"><img style="border: 0px solid;" alt="" src="www.png" /></td>
+                  </tr>
+                  <tr>
+                    <td><a href="http://forums.codeblocks.org/">Visit the Code::Blocks forums</a></td>
+                  </tr>
+                  <tr>
+                    <td><a href="http://developer.berlios.de/bugs/?func=addbug&amp;group_id=5358">Report a bug</a></td>
+                  </tr>
+                  <tr>
+                    <td><a href="http://developer.berlios.de/feature/?func=addfeature&amp;group_id=5358">Request a new feature</a></td>
+                  </tr>
+                </tbody>
+              </table>
+            </td>
           </tr>
-        
         </tbody>
       </table>
-
-      </td>
-
-    </tr>
-
-
-    <tr>
-      <td></td>
-    </tr>
-
-
-    <tr>
-
-      <td>
-
-      <table width=300>
-        <tbody>
-          <tr>
-            <td rowspan="4" width="56"><img src="www.png" align="left"></td>
-          </tr>
-
-          <tr>
-            <td><a href="http://forums.codeblocks.org/">Visit the Code::Blocks forums</a></td>
-          </tr>
-
-          <tr>
-            <td><a href="http://developer.berlios.de/bugs/?func=addbug&amp;group_id=5358">Report a bug</a></td>
-          </tr>
-
-
-          <tr>
-            <td><a href="
download for full patch...
mandrav 2006-03-13 09:58

What does this patch do?

sethjackson 2006-03-13 17:00

It makes the HTML conform to XHTML 1.0. It removes unneccessary blank lines. I formatted the HTML so I can read it now. Also notice the space between the copyright symbol, and the "-". It is sorta unprofessional to scrunch them up like that I think.....