Moved sipb-xen-www into a package
[invirt/packages/invirt-web.git] / templates / vnc.tmpl
diff --git a/templates/vnc.tmpl b/templates/vnc.tmpl
deleted file mode 100644 (file)
index 131a4ea..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#from skeleton import skeleton
-#extends skeleton
-
-#def title
-Console to $machine.name
-#end def
-
-#def body
-<h1>Console</h1>
-<p>Here is a console to ${machine.name}.</p>
-<APPLET CODE="VncViewer.class" ARCHIVE="../VncViewer.jar"
-        WIDTH="800" HEIGHT="632">
-<PARAM NAME="PASSWORD" VALUE="moocow">
-<PARAM NAME="PORT" VALUE="10003">
-<PARAM NAME="HOST" VALUE="$hostname">
-<PARAM NAME="VMNAME" VALUE="$machine.name">
-<PARAM NAME="AUTHTOKEN" VALUE="$authtoken">
-<PARAM NAME="SocketFactory" VALUE="VNCProxyConnectSocketFactory">
-</APPLET>
-<!-- 
-java VncViewer HOST black-mesa PORT 10003 VMNAME tabbott_test AUTHTOKEN quentin SocketFactory VNCProxyConnectSocketFactory
--->
-#end def