File: good_test1_anch.wml

package info (click to toggle)
libhtml-gentoc-perl 3.20-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 444 kB
  • sloc: perl: 1,173; php: 51; makefile: 7
file content (35 lines) | stat: -rw-r--r-- 950 bytes parent folder | download | duplicates (4)
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
#-------------------------------------------------------------------------
#  Test WML page
#-------------------------------------------------------------------------
$(body_class=withimage)
$(style_sheet2=defimg.css)
$(no_index=true)
$(header_style=)
#include "prologue.wml"
$(TITLE=The Title)
<new_page title="$(TITLE)">
<h1><A NAME="Thing">Wow</A></h1>

<h2><a name="Authors">Authors</a></h2>
<p><strong>Kathryn Andersen</strong>
&lt;<a href="mailto:kitty@example.com">
kitty@example.com</a>&gt;
is the author of HTML::GenToc.
</p>

<p><strong>Earl Hood</strong>
is the author of htmltoc.

<anchor Golly Golly />
<h2><a name="Authors_Golly">Authors Golly</a></h2>
<p>Mary had a little lamb<br />
Its fleece was white as snow<br />
And everywhere that Mary went<br />
The lamb was sure to go.
</p>
<h2><a name="Authors_Golly_Gee">Authors Golly Gee</a></h2>
<pre>
"BOOM! Sooner or later. *BOOM*!"
	-- Ivanova, "Grail" (Babylon 5)
</pre>
</new_page>