Remove calls to helppopup from outside templates
[invirt/packages/invirt-web.git] / code / templates / vnc.tmpl
index 7ae0607..c61b4f6 100644 (file)
@@ -6,17 +6,17 @@ Console to $machine.name
 #end def
 
 #def body
-<h1>Console to ${machine.name}</h1>
+<style type='text/css'>body { max-width: none }</style>
 #if not $on
 <p> Your machine appears to be off.</p>
 #else if not $has_vnc
 <p> Your machine appears to not be accepting VNC connections. Perhaps you have a ParaVM machine?</p>
 #end if
-<p>See <a href="help?subject=console">tips</a> about framebuffer and other issues.</p>
+<p>See <a href="help?subject=Console" target="_blank">tips</a> about framebuffer and other issues.</p>
 <APPLET CODE="VncViewer.class" ARCHIVE="https://$hostname:446/static/VncViewer.jar"
         WIDTH="100%" HEIGHT="1000">
 <PARAM NAME="PASSWORD" VALUE="moocow">
-<PARAM NAME="PORT" VALUE="10003">
+<PARAM NAME="PORT" VALUE="$port">
 <PARAM NAME="HOST" VALUE="$hostname">
 <PARAM NAME="VMNAME" VALUE="$machine.name">
 <PARAM NAME="AUTHTOKEN" VALUE="$authtoken">