From: Rich Bowen Date: Tue, 26 Jan 2010 02:36:22 +0000 (+0000) Subject: Rebuild HTML X-Git-Tag: 2.3.6~548 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eaaba5d219b7f9a3099b34b7606afd463e73633d;p=apache Rebuild HTML git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@903056 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index 07cb5fee0b..102cdb86f0 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -803,6 +803,19 @@ indexing
The XHTML keyword forces mod_autoindex to emit XHTML 1.0 code instead of HTML 3.2.
+ +
AddAltClass
+
Adds an additional CSS class declaration to each row of the + directory listing table when IndexOptions HTMLTable + is in effect and an IndexStyleSheet is defined. + Rather than the standard even and odd + classes that would otherwise be applied to each row of the table, + a class of even-ALT or + odd-ALT where ALT is either the + standard alt text associated with the file tyle (eg. snd, + txt, img, etc) or the alt text defined by one of + the various AddAlt* directives. +
@@ -911,10 +924,23 @@ Name|Date|Size|Description

Using this directive in conjunction with IndexOptions - HTMLTable also adds ai-tr-odd and - ai-tr-even class declarations to alternating rows of - the directory listing table, so that you can style alternate rows of - the table differently.

+ HTMLTable adds a number of CSS classes to the resulting HTML. + The entire table is given a CSS id of indexlist and the + following classes are associated with the various parts of the + listing:

+ + + + + + + + + + + +
ClassDefinition
tr.indexheadHeader row of listing
th.indexcolicon and td.indexcolicon Icon column
th.indexcolname and td.indexcolname File name column
th.indexcollastmod and td.indexcollastmod Last modified column
th.indexcolsize and td.indexcolsize File size column
th.indexcoldesc and td.indexcoldesc Description column
tr.breakrow Horizontal rule at the bottom of the table
tr.odd and tr.even Alternating even and odd rows
+
top