Author: ctian Date: Thu Nov 20 03:24:44 2008 New Revision: 138
Log: [www] fix for XHTML1.0
Modified: www/asn1.html www/index.html www/snmp.html
Modified: www/asn1.html ============================================================================== --- www/asn1.html (original) +++ www/asn1.html Thu Nov 20 03:24:44 2008 @@ -287,6 +287,10 @@ <div class="dateline">Last update at November 19, 2008 by Chun Tian (binghe).</div> <div class="footline"> CL-NET-SNMP is under <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>. + <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fcommon-lisp.net%2Fproject%2Fcl-net-snmp%2Fasn1.html"> + <img src="http://www.w3.org/Icons/valid-xhtml10-blue" + alt="Valid XHTML 1.0 Strict" height="31" width="88" /> + </a> </div> <div id="copyright">©2008 Chun Tian (binghe)</div>
Modified: www/index.html ============================================================================== --- www/index.html (original) +++ www/index.html Thu Nov 20 03:24:44 2008 @@ -5,7 +5,7 @@
<head> <title>cl-net-snmp</title> - <meta http-equiv="content-type" content="text/html; charset=iso8859-1" /> + <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <link rel="shortcut icon" type="image/ico" href="http://www.style.org/favicon.ico" /> <link type="text/css" rel="stylesheet" @@ -17,7 +17,7 @@ <body> <div id="framework"> <a href="https://sourceforge.net/projects/cl-net-snmp/"> - <img src="http://sflogo.sourceforge.net/sflogo.php?group_id=209101?type=2" + <img src="http://sflogo.sourceforge.net/sflogo.php?group_id=209101&type=2" alt="SourceForge.net Logo" id="logo" style="border: 0px solid ; width: 88px; height: 31px;" /> </a> @@ -41,16 +41,16 @@ <a href="about.html">About</a> </div> </div> - <br clear="all" /> + <br style="clear: all;" />
<!-- ============= STYLE.ORG ============= --> <div id="style"> <h1>Common Lisp for System Administrators</h1> - <br clear="all" /> + <br style="clear: all;" /> <div class="twothirds left"> <!-- COLUMN --> <a href="asn1.html"> - <img src="images/asn1.jpg" alt="ASN.1" class="sumimage" border="0" + <img src="images/asn1.jpg" alt="ASN.1" class="sumimage" height="65" width="600" /> </a> <br /> @@ -63,10 +63,10 @@ </div> <div class="sumdate">Version 4.14 (November 16, 2008)</div>
- <br clear="all" /> + <br style="clear: all;" /> <a href="snmp.html"> <img src="images/mib.jpg" alt="SNMP MIB" - class="sumimage" border="0" height="65" width="600" /> + class="sumimage" height="65" width="600" /> </a> <br /> <h2 class="summary"> @@ -77,10 +77,10 @@ server support, and GUI tools.</div> <div class="sumdate">Version 5.19 (November 16, 2008)</div>
- <br clear="all" /> + <br style="clear: all;" /> <a href="usocket.html"> <img src="images/usocket.jpg" alt="usocket" - class="sumimage" border="0" height="65" width="600" /> + class="sumimage" height="65" width="600" /> </a> <br /> <h2 class="summary"> @@ -90,10 +90,10 @@ networking package for Common Lisp.</div> <div class="sumdate">Version 2.4 (November 16, 2008)</div>
- <br clear="all" /> + <br style="clear: all;" /> <a href="lispworks.html"> <img src="images/lispworks.jpg" alt="LispWorks" - class="sumimage" border="0" height="65" width="600" /> + class="sumimage" height="65" width="600" /> </a> <br /> <h2 class="summary"> @@ -101,13 +101,13 @@ </h2> <div class="sumdeck"> UDP Networking (plus other COMM extensions) for - LispWorks® Common Lisp.</div> + LispWorks� Common Lisp.</div> <div class="sumdate">Version 3.2 (September 9, 2008)</div>
- <br clear="all" /> + <br style="clear: all;" /> <a href="others.html"> <img src="images/others.jpg" alt="others" - class="sumimage" border="0" height="65" width="600" /> + class="sumimage" height="65" width="600" /> </a> <br /> <h2 class="summary">
Modified: www/snmp.html ============================================================================== --- www/snmp.html (original) +++ www/snmp.html Thu Nov 20 03:24:44 2008 @@ -404,6 +404,11 @@ <div class="dateline">Last update at November 19, 2008 by Chun Tian (binghe).</div> <div class="footline"> CL-NET-SNMP is under <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>. + <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fcommon-lisp.net%2Fproject%2Fcl-net-snmp%2Fsnmp.html"> + <img src="http://www.w3.org/Icons/valid-xhtml10-blue" + alt="Valid XHTML 1.0 Strict" height="31" width="88" /> + </a> + </div> <div id="copyright">©2008 Chun Tian (binghe)</div>