]> git.ipfire.org Git - thirdparty/squid.git/blame - scripts/www/template.html
Source Format Enforcement (#763)
[thirdparty/squid.git] / scripts / www / template.html
CommitLineData
c05220db 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" />
f70aedc4 5 <meta type="copyright" content="Copyright (C) 1996-2021 The Squid Software Foundation and contributors">
c05220db 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% " />
50c3114d 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" />
c05220db 11</head>
12
13<body>
9d8370aa 14<div id="content">
50c3114d 15 <p class="cfglinks">
c05220db 16 |&nbsp;<a href="%toc_link%">Index</a>&nbsp;
17 |&nbsp;<a href="%alpha_link%">Alphabetical Index</a>&nbsp;|
18 </p>
19
50c3114d 20 <table class="summary" summary="%name%">
c05220db 21 <tr>
50c3114d 22 <th>Option Name:</th><td id="name"><a name="%name%">%name%</a></td>
c05220db 23 </tr>
24 <tr>
60e3c25b 25 <th>Replaces:</th><td id="alias">%aliaslist%</td>
c05220db 26 </tr>
27 <tr>
50c3114d 28 <th>Requires:</th><td id="requires">%ifdef%</td>
c05220db 29 </tr>
30 <tr>
50c3114d 31 <th>Default Value:</th><td id="default">%default%</td>
c05220db 32 </tr>
33 <tr>
34 <th>Suggested Config:</th>
50c3114d 35 <td id="config">
60e3c25b 36<pre>
c05220db 37%config%
60e3c25b 38</pre>
c05220db 39 </td>
40 </tr>
41 <tr>
50c3114d 42 <td id="detail" colspan="2">
60e3c25b 43<pre>
c05220db 44%ldoc%
60e3c25b 45</pre>
c05220db 46 </td>
47 </tr>
48 <tr class="spacer"><td>&nbsp;</td></tr>
49 </table>
50c3114d 50 <p class="cfglinks">
c05220db 51 |&nbsp;<a href="%toc_link%">Index</a>&nbsp;
52 |&nbsp;<a href="%alpha_link%">Alphabetical Index</a>&nbsp;|
53 </p>
9d8370aa 54 </div>
c05220db 55
56 </body>
57</html>