]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Adds border, zebra striping, to IndexStyleSheet table.
authorRich Bowen <rbowen@apache.org>
Tue, 25 Oct 2011 01:01:14 +0000 (01:01 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 25 Oct 2011 01:01:14 +0000 (01:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1188475 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_autoindex.html.en
docs/manual/mod/mod_autoindex.xml

index 28d2fd6d7a9390d6e6bbd7edd7e3041e607da6c2..e3ea48bf6d90d2510c412ea07eeaf4c63e5d3cb9 100644 (file)
@@ -975,17 +975,16 @@ Name|Date|Size|Description</code></td></tr>
     following classes are associated with the various parts of the
     listing:</p>
 
-    <table>
-    <tr><th>Class</th><th>Definition</th></tr>
-    <tr><td>tr.indexhead</td><td>Header row of listing</td></tr>
-    <tr><td>th.indexcolicon and td.indexcolicon</td> <td>Icon column</td></tr>
-    <tr><td>th.indexcolname and td.indexcolname</td> <td>File name column</td></tr>
-    <tr><td>th.indexcollastmod and td.indexcollastmod</td> <td>Last modified column</td></tr>
-    <tr><td>th.indexcolsize and td.indexcolsize</td> <td>File size column</td></tr>
-    <tr><td>th.indexcoldesc and td.indexcoldesc</td> <td>Description column</td></tr>
-    <tr><td>tr.breakrow</td> <td>Horizontal rule at the bottom of the table</td></tr>
-    <tr><td>tr.odd and tr.even</td> <td>Alternating even and odd rows</td></tr>
-    </table>
+    <table class="bordered"><tr class="header"><th>Class</th><th>Definition</th></tr>
+<tr><td>tr.indexhead</td><td>Header row of listing</td></tr>
+<tr class="odd"><td>th.indexcolicon and td.indexcolicon</td> <td>Icon column</td></tr>
+<tr><td>th.indexcolname and td.indexcolname</td> <td>File name column</td></tr>
+<tr class="odd"><td>th.indexcollastmod and td.indexcollastmod</td> <td>Last modified column</td></tr>
+<tr><td>th.indexcolsize and td.indexcolsize</td> <td>File size column</td></tr>
+<tr class="odd"><td>th.indexcoldesc and td.indexcoldesc</td> <td>Description column</td></tr>
+<tr><td>tr.breakrow</td> <td>Horizontal rule at the bottom of the table</td></tr>
+<tr class="odd"><td>tr.odd and tr.even</td> <td>Alternating even and odd rows</td></tr>
+</table>
 
 
 </div>
index 806a959c23a3c8f3c4c85aec8ae94126950ade83..ab5f9acd64a31219b3623cc3a1be6c35a2e4cc85 100644 (file)
@@ -1012,7 +1012,7 @@ Name|Date|Size|Description</syntax>
     following classes are associated with the various parts of the
     listing:</p>
 
-    <table>
+    <table border="1" style="zebra"> 
     <tr><th>Class</th><th>Definition</th></tr>
     <tr><td>tr.indexhead</td><td>Header row of listing</td></tr>
     <tr><td>th.indexcolicon and td.indexcolicon</td> <td>Icon column</td></tr>