summaryrefslogtreecommitdiffstats
path: root/www/sample.html
blob: e4c9e149bbe33cd9417927d001108f98c8fb1195 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE HTML PUBLIC "-//W3C//ddD HTML 4.01 Transitional//EN">
<html lang="en">
<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">
</head>


<body>
<div id=header>
	<a href="#Content" class="hide">[Skip to main content]</a>
	<h1 class="logo">AlpineLinux</h1>
	<div class="leader">[ this is h-leader div text <a href="#Content">Goto content</a>]</div>
	<p>This is plain old Head div text</p>
</div>

<div id="main">
	<div id="nav">
		<ul><li>Networking
			<ul><a href=""><li>Interfaces</li></a>
			    <a href=""><li>Firewall</li></a>
			    <a href=""><li>BGP</li></a>
			    <a href=""><li>DHCP Server</li></a>
			    <a href=""><li>Ipsec VPN</li></a>
		    </ul></li>
		    <li>Applications
		    	<ul><li><a href="">Web Proxy</a></li>
		    		<li><a href="">Content Filter</a></li>
		    		<li><a href="">Fetchmail</a></li>
		    		<li><a href="">Certificate Authority</a></li>
		    	</ul></li>
		    <li>System
		    	<ul><li><a href="">Backup</a></li>
		    	<li><a href="">Package Management</a></li>
		    	<li><a href="">General Health</a></li>
	    		<li><a href="">System Logs</a></li>
	    		<li><a href="">SNMP</a></li>
		    	</ul></li>
		    </ul>
		    </div>

	<div class="postnav">
	<h2>Networking : Interfaces</h2>
	<p>[ welcome ] > [ login ] > [ bgp ] > [ firewall ] > [ content filter ] > [ interfaces ]</p>
	</div>
	<a name="Content"></a>
	<div id="subnav">
		<a href="">Nav 1</a>
		<strong class=selected>Nav 2</strong>
		<a href="">Nav 3</a>
	</div>
	
	<div id="content">
	
	
	
	<p>
This is plain old content
</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 cols=80 rows=10 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>
</div>

<div id=c-trailer>This is c-trailer</div>

<div id="footer">
	<div id="f-leader">F leader</div>
	<p>Made with care by webconf</p>
	<div id="f-nav">F nav</div>
	<div id="f-trailer">F trailer</div>
</div>
</body>
</html>