1 #from skeleton import skeleton
5 Console to $machine.name
10 <p> Your machine appears to be off.</p>
12 <p> Your machine appears to not be accepting VNC connections. Perhaps you have a ParaVM machine?</p>
14 <p>See <a href="help?subject=console" target="_blank">tips</a> about framebuffer and other issues.</p>
15 <APPLET CODE="VncViewer.class" ARCHIVE="https://$hostname:446/static/VncViewer.jar"
16 WIDTH="100%" HEIGHT="1000">
17 <PARAM NAME="PASSWORD" VALUE="moocow">
18 <PARAM NAME="PORT" VALUE="10003">
19 <PARAM NAME="HOST" VALUE="$hostname">
20 <PARAM NAME="VMNAME" VALUE="$machine.name">
21 <PARAM NAME="AUTHTOKEN" VALUE="$authtoken">
22 <PARAM NAME="SocketFactory" VALUE="VNCProxyConnectSocketFactory">