~clint-fewbar/ubuntu/precise/squid3/ignore-sighup-early

« back to all changes in this revision

Viewing changes to errors/templates/ERR_FTP_LISTING

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2009-09-24 14:51:06 UTC
  • mfrom: (1.1.12 upstream)
  • mto: (20.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20090924145106-38jgrzmj0d73pha5
Tags: 3.1.0.13-1
* Upload to experimental

* New upstream release
  - Fixes Follow-X-Forwarded-For support (Closes: #523943)
  - Adds IPv6 support (Closes: #432351)

* debian/rules
  - Removed obsolete configuration options
  - Enable db and radius basic authentication modules

* debian/patches/01-cf.data.debian
  - Adapted to new upstream version

* debian/patches/02-makefile-defaults
  - Adapted to new upstream version

* debian/{squid.postinst,squid.rc,README.Debian,watch}
  - Updated references to squid 3.1

* debian/squid3.install
  - Install CSS file for error pages
  - Install manual pages for new authentication modules

* debian/squid3-common.install
  - Install documented version of configuration file in /usr/share/doc/squid3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>FTP 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>FTP 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="ftplisting" summary="FTP 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>