summaryrefslogtreecommitdiffstats
path: root/www/sample.html
blob: 665334d1a353665bfb90565c72b968ce3097aecd (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
<!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="static/webconf.css">
<meta http-equiv="Refresh" content="5; url=sample.html">
</head>
<body>




<div id=head>
<h1>Alpine</h1>
<p>Host: <em>Inside</em></p>
</div>


<div id="mainmenu">
<h3>Networking</h3>
<ul><a href="foo"><li>Interfaces</li></a>
<li id="selected"><a href="bar">Routes</a></li>
<li><a href="bar">DNS Cache</a></li>
<li><a href="bar">DNS Server</a></li>
<li><a href="bar">Firewall</a></li>
</ul>
<h3>VPN</h3>
<ul>
<li><a href="foo">IPSec</a></li>
<li><a href="bar">OpenVPN</a></li>
<li><a href="bar">Tinc</a></li>
</ul>
<h3>Application Proxy</h3>
<ul>
<li><a href="foo">DNS Proxy</a></li>
<li><a href="bar">Fetchmail</a></li>
<li><a href="bar">Squid</a></li>
</ul>
</div>


<div id="submenu">
<h2>Networking > Routes</h2>
<ul><li><a href="foo">Status</a></li>
<li id="selected">Interfaces</li>
<li><a href="fee">Expert</a></li>
</ul>
</div>



<div id="content">
<h1>Errors</h1>
<p class="error">This is error text.  As if you didn't know that.  Just check the errors below.</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 id="footer">
<p><center>Made with care by webconf</center></p>
</div>
</body>
</html>