From: Marc Slemko Date: Sat, 5 Jul 1997 17:36:08 +0000 (+0000) Subject: Remove 1.3 IconWidth and IconHeight options from 1.2 docs. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ac36b33e0e4a0b6e7e6fc8b8999effadaaa199e;p=thirdparty%2Fapache%2Fhttpd.git Remove 1.3 IconWidth and IconHeight options from 1.2 docs. Reviewed by: Submitted by: Obtained from: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78529 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/APACHE_1_2_X/htdocs/manual/mod/mod_dir.html b/APACHE_1_2_X/htdocs/manual/mod/mod_dir.html index a6cccca6100..aebd31a5bb8 100644 --- a/APACHE_1_2_X/htdocs/manual/mod/mod_dir.html +++ b/APACHE_1_2_X/htdocs/manual/mod/mod_dir.html @@ -324,26 +324,6 @@ This will suppress the file size in fancy indexing listings.
This will suppress the file description in fancy indexing listings. -
IconHeight[=pixels] (Apache 1.3 and later) -
- -Presence of this option, when used with IconWidth, will cause the server -to include HEIGHT and WIDTH attributes in the -IMG 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. -
IconWidth[=pixels] (Apache 1.3 and later) -
- -Presence of this option, when used with IconHeight, will cause the server -to include HEIGHT and WIDTH attributes in the -IMG 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. This default is that no options are enabled. If multiple IndexOptions could apply to a directory, then the most specific one is taken complete; diff --git a/unlabeled-1.6.2/htdocs/manual/mod/mod_autoindex.html b/unlabeled-1.6.2/htdocs/manual/mod/mod_autoindex.html index a6cccca6100..aebd31a5bb8 100644 --- a/unlabeled-1.6.2/htdocs/manual/mod/mod_autoindex.html +++ b/unlabeled-1.6.2/htdocs/manual/mod/mod_autoindex.html @@ -324,26 +324,6 @@ This will suppress the file size in fancy indexing listings.
This will suppress the file description in fancy indexing listings. -
IconHeight[=pixels] (Apache 1.3 and later) -
- -Presence of this option, when used with IconWidth, will cause the server -to include HEIGHT and WIDTH attributes in the -IMG 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. -
IconWidth[=pixels] (Apache 1.3 and later) -
- -Presence of this option, when used with IconHeight, will cause the server -to include HEIGHT and WIDTH attributes in the -IMG 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. This default is that no options are enabled. If multiple IndexOptions could apply to a directory, then the most specific one is taken complete;