Bigger applet
authorEric Price <ecprice@mit.edu>
Fri, 12 Oct 2007 00:07:29 +0000 (20:07 -0400)
committerEric Price <ecprice@mit.edu>
Fri, 12 Oct 2007 00:07:29 +0000 (20:07 -0400)
svn path=/trunk/web/; revision=192

templates/vnc.tmpl

index 7402330..47415fe 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="static/VncViewer.jar"
 #end if
 <p>Here is a console to ${machine.name}.</p>
 <APPLET CODE="VncViewer.class" ARCHIVE="static/VncViewer.jar"
-        WIDTH="800" HEIGHT="632">
+        WIDTH="100%" HEIGHT="100%">
 <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">