summaryrefslogtreecommitdiffstats
path: root/www/sample.html
diff options
context:
space:
mode:
authorNatanael Copa <natanael.copa@gmail.com>2007-07-27 12:53:38 +0000
committerNatanael Copa <natanael.copa@gmail.com>2007-07-27 12:53:38 +0000
commitdc53423183a0c459284ebd139022b707f01af006 (patch)
tree8a67a2904ec991028bddd429d57eec114b05baab /www/sample.html
parent275c80281ba2e84b8d810bdb1c2b7f8c9a4333d9 (diff)
downloadacf-core-dc53423183a0c459284ebd139022b707f01af006.tar.bz2
acf-core-dc53423183a0c459284ebd139022b707f01af006.tar.xz
moved core files to new dir structurev2.0_alpha1
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@219 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'www/sample.html')
-rw-r--r--www/sample.html102
1 files changed, 102 insertions, 0 deletions
diff --git a/www/sample.html b/www/sample.html
new file mode 100644
index 0000000..665334d
--- /dev/null
+++ b/www/sample.html
@@ -0,0 +1,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>