Statistics
| Branch: | Tag: | Revision:

root / ui / templates / machine_console.html @ 9c901aec

History | View | Annotate | Download (290 Bytes)

1
<html>
2
<head>
3
<title>Console
4
</title>
5
</head>
6
<body>
7
<APPLET CODE="/static/vncviewer/VncViewer.class" ARCHIVE="/static/vncviewer/VncViewer.jar" WIDTH=800 HEIGHT=600>
8
<PARAM NAME="HOST" VALUE="host">
9
<PARAM NAME="PORT" VALUE="port">
10
<PARAM NAME="PASSWORD" VALUE="password">
11
</body>
12
</html>
13