Fixing VNC client height and turning off "service is being changed" message
authorQuentin Smith <quentin@mit.edu>
Sun, 24 Feb 2008 23:16:42 +0000 (18:16 -0500)
committerQuentin Smith <quentin@mit.edu>
Sun, 24 Feb 2008 23:16:42 +0000 (18:16 -0500)
svn path=/trunk/web/; revision=267

templates/skeleton.tmpl
templates/vnc.tmpl

index 94802c4..fa15575 100644 (file)
@@ -31,7 +31,7 @@ function helppopup(name){
 </head>
 <body id="body">
 
 </head>
 <body id="body">
 
-#if True
+#if False
 <div>
 <p>We are in the process of modifying the service.  Things likely will not work.</p>
 </div>
 <div>
 <p>We are in the process of modifying the service.  Things likely will not work.</p>
 </div>
index 53de616..0feb4ff 100644 (file)
@@ -14,7 +14,7 @@ Console to $machine.name
 #end if
 <p>Here is a console to ${machine.name}.</p>
 <APPLET CODE="VncViewer.class" ARCHIVE="https://$hostname:446/static/VncViewer.jar"
 #end if
 <p>Here is a console to ${machine.name}.</p>
 <APPLET CODE="VncViewer.class" ARCHIVE="https://$hostname:446/static/VncViewer.jar"
-        WIDTH="100%" HEIGHT="100%">
+        WIDTH="100%" HEIGHT="2048">
 <PARAM NAME="PASSWORD" VALUE="moocow">
 <PARAM NAME="PORT" VALUE="10003">
 <PARAM NAME="HOST" VALUE="$hostname">
 <PARAM NAME="PASSWORD" VALUE="moocow">
 <PARAM NAME="PORT" VALUE="10003">
 <PARAM NAME="HOST" VALUE="$hostname">