]> git.ipfire.org Git - thirdparty/squid.git/blob - errors/templates/ERR_DIR_LISTING
Make Directory Listing template generic
[thirdparty/squid.git] / errors / templates / ERR_DIR_LISTING
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html><head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 <title>Directory: %U</title>
5 <style type="text/css"><!--
6 %l
7
8 body
9 :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
10 :lang(he) { direction: rtl; float: right; }
11 --></style>
12 </head><body>
13 <div id="titles">
14 <h2>Directory: <a href="/">%U</a>/</h2>
15 </div>
16 <hr>
17
18 <div id="content">
19 <p>Directory Content:</p>
20
21 <blockquote id="data">
22 <pre>%z</pre>
23 </blockquote>
24
25 <table id="dirlisting" summary="Directory Listing">
26 <tr>
27 <th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Parent Directory"></a></th>
28 <th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th>
29 </tr>
30
31 %g
32
33 </table>
34 </div>
35
36 <hr>
37 <div id="footer">
38 <p>Generated %T by %h (%s)</p>
39 <!-- %c -->
40 </div>
41 </body></html>