summaryrefslogtreecommitdiffstats
path: root/src/html
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-24 00:44:44 +0100
committerJonathan Bauer2011-03-24 00:44:44 +0100
commit731213e4dfc4411312c5dc92df356bad0ad70669 (patch)
treec33a36fcf827affaaed39c88e7ac0c1e025d443b /src/html
parenta new classes sysinfolibsysfs (diff)
downloadfbgui-731213e4dfc4411312c5dc92df356bad0ad70669.tar.gz
fbgui-731213e4dfc4411312c5dc92df356bad0ad70669.tar.xz
fbgui-731213e4dfc4411312c5dc92df356bad0ad70669.zip
improvements...
Diffstat (limited to 'src/html')
-rw-r--r--src/html/loadAbout.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/html/loadAbout.html b/src/html/loadAbout.html
index 6b4e00e..e4da455 100644
--- a/src/html/loadAbout.html
+++ b/src/html/loadAbout.html
@@ -1,8 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
+
<html>
<head>
-
+<script type="text/javascript">
+function gogo(){
+ fbgui.trigger();
+}
+</script>
</head>
<body>
<h1>Waiting for an IP-Address</h1>
@@ -10,6 +15,9 @@
<p>
Make sure that you honor the great work of the programmers.
</p>
-
+<p>
+<input type="button" name="go" value="click me"
+ onclick="gogo()">
+</p>
</body>
</html>