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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
$shownocontents=
$last?=$type{$header="" $open="" $close=}{$header=$type $open=<ul> $close=</ul>}
$last?{}{$close=}
$last=$type
$header?{$close}{}
$header?=Refresh{
<h2>Automatic Loading URL</h2>
A specified URL that is to be loaded by the browser after this one has loaded.
}{}
$header?=StyleSheet{
<h2>StyleSheets</h2>
References to external stylesheets.
}{}
$header?=Image{
<h2>Images</h2>
Embedded images, these are shown full size but in the web page they may be scaled
so that they appear larger or smaller.
}{}
$header?=Frame{
<h2>Frames</h2>
Frames contained within this page.
}{}
$header?=IFrame{
<h2>Inline Frames</h2>
Inline frames (iframes) contained within this page.
}{}
$header?=Script{
<h2>Scripts</h2>
Links to external scripts.
}{}
$header?=Object{
<h2>Objects</h2>
Links to external objects, for example Java.
}{}
$header?=Link{
<h2>Links</h2>
Links to other web pages or e-mail.
}{}
$header?{
<p>
$open
}{}
$encurl=%encode[refurl]
$htmlurl=%html[refurl]
<li> \
[<a href="$localurl/info/url?$encurl">Info</a>] \
[<a href="$localurl/configuration/url?$encurl">Config</a>] \
[<a href="$localurl/index/url?$encurl">Index</a>] \
[<tt>$status</tt>] \
\
$status?=X{$refurl}{<a href="$htmlurl">$refurl</a>}
$status?=+{}{$type=}
$type?=Image{<br> <a href="$htmlurl"><img src="$htmlurl" alt="$htmlurl"></a>}{}
|