summaryrefslogtreecommitdiffstats
path: root/www/sample2.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/sample2.html')
-rw-r--r--www/sample2.html81
1 files changed, 25 insertions, 56 deletions
diff --git a/www/sample2.html b/www/sample2.html
index af95caf..9ad0f0e 100644
--- a/www/sample2.html
+++ b/www/sample2.html
@@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Alpine</title>
-<link rel="stylesheet" type="text/css" href="snow/snow.css">
+<link rel="stylesheet" type="text/css" href="static/static.ver2.css">
</head>
@@ -13,25 +13,28 @@
<a href="#Content" class="hide">[Skip to main content]</a>
</div>
<h1>AlpineLinux</h1>
- This is plain old Head div text (but I don't know what it's for)
+ <p>This is plain old Head div text (but I don't know what it's for)</p>
<div class="tailer">
- [ this is header-tailer div text <a href="#Content">Goto content</a>]
+ <p class="hide">[ this is header-tailer div text <a href="#Content">Goto content</a>]</p>
</div>
-</div>
+</div> <!-- header -->
<div id="main">
<div class="leader">
+<!-- ((header.leader)) -->
</div>
<div id="nav">
<div class="leader">
+<!-- ((header.nav.leader))-->
</div>
+<!-- ((header.nav)) -->
<ul>
<li>Networking
<ul>
<li><a href="">Interfaces</a></li>
- <li><a href="">Firewall</a></li>
+ <li class="selected"><a href="">Firewall</a></li>
<li><a href="">BGP</a></li>
<li><a href="">DHCP Server</a></li>
<li><a href="">Ipsec VPN</a></li>
@@ -55,25 +58,35 @@
</ul>
</li>
</ul>
-
<div class="tailer">
+ ((header.tailer))
<h2>Networking : Interfaces</h2>
<p>[ welcome ] > [ login ] > [ bgp ] > [ firewall ] > [ content filter ] > [ interfaces ]</p>
</div>
- </div>
-
+ </div> <!-- nav -->
+<!--
+Moved this inside <DIV ID=main><DIV ID=nav><DIV CLASS=tailer>
+ <div class="postnav">
+ <h2>Networking : Interfaces</h2>
+ <p>[ welcome ] > [ login ] > [ bgp ] > [ firewall ] > [ content filter ] > [ interfaces ]</p>
+ </div>
+-->
<a name="Content"></a>
<div id="subnav">
<div class="leader">
+ ((main.subnav.leader))
</div>
<a href="">Nav 1</a>
<a href="" class="selected">Nav 2</a>
<a href="">Nav 3</a>
<div class="tailer">
+ ((main.subnav.tailer))
</div>
</div>
+
+
<div id="content">
<div class="leader">
</div>
@@ -92,54 +105,10 @@ Next line content
Title3 (p) area.
</p>
-
-<h1>Errors</h1>
-<p class="error">This is error text. As if you didn't know that. Just check the errors below.</p>
-<p class="hide">This is some plain content level hide text</p>
-<p>This is a page with a <a href="foo">link</a> in it.</p>
-
-<h1>Networking - Status</h1>
-<p>This is the networking page. This is a very long paragraph in that page, talking about
-all the good things on this page. This is not the real page, its just a standin page for
-the page you want. Evenutally, you'll see the page you want. But not quite yet.</p>
-
-<h2>Status</h2>
-<p>The service is running</p>
-<form>
-<dl>
-<dt>bozo</dt>
-<dd><input class=error type=text value="Baz" name=bozo size=3>This is error text</dd>
-
-<dt>foo</dt><dd>
-<input type=text value="foo" name=foo size=40>
-</dd>
-
-<dt>Command</dt>
-<dd>
-<input type=submit value="Start" name="cmd">
-<input type=submit value="Stop" name="cmd">
-<input type=submit value="Restart" name="cmd">
-</dd>
-
-<dt>Textbox</dt>
-<dd><textarea name="textbox">fooo</textarea>
-</dd>
-
-
-<dt>A Tag with no form element</dt>
-<dd>This is just some text</dd>
-
-</dl>
-</form>
-
-<h2>Configure</h2>
-<p>Bring Service Down</p>
-<p>Bring Service Up</p>
-
<div class="tailer">
</div>
- </div>
+ </div> <!-- content -->
<div id="footer">
<div class="leader">
@@ -147,12 +116,12 @@ the page you want. Evenutally, you'll see the page you want. But not quite yet
Made with care by webconf
<div class="tailer">
</div>
- </div>
+ </div> <!-- footer -->
<div class="tailer">
- </div>
+ </div> <!-- tailer -->
-</div>
+</div> <!-- main -->
</body>
</html>