summaryrefslogtreecommitdiffstats
path: root/code/templates/single.html
blob: 9feb00efd1a9fb85236acea28195b44f449fc91c (plain)
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//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head><title>[[[title]]]</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style type="text/css">
.error {padding: 15px; background-color: yellow; border: 4px solid orange; color:red;}
table {border: 1px solid black; border-collapse: collapse; border-spacing:2px;}
th, td {border-width: 1px; border-style: inset; border-color: gray; padding: 2px;}
dt {font-weight: bold;}
.code {color: white; background-color: black; border: 3px gray solid; 
    width: 640px; padding: 3px; margin-left: 10px;}
</style>
</head>
<body style="margin: 25px; font-family: helvetica;"> 
<a name="top"><h1 style="border-bottom: 2px solid; margin-bottom: 2px;">
[[[title]]]</h1></a>
<i style="font-size:smaller;">
<a href="#sec1">[[[sec1]]]</a> - 
<a href="#sec2">[[[sec2]]]</a>
Last updated [[[when]]] by [[[who]]]
</i><br>
<p>

<a name="sec1"><h2>Section One</h2></a>

<ul>
  <li>lorem<ul>
    <li>one
    <li>two
  </ul>
  <li>ipsum<ul>
    <li>three
    <li>four
  </ul> 
</ul>

<a name="sec2"><h2>Section Two</h2>

<p>
<b>Something:</b> definition lorem ipsum lorem ipsum lorem ipsum lorem ipsum
lorem ipsum lorem ipsum lorem ipsum

<p>
<b>Something:</b> definition lorem ipsum lorem ipsum lorem ipsum lorem ipsum
lorem ipsum lorem ipsum lorem ipsum

</body></html>