]> git.ipfire.org Git - thirdparty/squid.git/blob - scripts/www/template.html
Source Format Enforcement (#1234)
[thirdparty/squid.git] / scripts / www / template.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5 <meta type="copyright" content="Copyright (C) 1996-2023 The Squid Software Foundation and contributors">
6 <title>Squid %version% Configuration File: %title%</title>
7 <meta name="keywords" content="squid squid.conf config configure %name%" />
8 <meta name="description" content="Squid %version% %name% " />
9 <link rel="stylesheet" type="text/css" href="http://www.squid-cache.org/default.css" />
10 <link rel="stylesheet" type="text/css" href="http://www.squid-cache.org/cfgman.css" />
11 </head>
12
13 <body>
14 <div id="content">
15 <p class="cfglinks">
16 |&nbsp;<a href="%toc_link%">Index</a>&nbsp;
17 |&nbsp;<a href="%alpha_link%">Alphabetical Index</a>&nbsp;|
18 </p>
19
20 <table class="summary" summary="%name%">
21 <tr>
22 <th>Option Name:</th><td id="name"><a name="%name%">%name%</a></td>
23 </tr>
24 <tr>
25 <th>Replaces:</th><td id="alias">%aliaslist%</td>
26 </tr>
27 <tr>
28 <th>Requires:</th><td id="requires">%ifdef%</td>
29 </tr>
30 <tr>
31 <th>Default Value:</th><td id="default">%default%</td>
32 </tr>
33 <tr>
34 <th>Suggested Config:</th>
35 <td id="config">
36 <pre>
37 %config%
38 </pre>
39 </td>
40 </tr>
41 <tr>
42 <td id="detail" colspan="2">
43 <pre>
44 %ldoc%
45 </pre>
46 </td>
47 </tr>
48 <tr class="spacer"><td>&nbsp;</td></tr>
49 </table>
50 <p class="cfglinks">
51 |&nbsp;<a href="%toc_link%">Index</a>&nbsp;
52 |&nbsp;<a href="%alpha_link%">Alphabetical Index</a>&nbsp;|
53 </p>
54 </div>
55
56 </body>
57 </html>