[cl-net-snmp-cvs] r137 - www
Chun Tian (binghe)
ctian at common-lisp.net
Thu Nov 20 03:02:34 UTC 2008
Author: ctian
Date: Thu Nov 20 03:02:33 2008
New Revision: 137
Log:
[www] fix for XHTML1.0
Modified:
www/asn1.html
www/snmp.html
Modified: www/asn1.html
==============================================================================
--- www/asn1.html (original)
+++ www/asn1.html Thu Nov 20 03:02:33 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,7 +41,7 @@
<a href="about.html">About</a>
</div>
</div>
- <br clear="all" />
+ <br style="clear: all;" />
<!-- ============= STYLE.ORG ============= -->
<div id="style">
@@ -77,15 +77,15 @@
<table border="0" cellpadding="0" cellspacing="4" class="parseresults">
<tbody>
<tr valign="bottom">
- <td width="11%"><strong>CMUCL</strong></td>
- <td width="11%"><strong>SBCL</strong></td>
- <td width="11%"><strong>Clozure CL</strong></td>
- <td width="11%"><strong>LispWorks</strong></td>
- <td width="11%"><strong>Allegro CL</strong></td>
- <td width="11%"><strong>Scieneer CL</strong></td>
- <td width="11%"><strong>CLISP</strong></td>
- <td width="11%"><strong>ECL</strong></td>
- <td width="11%"><strong>ABCL</strong></td>
+ <td style="width: 11%;"><strong>CMUCL</strong></td>
+ <td style="width: 11%;"><strong>SBCL</strong></td>
+ <td style="width: 11%;"><strong>Clozure CL</strong></td>
+ <td style="width: 11%;"><strong>LispWorks</strong></td>
+ <td style="width: 11%;"><strong>Allegro CL</strong></td>
+ <td style="width: 11%;"><strong>Scieneer CL</strong></td>
+ <td style="width: 11%;"><strong>CLISP</strong></td>
+ <td style="width: 11%;"><strong>ECL</strong></td>
+ <td style="width: 11%;"><strong>ABCL</strong></td>
</tr>
<tr>
@@ -250,11 +250,11 @@
<table border="0" cellpadding="0" cellspacing="4" class="parseresults">
<tbody>
<tr valign="bottom">
- <td width="10%"><strong>Package</strong></td>
- <td width="10%"><strong>Version</strong></td>
- <td width="10%"><strong>Release Date</strong></td>
- <td width="40%"><strong>Release Notes</strong></td>
- <td width="10%"><strong>Dependency</strong></td>
+ <td style="width: 10%;"><strong>Package</strong></td>
+ <td style="width: 10%;"><strong>Version</strong></td>
+ <td style="width: 10%;"><strong>Release Date</strong></td>
+ <td style="width: 40%;"><strong>Release Notes</strong></td>
+ <td style="width: 10%;"><strong>Dependency</strong></td>
</tr>
<!-- ASN.1 -->
Modified: www/snmp.html
==============================================================================
--- www/snmp.html (original)
+++ www/snmp.html Thu Nov 20 03:02:33 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"
@@ -41,7 +41,7 @@
<a href="about.html">About</a>
</div>
</div>
- <br clear="all" />
+ <br style="clear: all;" />
<!-- ============= STYLE.ORG ============= -->
<div id="style">
@@ -351,11 +351,11 @@
<table border="0" cellpadding="0" cellspacing="4" class="parseresults">
<tbody>
<tr valign="bottom">
- <td width="10%"><strong>Package</strong></td>
- <td width="10%"><strong>Version & Download</strong></td>
- <td width="10%"><strong>Release Date</strong></td>
- <td width="40%"><strong>Release Notes</strong></td>
- <td width="10%"><strong>Dependency</strong></td>
+ <td style="width: 10%;"><strong>Package</strong></td>
+ <td style="width: 10%;"><strong>Version & Download</strong></td>
+ <td style="width: 10%;"><strong>Release Date</strong></td>
+ <td style="width: 40%;"><strong>Release Notes</strong></td>
+ <td style="width: 10%;"><strong>Dependency</strong></td>
</tr>
<!-- SNMP -->
More information about the Cl-net-snmp-cvs
mailing list