summaryrefslogtreecommitdiffstats
path: root/code/templates/single.html
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2011-06-26 14:50:51 -0400
committerbnewbold <bnewbold@robocracy.org>2011-06-26 14:50:51 -0400
commitaeb73eaf4b377a55b5850b051a906d26f1bc8b43 (patch)
treed23e251df04dda93e2340a86814901ba071ef7c4 /code/templates/single.html
parentee59c4c14866b4dc555a530b9c557a481f56c02c (diff)
downloadopenwrt-repro-aeb73eaf4b377a55b5850b051a906d26f1bc8b43.tar.gz
openwrt-repro-aeb73eaf4b377a55b5850b051a906d26f1bc8b43.zip
new templates
Diffstat (limited to 'code/templates/single.html')
-rw-r--r--code/templates/single.html49
1 files changed, 49 insertions, 0 deletions
diff --git a/code/templates/single.html b/code/templates/single.html
new file mode 100644
index 0000000..9feb00e
--- /dev/null
+++ b/code/templates/single.html
@@ -0,0 +1,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>
+