[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r2596: Website patch from DJHasis to make the HTML a little closer (website/trunk)



Author: edmanm
Date: 2008-05-25 11:53:43 -0400 (Sun, 25 May 2008)
New Revision: 2596

Modified:
   website/trunk/download.php
   website/trunk/footer.inc.php
   website/trunk/header.inc.php
   website/trunk/index.php
   website/trunk/screenshots.php
   website/trunk/stylesheet.css
Log:
Website patch from DJHasis to make the HTML a little closer to valid. Also
makes the text on the navigation tabs orange when hovered over.


Modified: website/trunk/download.php
===================================================================
--- website/trunk/download.php	2008-05-25 14:32:06 UTC (rev 2595)
+++ website/trunk/download.php	2008-05-25 15:53:43 UTC (rev 2596)
@@ -4,30 +4,24 @@
 include("header.inc.php");
 
 ?>
-
+<div id="content">
 <p>
-<br>
-</p>
-
-<div class="content">
-<p>
 Grab the latest package for your platform below. Or, in the more likely case
 that we don't have a package for your platform, you can grab the source
 tarball.
 </p>
 
 <p>
-<i>Note:</i> Vidalia requires version 0.1.2.x or later of the Tor software. If
+<div id="note">Note: </div> Vidalia requires version 0.1.2.x or later of the Tor software. If
 you're installing the Windows or Mac OS X bundle, then the latest version of
 the Tor software is already included.
 </p>
 
-<h3>Latest Vidalia Release (24-March-2008): <b>0.1.2</b>
-</h3>
+<h3>Latest Vidalia Release (24-March-2008): <b>0.1.2</b></h3>
 <table border="1">
 <tr>
   <td colspan="3">
-    <b>Stable Bundles</b><br/>
+    <b>Stable Bundles</b><br>
     Includes
     the <a href="https://www.torproject.org/";>Tor</a> software
     <a href="dist/other/tor-0.1.2.19.tar.gz">0.1.2.19</a>
@@ -75,7 +69,7 @@
 </tr>
 <tr>
   <td colspan="3">
-    <b>Development Bundles</b><br/>
+    <b>Development Bundles</b><br>
     Includes
     the <a href="https://www.torproject.org/";>Tor</a> software
     <a href="dist/other/tor-0.2.0.23-rc.tar.gz">0.2.0.23-rc</a> 
@@ -121,7 +115,7 @@
     </a>
   </td>
 </tr>
-</table><br/>
+</table><br>
 <table border="1">
 <tr>
   <td colspan="3">

Modified: website/trunk/footer.inc.php
===================================================================
--- website/trunk/footer.inc.php	2008-05-25 14:32:06 UTC (rev 2595)
+++ website/trunk/footer.inc.php	2008-05-25 15:53:43 UTC (rev 2596)
@@ -1,10 +1,12 @@
+<p>
+<br>
 <hr>
-<div class="content">
+</p>
+<div id="footer">
 <p align="right">
 <a href="http://www.softwarefreedom.org/";>
  <img src="images/support-sflc.png"
-      alt="[frdm] Support SFLC" height="31" width="88" border="0"
-      title="Software Freedom Law Center" />
+      alt="[frdm] Support SFLC" height="31" width="88" title="Software Freedom Law Center">
 </a>
 </p>
 </div>

Modified: website/trunk/header.inc.php
===================================================================
--- website/trunk/header.inc.php	2008-05-25 14:32:06 UTC (rev 2595)
+++ website/trunk/header.inc.php	2008-05-25 15:53:43 UTC (rev 2596)
@@ -2,7 +2,7 @@
   $parts = Explode('/', $_SERVER["SCRIPT_NAME"]);
   $scriptname = $parts[count($parts) - 1];
 ?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd";>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd";>
 <html>
 <head>
 <title><?php echo $pagename; ?></title>
@@ -12,7 +12,7 @@
 <body>
 <div id="vidaliabanner">
   <a href="http://www.vidalia-project.net";>
-  <img src="images/vidalia_logo.png" alt="Vidalia"/></a>
+  <img src="images/vidalia_logo.png" alt="Vidalia"></a>
 </div>
 <div id="navcontainer">
   <a class="<?php echo ($scriptname == "index.php" ? "navtabcurrent" : "navtab");?>" href="index.php">Home</a>
@@ -21,6 +21,8 @@
   <a class="navtab" href="http://trac.vidalia-project.net/wiki/WikiStart";>Support &amp; Development</a>
 </div>
 <div id="mainnav">
-  <br />
+  <br>
 </div>
-
+<p>
+<br>
+</p>

Modified: website/trunk/index.php
===================================================================
--- website/trunk/index.php	2008-05-25 14:32:06 UTC (rev 2595)
+++ website/trunk/index.php	2008-05-25 15:53:43 UTC (rev 2596)
@@ -4,12 +4,8 @@
 include("header.inc.php");
 
 ?>
+<div id="content">
 <p>
-<br />
-</p>
-
-<div class="content">
-<p>
 Vidalia is a cross-platform controller GUI for 
 the <a href="https://www.torproject.org/";>Tor</a> software, built using the
 <a href="http://trolltech.com/products/qt";>Qt</a>
@@ -28,7 +24,7 @@
 You can view some <a href="screenshots.php">screenshots</a> of Vidalia or go
 straight to the <a href="download.php">download</a> page.  
 </p> 
-
+<br>
 <h3>Recent News</h3>
 <ul>
   <li><b>24-March-2008:</b>

Modified: website/trunk/screenshots.php
===================================================================
--- website/trunk/screenshots.php	2008-05-25 14:32:06 UTC (rev 2595)
+++ website/trunk/screenshots.php	2008-05-25 15:53:43 UTC (rev 2596)
@@ -4,14 +4,8 @@
 include("header.inc.php");
 
 ?>
-
+<div id="content">
 <p>
-<br>
-</p>
-
-
-<div class="content">
-<p>
 The screenshots below should give you an idea of how Vidalia can help you
 manage the Tor software. Click on the thumbnails to see a full-size image.
 </p>
@@ -30,12 +24,12 @@
 </tr>
 <tr valign="top">
 <td>
-  <img src="images/screenshots/traymenu_win32.png" alt="Win32 Tray Menu"/>
+  <img src="images/screenshots/traymenu_win32.png" alt="Win32 Tray Menu">
 </td>
 <td>
-  <img src="images/screenshots/torstatus_off_mac.png" alt="OS X Dock Icon (Off)"/>
-  <br/>
-  <img src="images/screenshots/torstatus_on_mac.png" alt="OS X Doc Icon (On)"/>
+  <img src="images/screenshots/torstatus_off_mac.png" alt="OS X Dock Icon (Off)">
+  <br>
+  <img src="images/screenshots/torstatus_on_mac.png" alt="OS X Doc Icon (On)">
 </td>
 </tr>
 </table>
@@ -56,11 +50,11 @@
 <tr valign="top">
 <td>
   <a href="images/screenshots/messagelog_win32.png">
-  <img src="images/screenshots/thumb_messagelog_win32.png" alt="Message Log (Win32)"/></a>
+  <img src="images/screenshots/thumb_messagelog_win32.png" alt="Message Log (Win32)"></a>
 </td>
 <td>
   <a href="images/screenshots/messagelog_mac.png">
-  <img src="images/screenshots/thumb_messagelog_mac.png" alt="Message Log (OS X)"/></a>
+  <img src="images/screenshots/thumb_messagelog_mac.png" alt="Message Log (OS X)"></a>
 </td>
 </tr>
 </table>
@@ -81,12 +75,12 @@
 <tr valign="top">
 <td>
   <a href="images/screenshots/netmap_win32.png">
-  <img src="images/screenshots/thumb_netmap_win32.png" alt="Network Map (Win32)"/>
+  <img src="images/screenshots/thumb_netmap_win32.png" alt="Network Map (Win32)">
   </a>
 </td>
 <td>
   <a href="images/screenshots/netmap_mac.png">
-  <img src="images/screenshots/thumb_netmap_mac.png" alt="Network Map (OS X)"/>
+  <img src="images/screenshots/thumb_netmap_mac.png" alt="Network Map (OS X)">
   </a>
 </td>
 </tr>
@@ -108,12 +102,12 @@
 <tr>
 <td>
   <a href="images/screenshots/bwgraph_win32.png">
-  <img src="images/screenshots/thumb_bwgraph_win32.png" alt="Bandwidth Graph (Win32)"/>
+  <img src="images/screenshots/thumb_bwgraph_win32.png" alt="Bandwidth Graph (Win32)">
   </a>
 </td>
 <td>
   <a href="images/screenshots/bwgraph_mac.png">
-  <img src="images/screenshots/thumb_bwgraph_mac.png" alt="Bandwidth Graph (OS X)"/>
+  <img src="images/screenshots/thumb_bwgraph_mac.png" alt="Bandwidth Graph (OS X)">
   </a>
 </td>
 </tr>
@@ -135,18 +129,15 @@
 <tr valign="top">
 <td>
   <a href="images/screenshots/serverconfig_win32.png">
-  <img src="images/screenshots/thumb_serverconfig_win32.png" 
-       alt="Relay Configuration (Win32)"/></a>
+  <img src="images/screenshots/thumb_serverconfig_win32.png" alt="Relay Configuration (Win32)"></a>
 </td>
 <td>
   <a href="images/screenshots/generalconfig_mac.png">
-  <img src="images/screenshots/thumb_generalconfig_mac.png"
-       alt="General Configuration (OS X)"/></a>
+  <img src="images/screenshots/thumb_generalconfig_mac.png" alt="General Configuration (OS X)"></a>
 </td>
 <td>
   <a href="images/screenshots/appearanceconfig_x11.png">
-  <img src="images/screenshots/thumb_appearanceconfig_x11.png"
-       alt="Appearance Configuration (X11)"/></a>
+  <img src="images/screenshots/thumb_appearanceconfig_x11.png" alt="Appearance Configuration (X11)"></a>
 </td>
 </tr>
 </table>
@@ -173,15 +164,15 @@
 <tr>
 <td>
   <a href="images/screenshots/help_win32.png">
-  <img src="images/screenshots/thumb_help_win32.png" alt="Help (Win32)"/></a>
+  <img src="images/screenshots/thumb_help_win32.png" alt="Help (Win32)"></a>
 </td>
 <td>
   <a href="images/screenshots/help_mac.png">
-  <img src="images/screenshots/thumb_help_mac.png" alt="Help (OS X)"/></a>
+  <img src="images/screenshots/thumb_help_mac.png" alt="Help (OS X)"></a>
 </td>
 <td>
   <a href="images/screenshots/help_x11.png">
-  <img src="images/screenshots/thumb_help_x11.png" alt="Help (X11)"/></a>
+  <img src="images/screenshots/thumb_help_x11.png" alt="Help (X11)"></a>
 </td>
 </tr>
 </table>
@@ -198,13 +189,11 @@
 </tr>
 <tr>
 <td>
-  <img src="images/screenshots/traymenu_win32-ru.png" 
-       alt="Russian Tray Menu"/>
+  <img src="images/screenshots/traymenu_win32-ru.png" alt="Russian Tray Menu">
 </td>
 <td>
   <a href="images/screenshots/help_mac-zh-cn.png">
-  <img src="images/screenshots/thumb_help_mac-zh-cn.png"
-       alt="Simplified Chinese Help"/></a>
+  <img src="images/screenshots/thumb_help_mac-zh-cn.png" alt="Simplified Chinese Help"></a>
 </td>
 </tr>
 </table>

Modified: website/trunk/stylesheet.css
===================================================================
--- website/trunk/stylesheet.css	2008-05-25 14:32:06 UTC (rev 2595)
+++ website/trunk/stylesheet.css	2008-05-25 15:53:43 UTC (rev 2596)
@@ -37,9 +37,6 @@
   border: none;
   color: transparent;
 }
-div.content {
-  margin: 15px 15px 15px 15px;
-}
 #navcontainer {
   width: 450px;
   background: #ff6b00;
@@ -67,7 +64,7 @@
   text-decoration: none; 
 }
 .navtab:hover, .navtab:visited:hover { 
-  color:white;
+  color: #ff6b00;
   text-decoration: none; 
   background: #223333; 
 }
@@ -77,4 +74,11 @@
   background: #445555;
   text-decoration: none;
 }
-
+#note {
+  font-style: italic;
+  font-weight: bold;
+  float: left;
+}
+#footer {
+  margin: 15px 15px 15px 15px;
+}
\ No newline at end of file