]> git.ipfire.org Git - thirdparty/squid.git/blame - errors/templates/ERR_FTP_LISTING
Add ERR_FTP_LISTING template
[thirdparty/squid.git] / errors / templates / ERR_FTP_LISTING
CommitLineData
02efb0f9
AJ
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=iso-8859-1">
4<title>FTP Directory: %U</title>
5<style type="text/css"><!-- %l --></style>
6</head><body>
7<div id="titles">
8<h2>FTP Directory: <a href="/">%U</a>/</h2>
9</div>
10<hr>
11
12<div id="content">
13<p>Directory Content:</p>
14
15<blockquote id="data">
16<pre>%z</pre>
17</blockquote>
18
19<table id="ftplisting" summary="FTP Directory Listing">
20<tr>
21<th><a href="../"><img border="0" src="/squid-internal-static/icons/anthony-dirup.gif" alt="Parent Directory"></a></th>
22<th nowrap="nowrap"><a href="../">Parent Directory</a> (<a href="/">Root Directory</a>)</th>
23</tr>
24
25%g
26
27</table>
28</div>
29
30<hr>
31<div id="footer">
32<p>Generated %T by %h (%s)</p>
33<!-- %c -->
34</div>
35</body></html>