File: ConfigurationSection-Head.html

package info (click to toggle)
wwwoffle 2.9f-2.2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 7,716 kB
  • ctags: 2,077
  • sloc: ansic: 23,951; sh: 6,815; lex: 4,201; perl: 917; makefile: 623; ruby: 181; lisp: 14
file content (49 lines) | stat: -rw-r--r-- 1,809 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>

<!--

Available WWWOFFLE Variables (all with a '$' prefix).

localurl    = The root URL of the server running wwwoffled (='$localurl').
version     = The version of the WWWOFFLE server (='$version').
section     = The section of the configuration file (= '$section').
nextsection = The next section of the configuration file (= '$nextsection').
prevsection = The previous section of the configuration file (= '$prevsection').
description = The description of the section.

url         = Set to the URL-SPECIFICATION (= '$url').

-->

<HEAD>
<TITLE>WWWOFFLE - Interactive Configuration Page - $section</TITLE>
<LINK href="$localurl/wwwoffle.css" type="text/css" rel="stylesheet">
</HEAD>

<BODY class="wwwoffle-message">

<!-- Standard WWWOFFLE Message Page Header Start -->

<div class="wwwoffle-header" align="center">
<b>WWWOFFLE</b> <b>-</b> <b>W</b>orld <b>W</b>ide <b>W</b>eb <b>Offl</b>ine <b>E</b>xplorer <b>-</b> <b>v$version</b>
</div>
<hr class="wwwoffle-header">

<!-- Standard WWWOFFLE Message Page Header End -->

<p align="center">
<a href="$localurl/configuration/$url?{%encode[url]}{}" title="Show all the sections in the configuration file">^^^ wwwoffle.conf ^^^</a>
<br>
<a href="$prevsection$url?{?%encode[url]}{}" title="Go to the previous section in the configuration file">&lt;&lt;&lt; $prevsection &lt;&lt;&lt;</a>
&nbsp;&nbsp;&nbsp; $section &nbsp;&nbsp;&nbsp;
<a href="$nextsection$url?{?%encode[url]}{}" title="Go to the next section in the configuration file">&gt;&gt;&gt; $nextsection &gt;&gt;&gt;</a>
</p>

<hr width="50%">

<H1 align="center">WWWOFFLE Interactive Configuration Page</H1>

<H2>Section: $section</H2>

$description?{$description}{<i>No description</i>}