]> git.ipfire.org Git - thirdparty/squid.git/blob - errors/templates/ERR_DIR_LISTING
Source Format Enforcement (#532)
[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 type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title>Directory: %U</title>
6 <style type="text/css"><!--
7 %l
8
9 body
10 :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
11 :lang(he) { direction: rtl; }
12 --></style>
13 </head><body id=%c>
14 <div id="titles">
15 <h2>Directory: <a href="%U">%U</a>/</h2>
16 </div>
17 <hr>
18
19 <div id="content">
20 <h4>Directory Content:</h4>
21
22 <blockquote id="data">
23 <pre id="dirmsg">%z</pre>
24 </blockquote>
25
26 <table id="dirlisting" summary="Directory Listing">
27 <tr>
28 <th><a href="../"><img border="0" src="/squid-internal-static/icons/silk/arrow_up.png" alt=""></a></th>
29 <th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th>
30 </tr>
31
32 %g
33
34 </table>
35 </div>
36
37 <hr>
38 <div id="footer">
39 <p>Generated %T by %h (%s)</p>
40 <!-- %c -->
41 </div>
42 </body></html>