<p>The simple example below, which can be clipped and saved in
a header.html file, illustrates these query options. Note that
the unknown "X" argument, for the submit button, is listed last
- to assure the arguments are all parsed before mod_autoindex
+ to assure the arguments are all parsed before <module>mod_autoindex</module>
encounters the X=Go input.</p>
- <example>
- <form action="" method="get"><br />
- <indent>
- Show me a <select name="F"><br />
- <indent>
- <option value="0"> Plain list</option><br />
- <option value="1" selected="selected"> Fancy list</option><br />
- <option value="2"> Table list</option><br />
- </indent>
- </select><br />
- Sorted by <select name="C"><br />
- <indent>
- <option value="N" selected="selected"> Name</option><br />
- <option value="M"> Date Modified</option><br />
- <option value="S"> Size</option><br />
- <option value="D"> Description</option><br />
- </indent>
- </select><br />
- <select name="O"><br />
- <indent>
- <option value="A" selected="selected"> Ascending</option><br />
- <option value="D"> Descending</option><br />
- </indent>
- </select><br />
- <select name="V"><br />
- <indent>
- <option value="0" selected="selected"> in Normal order</option><br />
- <option value="1"> in Version order</option><br />
- </indent>
- </select><br />
- Matching <input type="text" name="P" value="*" /><br />
- <input type="submit" name="X" value="Go" /><br />
- </indent>
- </form>
- </example>
+ <example><title>Example</title>
+ <highlight language="html">
+<form action="" method="get">
+ Show me a <select name="F">
+ <option value="0"> Plain list</option>
+ <option value="1" selected="selected"> Fancy list</option>
+ <option value="2"> Table list</option>
+ </select>
+ Sorted by <select name="C">
+ <option value="N" selected="selected"> Name</option>
+ <option value="M"> Date Modified</option>
+ <option value="S"> Size</option>
+ <option value="D"> Description</option>
+ </select>
+ <select name="O">
+ <option value="A" selected="selected"> Ascending</option>
+ <option value="D"> Descending</option>
+ </select>
+ <select name="V">
+ <option value="0" selected="selected"> in Normal order</option>
+ <option value="1"> in Version order</option>
+ </select>
+ Matching <input type="text" name="P" value="*" />
+ <input type="submit" name="X" value="Go" />
+</form>
+ </highlight></example>
</section>
<usage>
<p>The <directive>IndexIgnoreReset</directive> directive removes
- any files ignored by <directive>IndexIgnore</directive> otherwise
+ any files ignored by <directive module="autoindex">IndexIgnore</directive> otherwise
inherited from other configuration sections. </p>
<highlight language="config">