From: Rich Bowen This sets the icon to display next to a file ending in
name for FancyIndexing
. Icon is either a (%-escaped)
- relative URL to the icon, or of the format
+ relative URL to the icon, a fully qualified remote URL, or of the format
(alttext,url)
where alttext
is the text tag given for an icon for non-graphical browsers.
^^BLANKICON^^
is only used for formatting, and so
+ is unnecessary if you're using IndexOptions
+ HTMLTable
.
This sets the icon to display next to files with FancyIndexing
.
Icon is either a (%-escaped) relative URL to the icon,
+ a fully qualified remote URL,
or of the format (alttext,url)
where alttext is the text tag given for an icon for
non-graphical browsers.
FancyIndexing
.
Icon is either a (%-escaped) relative URL to the icon,
+ a fully qualified remote URL,
or of the format (alttext,url)
where alttext is the text tag given for an icon for
non-graphical browsers.
@@ -414,7 +420,8 @@ configured
The FancyIndexing
.
- Url-path is a (%-escaped) relative URL to the icon.
You can force a directory listing to only be displayed in a
- particular order by combining this directive with the SuppressColumnSorting
index option; this will prevent
- the client from requesting the directory listing in a different
- order.
You can, if desired, prevent the client from reordering the list
+ by also adding the SuppressColumnSorting
+ index option to remove the sort link from the top of the column,
+ along with the IgnoreClient
index
+ option to prevent them from manually adding sort options to the
+ query string in order to override your ordering preferences.