From: Rich Bowen XHTML
keyword forces mod_autoindex
to emit XHTML 1.0 code instead of HTML 3.2.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.
+
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.
indexlist
and the
+ following classes are associated with the various parts of the
+ listing:
+
+ Class | Definition |
---|---|
tr.indexhead | Header 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 |