marc 97/07/05 10:36:08
Modified: htdocs/manual/mod Tag: APACHE_1_2_X mod_dir.html Log: Remove 1.3 IconWidth and IconHeight options from 1.2 docs. Revision Changes Path No revision No revision 1.6.2.2 +0 -20 apache/htdocs/manual/mod/mod_dir.html Index: mod_dir.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_dir.html,v retrieving revision 1.6.2.1 retrieving revision 1.6.2.2 diff -C3 -r1.6.2.1 -r1.6.2.2 *** mod_dir.html 1997/06/27 03:02:12 1.6.2.1 --- mod_dir.html 1997/07/05 17:36:08 1.6.2.2 *************** *** 324,349 **** <dd> <!--%plaintext <?INDEX {\tt SuppressDescription} index option> --> This will suppress the file description in fancy indexing listings. - <dt>IconHeight[=pixels] (<EM>Apache 1.3 and later</EM>) - <dd> - <!--%plaintext <?INDEX {\tt IconHeight} index option> --> - Presence of this option, when used with IconWidth, will cause the server - to include <SAMP>HEIGHT</SAMP> and <SAMP>WIDTH</SAMP> attributes in the - <SAMP>IMG</SAMP> tag for the file icon. This allows browser to - precalculate the page layout without having to wait until all the - images have been loaded. If no value is given for the option, it - defaults to the standard height of the icons supplied with the Apache - software. - <dt>IconWidth[=pixels] (<EM>Apache 1.3 and later</EM>) - <dd> - <!--%plaintext <?INDEX {\tt IconWidth} index option> --> - Presence of this option, when used with IconHeight, will cause the server - to include <SAMP>HEIGHT</SAMP> and <SAMP>WIDTH</SAMP> attributes in the - <SAMP>IMG</SAMP> tag for the file icon. This allows browser to - precalculate the page layout without having to wait until all the - images have been loaded. If no value is given for the option, it - defaults to the standard width of the icons supplied with the Apache - software. </dl> This default is that no options are enabled. If multiple IndexOptions could apply to a directory, then the most specific one is taken complete; --- 324,329 ----