summaryrefslogtreecommitdiffstats
path: root/www/sample2.html
blob: a8da268d8476b753c7c9851d25d1ccff9dc5d967 (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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!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>
	<div class="leader">
		<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)
	<div class="tailer">
		[ this is header-tailer div text <a href="#Content">Goto content</a>]
	</div>
</div>

<div id="main">
	<div class="leader">
	</div>

	<div id="nav">
		<ul>
			<li>Networking
				<ul>
					<li><a href="">Interfaces</a></li>
					<li><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>
				</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 class="tailer">
			<h2>Networking : Interfaces</h2>
			<p>[ welcome ] > [ login ] > [ bgp ] > [ firewall ] > [ content filter ] > [ interfaces ]</p>
		</div>
	</div>

	<a name="Content"></a>

	<div id="subnav">
		<div class="leader">
		</div>
		<a href="">Nav 1</a>
		<a href="" class="selected">Nav 2</a>
		<a href="">Nav 3</a>
		<div class="tailer">
		</div>
	</div>
	
	<div id="content">
		<div class="leader">
		</div>
	
	
	
<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 class="tailer">
		</div>

	</div>

	<div id="footer">
		<div class="leader">
		</div>
		Made with care by webconf
		<div class="tailer">
		</div>
	</div>

	<div class="tailer">
	</div>

</div>

</body>
</html>