diff options
author | Liam McLoughlin <hexxeh@hexxeh.net> | 2011-08-15 02:47:44 +0100 |
---|---|---|
committer | Liam McLoughlin <hexxeh@hexxeh.net> | 2011-08-15 02:47:44 +0100 |
commit | 41536824be42b48b49245169e14405282dd339ae (patch) | |
tree | edec9575fe380b7f16d0556ae43022ce29138774 /web/testdrive.php | |
parent | Fix UK keymap listing (putting the rest of these into question, lots might be... (diff) | |
download | gentoaster-41536824be42b48b49245169e14405282dd339ae.tar.gz gentoaster-41536824be42b48b49245169e14405282dd339ae.tar.bz2 gentoaster-41536824be42b48b49245169e14405282dd339ae.zip |
Move to the new framebuffer ready testdrive
Diffstat (limited to 'web/testdrive.php')
-rw-r--r-- | web/testdrive.php | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/web/testdrive.php b/web/testdrive.php index 4c17bdd..4c3f895 100644 --- a/web/testdrive.php +++ b/web/testdrive.php @@ -13,16 +13,13 @@ <script type="text/javascript" src="include/vnc.js"></script> </head> <body> - <div id="container"> + <div id="container" style="height: 690px;"> <div id="header"></div> - <div id="content"> - <div id="main"> - <div id="status" class="step"> - <h1>Let's fire her up!</h1> + <div id="content" style="background: #ebeae8; height:600px;"> <center> <div id="VNC_screen"> <div id="VNC_status_bar" class="VNC_status_bar" - style="margin-top: -25px;"> + style="margin-top: -25px; display:none;"> <table border=0 width="100%"><tr> <td> <div id="VNC_status" @@ -37,8 +34,8 @@ </div></td> </tr></table> </div> - <canvas id="VNC_canvas" width="640px" - height="20px"> + <canvas id="VNC_canvas" width="800px" + height="600px"> Canvas not supported. </canvas> </div> @@ -124,11 +121,6 @@ setTimeout("connect()", 2000); </script> - </div> - </div> - <div id="navigation"> - - </div> </div> </div> </script> |