From: Rich Bowen Date: Tue, 26 Jan 2010 02:36:10 +0000 (+0000) Subject: Adds documentation for the new AddAltClass IndexOption, and for the new X-Git-Tag: 2.3.6~549 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19f05a30b440931f6fc72165350bc5bee0639f92;p=thirdparty%2Fapache%2Fhttpd.git Adds documentation for the new AddAltClass IndexOption, and for the new CSS classes provided by IndexStyleSheet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@903055 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index 7564184e6e2..1c514156f0e 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -830,6 +830,20 @@ 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. +