summaryrefslogtreecommitdiffstats
path: root/src/html/loadsystem.html
diff options
context:
space:
mode:
authorJonathan Bauer2011-04-24 23:30:39 +0200
committerJonathan Bauer2011-04-24 23:30:39 +0200
commit46435117dccbd9e02a23ba92ae92db6b04c93d47 (patch)
tree67bd4268a87918e606e0614decbf747fc0094a69 /src/html/loadsystem.html
parenturl status handling, 5sec delay before closing gui when exiting with failure ... (diff)
downloadfbgui-46435117dccbd9e02a23ba92ae92db6b04c93d47.tar.gz
fbgui-46435117dccbd9e02a23ba92ae92db6b04c93d47.tar.xz
fbgui-46435117dccbd9e02a23ba92ae92db6b04c93d47.zip
preload & loadsystem lighter theme
Diffstat (limited to 'src/html/loadsystem.html')
-rw-r--r--src/html/loadsystem.html14
1 files changed, 3 insertions, 11 deletions
diff --git a/src/html/loadsystem.html b/src/html/loadsystem.html
index f01ba5b..838423e 100644
--- a/src/html/loadsystem.html
+++ b/src/html/loadsystem.html
@@ -2,9 +2,6 @@
<head>
<link rel="stylesheet" type="text/css" href="loadsystem.css">
<script type="text/javascript">
-function gogo(){
- fbgui.trigger();
-}
//simple script to rotate all spinners 45 degrees on each tick
//this works differently from the css transforms, which is smooth
var count = 0;
@@ -20,8 +17,9 @@ window.setTimeout(rotate, 100);
</script>
</head>
<body>
-<div id="top">
- <p>Loading system, please wait...</p>
+
+<div id="message">
+ <h1>Loading system, please wait...</h1>
</div>
<div id="div4">
<div class="bar1"></div>
@@ -33,11 +31,5 @@ window.setTimeout(rotate, 100);
<div class="bar7"></div>
<div class="bar8"></div>
</div>
-<div id="container">
- <div id="footer-spacer"></div>
-</div>
-<div id="footer">
-<p>This might take a few minutes...</p>
-</div>
</body>
</html>