diff options
| author | Niklas Goby | 2011-11-23 11:56:19 +0100 |
|---|---|---|
| committer | Niklas Goby | 2011-11-23 11:56:19 +0100 |
| commit | c0b6b199a9878bc1e95907200501211c09c1e66c (patch) | |
| tree | 0079c34c6536e5f1d0414aebde1793db60a78f35 /src/fbgui/html/preload-debug.html | |
| parent | deleted the NetworkDiscovery and UnixDomainSocketServer folder (diff) | |
| download | fbgui-c0b6b199a9878bc1e95907200501211c09c1e66c.tar.gz fbgui-c0b6b199a9878bc1e95907200501211c09c1e66c.tar.xz fbgui-c0b6b199a9878bc1e95907200501211c09c1e66c.zip | |
created modules
Diffstat (limited to 'src/fbgui/html/preload-debug.html')
| -rw-r--r-- | src/fbgui/html/preload-debug.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/fbgui/html/preload-debug.html b/src/fbgui/html/preload-debug.html new file mode 100644 index 0000000..29d7391 --- /dev/null +++ b/src/fbgui/html/preload-debug.html @@ -0,0 +1,34 @@ +<html> +<head> +<link rel="stylesheet" type="text/css" href="preload.css"> +<script type="text/javascript"> +function gogo(){ + fbgui.trigger(); +} +function quitgui(){ + fbgui.quit(); +} +</script> +</head> +<body> +<div id="top"> +</div> +<div id="message"> + <h1>Preboot GUI</h1> + <p>Waiting on internet... + <input type="button" name="go" value="load URL" + style="font-size:75%" + onclick="gogo()"> + <input type="button" name="quit" value="quit" + style="font-size:75%" + onclick="quitgui()"> + </p> +</div> +<div id="container"> + <div id="footer-spacer"></div> +</div> +<div id="footer"> + <p>RZ Uni Freiburg, 2011</p> +</div> +</body> +</html> |
