mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 15:15:22 +00:00
console layout rearranged. fix indentation. add translate tags
This commit is contained in:
parent
d95b5a4017
commit
34394c2b5e
3 changed files with 350 additions and 376 deletions
|
@ -53,6 +53,7 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<div id='main_container' class="container">
|
||||||
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
|
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="navbar-header">
|
<div class="navbar-header">
|
||||||
|
@ -90,7 +91,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<div id='main_container' class="container">
|
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
<script src="{% static "js/jquery.js" %}"></script>
|
<script src="{% static "js/jquery.js" %}"></script>
|
||||||
|
|
|
@ -26,208 +26,192 @@
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load staticfiles %}
|
{% load staticfiles %}
|
||||||
{% block head %}
|
{% block head %}
|
||||||
|
<title>WebVirtCloud - Spice Client - Full</title>
|
||||||
<title>WebVirtCloud - Spice Client - Full</title>
|
<script src="{% static "js/spice-html5/spicearraybuffer.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/spicearraybuffer.js" %}"></script>
|
<script src="{% static "js/spice-html5/enums.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/enums.js" %}"></script>
|
<script src="{% static "js/spice-html5/atKeynames.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/atKeynames.js" %}"></script>
|
<script src="{% static "js/spice-html5/utils.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/utils.js" %}"></script>
|
<script src="{% static "js/spice-html5/png.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/png.js" %}"></script>
|
<script src="{% static "js/spice-html5/lz.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/lz.js" %}"></script>
|
<script src="{% static "js/spice-html5/quic.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/quic.js" %}"></script>
|
<script src="{% static "js/spice-html5/bitmap.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/bitmap.js" %}"></script>
|
<script src="{% static "js/spice-html5/spicedataview.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/spicedataview.js" %}"></script>
|
<script src="{% static "js/spice-html5/spicetype.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/spicetype.js" %}"></script>
|
<script src="{% static "js/spice-html5/spicemsg.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/spicemsg.js" %}"></script>
|
<script src="{% static "js/spice-html5/wire.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/wire.js" %}"></script>
|
<script src="{% static "js/spice-html5/spiceconn.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/spiceconn.js" %}"></script>
|
<script src="{% static "js/spice-html5/display.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/display.js" %}"></script>
|
<script src="{% static "js/spice-html5/port.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/port.js" %}"></script>
|
<script src="{% static "js/spice-html5/main.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/main.js" %}"></script>
|
<script src="{% static "js/spice-html5/inputs.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/inputs.js" %}"></script>
|
<script src="{% static "js/spice-html5/webm.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/webm.js" %}"></script>
|
<script src="{% static "js/spice-html5/playback.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/playback.js" %}"></script>
|
<script src="{% static "js/spice-html5/simulatecursor.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/simulatecursor.js" %}"></script>
|
<script src="{% static "js/spice-html5/cursor.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/cursor.js" %}"></script>
|
<script src="{% static "js/spice-html5/thirdparty/jsbn.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/thirdparty/jsbn.js" %}"></script>
|
<script src="{% static "js/spice-html5/thirdparty/rsa.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/thirdparty/rsa.js" %}"></script>
|
<script src="{% static "js/spice-html5/thirdparty/prng4.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/thirdparty/prng4.js" %}"></script>
|
<script src="{% static "js/spice-html5/thirdparty/rng.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/thirdparty/rng.js" %}"></script>
|
<script src="{% static "js/spice-html5/thirdparty/sha1.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/thirdparty/sha1.js" %}"></script>
|
<script src="{% static "js/spice-html5/ticket.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/ticket.js" %}"></script>
|
<script src="{% static "js/spice-html5/resize.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/resize.js" %}"></script>
|
<script src="{% static "js/spice-html5/filexfer.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/filexfer.js" %}"></script>
|
<link rel="stylesheet" type="text/css" href="{% static "js/spice-html5/spice.css" %}" />
|
||||||
<link rel="stylesheet" type="text/css" href="{% static "js/spice-html5/spice.css" %}" />
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<div id="login" hidden>
|
<div id="login" hidden>
|
||||||
<span class="logo">SPICE</span>
|
<span class="logo">SPICE</span>
|
||||||
<label for="host">Host:</label> <input type='text' id='host' value='{{ ws_host }}'> <!-- localhost -->
|
<label for="host">{% trans 'Host' %}:</label> <input type='text' id='host' value='{{ ws_host }}'> <!-- localhost -->
|
||||||
<label for="port">Port:</label> <input type='text' id='port' value='{{ ws_port }}'>
|
<label for="port">{% trans 'Port' %}:</label> <input type='text' id='port' value='{{ ws_port }}'>
|
||||||
<label for="password">Password:</label> <input type='password' id='password' value='{{ console_passwd }}'>
|
<label for="password">{% trans 'Password' %}:</label> <input type='password' id='password' value='{{ console_passwd }}'>
|
||||||
<label for="show_console">Show console </label><input type="checkbox" id="show_console" value="1" onchange="toggle_console()" checked>
|
<label for="show_console">{% trans 'Show console' %}</label><input type="checkbox" id="show_console" value="1" onchange="toggle_console()" checked>
|
||||||
<button id="connectButton" onclick="connect();">Start</button>
|
<button id="connectButton" onclick="connect();">{% trans 'Start' %}</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="spice-area">
|
|
||||||
<div id="spice-screen" class="spice-screen"></div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
<div id="spice-area">
|
||||||
|
<div id="spice-screen" class="spice-screen"></div>
|
||||||
<div id="message-div" class="spice-message"></div>
|
<div id="message-div" class="spice-message"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="debug-div">
|
||||||
|
<!-- If DUMPXXX is turned on, dumped images will go here -->
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="debug-div">
|
|
||||||
<!-- If DUMPXXX is turned on, dumped images will go here -->
|
|
||||||
</div>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block foot %}
|
{% block foot %}
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
var host = null, port = null;
|
var host = null, port = null;
|
||||||
var sc;
|
var sc;
|
||||||
|
|
||||||
function spice_error(e)
|
function spice_error(e) {
|
||||||
|
disconnect();
|
||||||
|
}
|
||||||
|
|
||||||
|
function connect() {
|
||||||
|
var host, port, password, scheme = "ws://", uri;
|
||||||
|
|
||||||
|
host = document.getElementById("host").value;
|
||||||
|
port = document.getElementById("port").value;
|
||||||
|
if (window.location.protocol == 'https:') {
|
||||||
|
scheme = "wss://";
|
||||||
|
}
|
||||||
|
password = document.getElementById("password").value;
|
||||||
|
|
||||||
|
if ((!host) || (!port)) {
|
||||||
|
console.log("must set host and port");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (sc) {
|
||||||
|
sc.stop();
|
||||||
|
}
|
||||||
|
|
||||||
|
uri = scheme + host + ":" + port;
|
||||||
|
|
||||||
|
document.getElementById('connectButton').innerHTML = "Stop";
|
||||||
|
document.getElementById('connectButton').onclick = disconnect;
|
||||||
|
|
||||||
|
try {
|
||||||
|
sc = new SpiceMainConn({uri: uri, screen_id: "spice-screen", dump_id: "debug-div",
|
||||||
|
message_id: "message-div", password: password, onerror: spice_error, onagent: agent_connected });
|
||||||
|
}
|
||||||
|
catch (e)
|
||||||
{
|
{
|
||||||
|
alert(e.toString());
|
||||||
disconnect();
|
disconnect();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function connect()
|
function disconnect() {
|
||||||
{
|
console.log(">> disconnect");
|
||||||
var host, port, password, scheme = "ws://", uri;
|
if (sc) {
|
||||||
|
sc.stop();
|
||||||
|
}
|
||||||
|
document.getElementById('connectButton').innerHTML = "Start";
|
||||||
|
document.getElementById('connectButton').onclick = connect;
|
||||||
|
if (window.File && window.FileReader && window.FileList && window.Blob) {
|
||||||
|
var spice_xfer_area = document.getElementById('spice-xfer-area');
|
||||||
|
document.getElementById('spice-area').removeChild(spice_xfer_area);
|
||||||
|
document.getElementById('spice-area').removeEventListener('dragover', handle_file_dragover, false);
|
||||||
|
document.getElementById('spice-area').removeEventListener('drop', handle_file_drop, false);
|
||||||
|
}
|
||||||
|
console.log("<< disconnect");
|
||||||
|
}
|
||||||
|
|
||||||
host = document.getElementById("host").value;
|
function agent_connected(sc) {
|
||||||
port = document.getElementById("port").value;
|
window.addEventListener('resize', handle_resize);
|
||||||
if (window.location.protocol == 'https:') {
|
window.spice_connection = this;
|
||||||
scheme = "wss://";
|
|
||||||
}
|
|
||||||
password = document.getElementById("password").value;
|
|
||||||
|
|
||||||
|
resize_helper(this);
|
||||||
|
|
||||||
if ((!host) || (!port)) {
|
if (window.File && window.FileReader && window.FileList && window.Blob) {
|
||||||
console.log("must set host and port");
|
var spice_xfer_area = document.createElement("div");
|
||||||
return;
|
spice_xfer_area.setAttribute('id', 'spice-xfer-area');
|
||||||
}
|
document.getElementById('spice-area').appendChild(spice_xfer_area);
|
||||||
|
document.getElementById('spice-area').addEventListener('dragover', handle_file_dragover, false);
|
||||||
if (sc) {
|
document.getElementById('spice-area').addEventListener('drop', handle_file_drop, false);
|
||||||
sc.stop();
|
}
|
||||||
}
|
else {
|
||||||
|
console.log("File API is not supported");
|
||||||
uri = scheme + host + ":" + port;
|
}
|
||||||
|
}
|
||||||
document.getElementById('connectButton').innerHTML = "Stop";
|
|
||||||
document.getElementById('connectButton').onclick = disconnect;
|
|
||||||
|
|
||||||
try
|
|
||||||
{
|
|
||||||
sc = new SpiceMainConn({uri: uri, screen_id: "spice-screen", dump_id: "debug-div",
|
|
||||||
message_id: "message-div", password: password, onerror: spice_error, onagent: agent_connected });
|
|
||||||
}
|
|
||||||
catch (e)
|
|
||||||
{
|
|
||||||
alert(e.toString());
|
|
||||||
disconnect();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
function toggle_console() {
|
||||||
|
var checkbox = document.getElementById('show_console');
|
||||||
|
var m = document.getElementById('message-div');
|
||||||
|
|
||||||
|
if (checkbox.checked) {
|
||||||
|
m.style.display = 'block';
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
m.style.display = 'none';
|
||||||
}
|
}
|
||||||
|
|
||||||
function disconnect()
|
window.addEventListener('resize', handle_resize);
|
||||||
{
|
resize_helper(sc);
|
||||||
console.log(">> disconnect");
|
}
|
||||||
if (sc) {
|
|
||||||
sc.stop();
|
function fullscreen() {
|
||||||
}
|
var screen=document.getElementById('spice-screen');
|
||||||
document.getElementById('connectButton').innerHTML = "Start";
|
if(screen.requestFullscreen) {
|
||||||
document.getElementById('connectButton').onclick = connect;
|
screen.requestFullscreen();
|
||||||
if (window.File && window.FileReader && window.FileList && window.Blob)
|
} else if(screen.mozRequestFullScreen) {
|
||||||
{
|
screen.mozRequestFullScreen();
|
||||||
var spice_xfer_area = document.getElementById('spice-xfer-area');
|
} else if(screen.webkitRequestFullscreen) {
|
||||||
document.getElementById('spice-area').removeChild(spice_xfer_area);
|
screen.webkitRequestFullscreen();
|
||||||
document.getElementById('spice-area').removeEventListener('dragover', handle_file_dragover, false);
|
} else if(screen.msRequestFullscreen) {
|
||||||
document.getElementById('spice-area').removeEventListener('drop', handle_file_drop, false);
|
screen.msRequestFullscreen();
|
||||||
}
|
|
||||||
console.log("<< disconnect");
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
/* SPICE port event listeners
|
||||||
|
window.addEventListener('spice-port-data', function(event) {
|
||||||
|
// Here we convert data to text, but really we can obtain binary data also
|
||||||
|
var msg_text = arraybuffer_to_str(new Uint8Array(event.detail.data));
|
||||||
|
DEBUG > 0 && console.log('SPICE port', event.detail.channel.portName, 'message text:', msg_text);
|
||||||
|
});
|
||||||
|
|
||||||
function agent_connected(sc)
|
window.addEventListener('spice-port-event', function(event) {
|
||||||
{
|
DEBUG > 0 && console.log('SPICE port', event.detail.channel.portName, 'event data:', event.detail.spiceEvent);
|
||||||
window.addEventListener('resize', handle_resize);
|
});
|
||||||
window.spice_connection = this;
|
*/
|
||||||
|
document.getElementById("fullscreen_button").addEventListener('click', fullscreen);
|
||||||
resize_helper(this);
|
document.getElementById('ctrlaltdel').addEventListener('click', sendCtrlAltDel);
|
||||||
|
document.getElementById('ctrlaltf1').addEventListener('click', function(){sendCtrlAltFN(0);});
|
||||||
if (window.File && window.FileReader && window.FileList && window.Blob)
|
document.getElementById('ctrlaltf2').addEventListener('click', function(){sendCtrlAltFN(1);});
|
||||||
{
|
document.getElementById('ctrlaltf3').addEventListener('click', function(){sendCtrlAltFN(2);});
|
||||||
var spice_xfer_area = document.createElement("div");
|
document.getElementById('ctrlaltf4').addEventListener('click', function(){sendCtrlAltFN(3);});
|
||||||
spice_xfer_area.setAttribute('id', 'spice-xfer-area');
|
document.getElementById('ctrlaltf5').addEventListener('click', function(){sendCtrlAltFN(4);});
|
||||||
document.getElementById('spice-area').appendChild(spice_xfer_area);
|
document.getElementById('ctrlaltf6').addEventListener('click', function(){sendCtrlAltFN(5);});
|
||||||
document.getElementById('spice-area').addEventListener('dragover', handle_file_dragover, false);
|
document.getElementById('ctrlaltf7').addEventListener('click', function(){sendCtrlAltFN(6);});
|
||||||
document.getElementById('spice-area').addEventListener('drop', handle_file_drop, false);
|
document.getElementById('ctrlaltf8').addEventListener('click', function(){sendCtrlAltFN(7);});
|
||||||
}
|
document.getElementById('ctrlaltf9').addEventListener('click', function(){sendCtrlAltFN(8);});
|
||||||
else
|
document.getElementById('ctrlaltf10').addEventListener('click', function(){sendCtrlAltFN(9);});
|
||||||
{
|
document.getElementById('ctrlaltf11').addEventListener('click', function(){sendCtrlAltFN(10);});
|
||||||
console.log("File API is not supported");
|
document.getElementById('ctrlaltf12').addEventListener('click', function(){sendCtrlAltFN(11);});
|
||||||
}
|
connect();
|
||||||
}
|
</script>
|
||||||
|
|
||||||
function toggle_console()
|
|
||||||
{
|
|
||||||
var checkbox = document.getElementById('show_console');
|
|
||||||
var m = document.getElementById('message-div');
|
|
||||||
|
|
||||||
if (checkbox.checked)
|
|
||||||
{
|
|
||||||
m.style.display = 'block';
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
m.style.display = 'none';
|
|
||||||
}
|
|
||||||
|
|
||||||
window.addEventListener('resize', handle_resize);
|
|
||||||
resize_helper(sc);
|
|
||||||
}
|
|
||||||
|
|
||||||
function fullscreen() {
|
|
||||||
var screen=document.getElementById('spice-screen');
|
|
||||||
if(screen.requestFullscreen) {
|
|
||||||
screen.requestFullscreen();
|
|
||||||
} else if(screen.mozRequestFullScreen) {
|
|
||||||
screen.mozRequestFullScreen();
|
|
||||||
} else if(screen.webkitRequestFullscreen) {
|
|
||||||
screen.webkitRequestFullscreen();
|
|
||||||
} else if(screen.msRequestFullscreen) {
|
|
||||||
screen.msRequestFullscreen();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/* SPICE port event listeners
|
|
||||||
window.addEventListener('spice-port-data', function(event) {
|
|
||||||
// Here we convert data to text, but really we can obtain binary data also
|
|
||||||
var msg_text = arraybuffer_to_str(new Uint8Array(event.detail.data));
|
|
||||||
DEBUG > 0 && console.log('SPICE port', event.detail.channel.portName, 'message text:', msg_text);
|
|
||||||
});
|
|
||||||
|
|
||||||
window.addEventListener('spice-port-event', function(event) {
|
|
||||||
DEBUG > 0 && console.log('SPICE port', event.detail.channel.portName, 'event data:', event.detail.spiceEvent);
|
|
||||||
});
|
|
||||||
*/
|
|
||||||
document.getElementById("fullscreen_button").addEventListener('click', fullscreen);
|
|
||||||
document.getElementById('ctrlaltdel').addEventListener('click', sendCtrlAltDel);
|
|
||||||
document.getElementById('ctrlaltf1').addEventListener('click', function(){sendCtrlAltFN(0);});
|
|
||||||
document.getElementById('ctrlaltf2').addEventListener('click', function(){sendCtrlAltFN(1);});
|
|
||||||
document.getElementById('ctrlaltf3').addEventListener('click', function(){sendCtrlAltFN(2);});
|
|
||||||
document.getElementById('ctrlaltf4').addEventListener('click', function(){sendCtrlAltFN(3);});
|
|
||||||
document.getElementById('ctrlaltf5').addEventListener('click', function(){sendCtrlAltFN(4);});
|
|
||||||
document.getElementById('ctrlaltf6').addEventListener('click', function(){sendCtrlAltFN(5);});
|
|
||||||
document.getElementById('ctrlaltf7').addEventListener('click', function(){sendCtrlAltFN(6);});
|
|
||||||
document.getElementById('ctrlaltf8').addEventListener('click', function(){sendCtrlAltFN(7);});
|
|
||||||
document.getElementById('ctrlaltf9').addEventListener('click', function(){sendCtrlAltFN(8);});
|
|
||||||
document.getElementById('ctrlaltf10').addEventListener('click', function(){sendCtrlAltFN(9);});
|
|
||||||
document.getElementById('ctrlaltf11').addEventListener('click', function(){sendCtrlAltFN(10);});
|
|
||||||
document.getElementById('ctrlaltf12').addEventListener('click', function(){sendCtrlAltFN(11);});
|
|
||||||
connect();
|
|
||||||
</script>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -27,227 +27,216 @@
|
||||||
{% load staticfiles %}
|
{% load staticfiles %}
|
||||||
{% block head %}
|
{% block head %}
|
||||||
|
|
||||||
<title>WebVirtCloud - Spice - Lite</title>
|
<title>WebVirtCloud - Spice - Lite</title>
|
||||||
<script src="{% static "js/spice-html5/spicearraybuffer.js" %}"></script>
|
<script src="{% static "js/spice-html5/spicearraybuffer.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/enums.js" %}"></script>
|
<script src="{% static "js/spice-html5/enums.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/atKeynames.js" %}"></script>
|
<script src="{% static "js/spice-html5/atKeynames.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/utils.js" %}"></script>
|
<script src="{% static "js/spice-html5/utils.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/png.js" %}"></script>
|
<script src="{% static "js/spice-html5/png.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/lz.js" %}"></script>
|
<script src="{% static "js/spice-html5/lz.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/quic.js" %}"></script>
|
<script src="{% static "js/spice-html5/quic.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/bitmap.js" %}"></script>
|
<script src="{% static "js/spice-html5/bitmap.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/spicedataview.js" %}"></script>
|
<script src="{% static "js/spice-html5/spicedataview.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/spicetype.js" %}"></script>
|
<script src="{% static "js/spice-html5/spicetype.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/spicemsg.js" %}"></script>
|
<script src="{% static "js/spice-html5/spicemsg.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/wire.js" %}"></script>
|
<script src="{% static "js/spice-html5/wire.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/spiceconn.js" %}"></script>
|
<script src="{% static "js/spice-html5/spiceconn.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/display.js" %}"></script>
|
<script src="{% static "js/spice-html5/display.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/main.js" %}"></script>
|
<script src="{% static "js/spice-html5/main.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/inputs.js" %}"></script>
|
<script src="{% static "js/spice-html5/inputs.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/webm.js" %}"></script>
|
<script src="{% static "js/spice-html5/webm.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/playback.js" %}"></script>
|
<script src="{% static "js/spice-html5/playback.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/simulatecursor.js" %}"></script>
|
<script src="{% static "js/spice-html5/simulatecursor.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/cursor.js" %}"></script>
|
<script src="{% static "js/spice-html5/cursor.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/thirdparty/jsbn.js" %}"></script>
|
<script src="{% static "js/spice-html5/thirdparty/jsbn.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/thirdparty/rsa.js" %}"></script>
|
<script src="{% static "js/spice-html5/thirdparty/rsa.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/thirdparty/prng4.js" %}"></script>
|
<script src="{% static "js/spice-html5/thirdparty/prng4.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/thirdparty/rng.js" %}"></script>
|
<script src="{% static "js/spice-html5/thirdparty/rng.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/thirdparty/sha1.js" %}"></script>
|
<script src="{% static "js/spice-html5/thirdparty/sha1.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/ticket.js" %}"></script>
|
<script src="{% static "js/spice-html5/ticket.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/resize.js" %}"></script>
|
<script src="{% static "js/spice-html5/resize.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/filexfer.js" %}"></script>
|
<script src="{% static "js/spice-html5/filexfer.js" %}"></script>
|
||||||
<script src="{% static "js/spice-html5/port.js" %}"></script>
|
<script src="{% static "js/spice-html5/port.js" %}"></script>
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="{% static "js/spice-html5/spice.css" %}" />
|
<link rel="stylesheet" type="text/css" href="{% static "js/spice-html5/spice.css" %}" />
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div id="spice-area">
|
<div id="spice-area">
|
||||||
<div id="spice-screen" class="spice-screen"></div>
|
<div id="spice-screen" class="spice-screen"></div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="message-div" class="spice-message"></div>
|
<div id="message-div" class="spice-message"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="debug-div">
|
<div id="debug-div">
|
||||||
<!-- If DUMPXXX is turned on, dumped images will go here -->
|
<!-- If DUMPXXX is turned on, dumped images will go here -->
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block foot %}
|
{% block foot %}
|
||||||
<script>
|
<script>
|
||||||
var host = null, port = null;
|
var host = null, port = null;
|
||||||
var sc;
|
var sc;
|
||||||
|
|
||||||
function spice_set_cookie(name, value, days) {
|
function spice_set_cookie(name, value, days) {
|
||||||
var date, expires;
|
var date, expires;
|
||||||
date = new Date();
|
date = new Date();
|
||||||
date.setTime(date.getTime() + (days*24*60*60*1000));
|
date.setTime(date.getTime() + (days*24*60*60*1000));
|
||||||
expires = "; expires=" + date.toGMTString();
|
expires = "; expires=" + date.toGMTString();
|
||||||
document.cookie = name + "=" + value + expires + "; path=/";
|
document.cookie = name + "=" + value + expires + "; path=/";
|
||||||
};
|
};
|
||||||
|
|
||||||
function spice_query_var(name, defvalue) {
|
function spice_query_var(name, defvalue) {
|
||||||
var match = RegExp('[?&]' + name + '=([^&]*)').exec(window.location.search);
|
var match = RegExp('[?&]' + name + '=([^&]*)').exec(window.location.search);
|
||||||
return match ? decodeURIComponent(match[1].replace(/\+/g, ' ')) : defvalue;
|
return match ? decodeURIComponent(match[1].replace(/\+/g, ' ')) : defvalue;
|
||||||
|
}
|
||||||
|
|
||||||
|
function spice_error(e) {
|
||||||
|
console.log(e);
|
||||||
|
disconnect();
|
||||||
|
if (e.message !== undefined) {
|
||||||
|
log_error(e.message);
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
log_error('Unknown error');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function connect() {
|
||||||
|
var host, port, password, scheme = "ws://", uri;
|
||||||
|
console.log('>> connect');
|
||||||
|
// By default, use the host and port of server that served this file
|
||||||
|
//host = spice_query_var('host', window.location.hostname);
|
||||||
|
host = '{{ ws_host| safe }}';
|
||||||
|
|
||||||
|
// Note that using the web server port only makes sense
|
||||||
|
// if your web server has a reverse proxy to relay the WebSocket
|
||||||
|
// traffic to the correct destination port.
|
||||||
|
var default_port = window.location.port;
|
||||||
|
if (!default_port) {
|
||||||
|
if (window.location.protocol == 'http:') {
|
||||||
|
default_port = 80;
|
||||||
|
}
|
||||||
|
else if (window.location.protocol == 'https:') {
|
||||||
|
default_port = 443;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
//port = spice_query_var('port', default_port);
|
||||||
|
port = '{{ ws_port| safe }}';
|
||||||
|
if (window.location.protocol == 'https:') {
|
||||||
|
scheme = "wss://";
|
||||||
}
|
}
|
||||||
|
|
||||||
function spice_error(e)
|
// If a token variable is passed in, set the parameter in a cookie.
|
||||||
{
|
// This is used by nova-spiceproxy.
|
||||||
console.log(e);
|
token = spice_query_var('token', null);
|
||||||
|
if (token) {
|
||||||
|
spice_set_cookie('token', token, 1)
|
||||||
|
}
|
||||||
|
|
||||||
|
//password = spice_query_var('password', '');
|
||||||
|
password = '{{ console_passwd | safe }}';
|
||||||
|
if (password === 'None') password = '';
|
||||||
|
|
||||||
|
path = spice_query_var('path', 'websockify');
|
||||||
|
|
||||||
|
if ((!host) || (!port)) {
|
||||||
|
console.log("must specify host and port in URL");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (sc) {
|
||||||
|
sc.stop();
|
||||||
|
}
|
||||||
|
|
||||||
|
uri = scheme + host + ":" + port;
|
||||||
|
|
||||||
|
if (path) {
|
||||||
|
uri += path[0] == '/' ? path : ('/' + path);
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
sc = new SpiceMainConn({uri: uri, screen_id: "spice-screen", dump_id: "debug-div",
|
||||||
|
message_id: "message-div", password: password, onerror: spice_error, onagent: agent_connected });
|
||||||
|
}
|
||||||
|
catch (e) {
|
||||||
|
alert(e.toString());
|
||||||
disconnect();
|
disconnect();
|
||||||
if (e.message !== undefined) {
|
|
||||||
log_error(e.message);
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
log_error('Unknown error');
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
console.log('<< connect')
|
||||||
|
}
|
||||||
|
|
||||||
function connect()
|
function disconnect()
|
||||||
{
|
{
|
||||||
var host, port, password, scheme = "ws://", uri;
|
console.log(">> disconnect");
|
||||||
console.log('>> connect');
|
if (sc) {
|
||||||
// By default, use the host and port of server that served this file
|
sc.stop();
|
||||||
//host = spice_query_var('host', window.location.hostname);
|
|
||||||
host = '{{ ws_host| safe }}';
|
|
||||||
|
|
||||||
// Note that using the web server port only makes sense
|
|
||||||
// if your web server has a reverse proxy to relay the WebSocket
|
|
||||||
// traffic to the correct destination port.
|
|
||||||
var default_port = window.location.port;
|
|
||||||
if (!default_port) {
|
|
||||||
if (window.location.protocol == 'http:') {
|
|
||||||
default_port = 80;
|
|
||||||
}
|
|
||||||
else if (window.location.protocol == 'https:') {
|
|
||||||
default_port = 443;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
//port = spice_query_var('port', default_port);
|
|
||||||
port = '{{ ws_port| safe }}';
|
|
||||||
if (window.location.protocol == 'https:') {
|
|
||||||
scheme = "wss://";
|
|
||||||
}
|
|
||||||
|
|
||||||
// If a token variable is passed in, set the parameter in a cookie.
|
|
||||||
// This is used by nova-spiceproxy.
|
|
||||||
token = spice_query_var('token', null);
|
|
||||||
if (token) {
|
|
||||||
spice_set_cookie('token', token, 1)
|
|
||||||
}
|
|
||||||
|
|
||||||
//password = spice_query_var('password', '');
|
|
||||||
password = '{{ console_passwd | safe }}';
|
|
||||||
if (password === 'None') password = '';
|
|
||||||
|
|
||||||
path = spice_query_var('path', 'websockify');
|
|
||||||
|
|
||||||
if ((!host) || (!port)) {
|
|
||||||
console.log("must specify host and port in URL");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (sc) {
|
|
||||||
sc.stop();
|
|
||||||
}
|
|
||||||
|
|
||||||
uri = scheme + host + ":" + port;
|
|
||||||
|
|
||||||
if (path) {
|
|
||||||
uri += path[0] == '/' ? path : ('/' + path);
|
|
||||||
}
|
|
||||||
|
|
||||||
try
|
|
||||||
{
|
|
||||||
sc = new SpiceMainConn({uri: uri, screen_id: "spice-screen", dump_id: "debug-div",
|
|
||||||
message_id: "message-div", password: password, onerror: spice_error, onagent: agent_connected });
|
|
||||||
}
|
|
||||||
catch (e)
|
|
||||||
{
|
|
||||||
alert(e.toString());
|
|
||||||
disconnect();
|
|
||||||
}
|
|
||||||
|
|
||||||
console.log('<< connect')
|
|
||||||
}
|
}
|
||||||
|
if (window.File && window.FileReader && window.FileList && window.Blob) {
|
||||||
function disconnect()
|
var spice_xfer_area = document.getElementById('spice-xfer-area');
|
||||||
{
|
document.getElementById('spice-area').removeChild(spice_xfer_area);
|
||||||
console.log(">> disconnect");
|
document.getElementById('spice-area').removeEventListener('dragover', handle_file_dragover, false);
|
||||||
if (sc) {
|
document.getElementById('spice-area').removeEventListener('drop', handle_file_drop, false);
|
||||||
sc.stop();
|
|
||||||
}
|
|
||||||
if (window.File && window.FileReader && window.FileList && window.Blob)
|
|
||||||
{
|
|
||||||
var spice_xfer_area = document.getElementById('spice-xfer-area');
|
|
||||||
document.getElementById('spice-area').removeChild(spice_xfer_area);
|
|
||||||
document.getElementById('spice-area').removeEventListener('dragover', handle_file_dragover, false);
|
|
||||||
document.getElementById('spice-area').removeEventListener('drop', handle_file_drop, false);
|
|
||||||
}
|
|
||||||
console.log("<< disconnect");
|
|
||||||
}
|
}
|
||||||
|
console.log("<< disconnect");
|
||||||
|
}
|
||||||
|
|
||||||
function agent_connected(sc)
|
function agent_connected(sc) {
|
||||||
{
|
window.addEventListener('resize', handle_resize);
|
||||||
window.addEventListener('resize', handle_resize);
|
window.spice_connection = this;
|
||||||
window.spice_connection = this;
|
|
||||||
|
|
||||||
resize_helper(this);
|
resize_helper(this);
|
||||||
|
|
||||||
if (window.File && window.FileReader && window.FileList && window.Blob)
|
if (window.File && window.FileReader && window.FileList && window.Blob) {
|
||||||
{
|
var spice_xfer_area = document.createElement("div");
|
||||||
var spice_xfer_area = document.createElement("div");
|
spice_xfer_area.setAttribute('id', 'spice-xfer-area');
|
||||||
spice_xfer_area.setAttribute('id', 'spice-xfer-area');
|
document.getElementById('spice-area').appendChild(spice_xfer_area);
|
||||||
document.getElementById('spice-area').appendChild(spice_xfer_area);
|
document.getElementById('spice-area').addEventListener('dragover', handle_file_dragover, false);
|
||||||
document.getElementById('spice-area').addEventListener('dragover', handle_file_dragover, false);
|
document.getElementById('spice-area').addEventListener('drop', handle_file_drop, false);
|
||||||
document.getElementById('spice-area').addEventListener('drop', handle_file_drop, false);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
console.log("File API is not supported");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
function fullscreen() {
|
console.log("File API is not supported");
|
||||||
var screen=document.getElementById('spice-screen');
|
|
||||||
if(screen.requestFullscreen) {
|
|
||||||
screen.requestFullscreen();
|
|
||||||
} else if(screen.mozRequestFullScreen) {
|
|
||||||
screen.mozRequestFullScreen();
|
|
||||||
} else if(screen.webkitRequestFullscreen) {
|
|
||||||
screen.webkitRequestFullscreen();
|
|
||||||
} else if(screen.msRequestFullscreen) {
|
|
||||||
screen.msRequestFullscreen();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* SPICE port event listeners
|
function fullscreen() {
|
||||||
window.addEventListener('spice-port-data', function(event) {
|
var screen=document.getElementById('spice-screen');
|
||||||
// Here we convert data to text, but really we can obtain binary data also
|
if(screen.requestFullscreen) {
|
||||||
var msg_text = arraybuffer_to_str(new Uint8Array(event.detail.data));
|
screen.requestFullscreen();
|
||||||
DEBUG > 0 && console.log('SPICE port', event.detail.channel.portName, 'message text:', msg_text);
|
} else if(screen.mozRequestFullScreen) {
|
||||||
});
|
screen.mozRequestFullScreen();
|
||||||
|
} else if(screen.webkitRequestFullscreen) {
|
||||||
|
screen.webkitRequestFullscreen();
|
||||||
|
} else if(screen.msRequestFullscreen) {
|
||||||
|
screen.msRequestFullscreen();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
window.addEventListener('spice-port-event', function(event) {
|
/* SPICE port event listeners
|
||||||
DEBUG > 0 && console.log('SPICE port', event.detail.channel.portName, 'event data:', event.detail.spiceEvent);
|
window.addEventListener('spice-port-data', function(event) {
|
||||||
});
|
// Here we convert data to text, but really we can obtain binary data also
|
||||||
*/
|
var msg_text = arraybuffer_to_str(new Uint8Array(event.detail.data));
|
||||||
document.getElementById("fullscreen_button").addEventListener('click', fullscreen);
|
DEBUG > 0 && console.log('SPICE port', event.detail.channel.portName, 'message text:', msg_text);
|
||||||
document.getElementById('ctrlaltdel').addEventListener('click', sendCtrlAltDel);
|
});
|
||||||
document.getElementById('ctrlaltf1').addEventListener('click', function(){sendCtrlAltFN(0);});
|
|
||||||
document.getElementById('ctrlaltf2').addEventListener('click', function(){sendCtrlAltFN(1);});
|
window.addEventListener('spice-port-event', function(event) {
|
||||||
document.getElementById('ctrlaltf3').addEventListener('click', function(){sendCtrlAltFN(2);});
|
DEBUG > 0 && console.log('SPICE port', event.detail.channel.portName, 'event data:', event.detail.spiceEvent);
|
||||||
document.getElementById('ctrlaltf4').addEventListener('click', function(){sendCtrlAltFN(3);});
|
});
|
||||||
document.getElementById('ctrlaltf5').addEventListener('click', function(){sendCtrlAltFN(4);});
|
*/
|
||||||
document.getElementById('ctrlaltf6').addEventListener('click', function(){sendCtrlAltFN(5);});
|
document.getElementById("fullscreen_button").addEventListener('click', fullscreen);
|
||||||
document.getElementById('ctrlaltf7').addEventListener('click', function(){sendCtrlAltFN(6);});
|
document.getElementById('ctrlaltdel').addEventListener('click', sendCtrlAltDel);
|
||||||
document.getElementById('ctrlaltf8').addEventListener('click', function(){sendCtrlAltFN(7);});
|
document.getElementById('ctrlaltf1').addEventListener('click', function(){sendCtrlAltFN(0);});
|
||||||
document.getElementById('ctrlaltf9').addEventListener('click', function(){sendCtrlAltFN(8);});
|
document.getElementById('ctrlaltf2').addEventListener('click', function(){sendCtrlAltFN(1);});
|
||||||
document.getElementById('ctrlaltf10').addEventListener('click', function(){sendCtrlAltFN(9);});
|
document.getElementById('ctrlaltf3').addEventListener('click', function(){sendCtrlAltFN(2);});
|
||||||
document.getElementById('ctrlaltf11').addEventListener('click', function(){sendCtrlAltFN(10);});
|
document.getElementById('ctrlaltf4').addEventListener('click', function(){sendCtrlAltFN(3);});
|
||||||
document.getElementById('ctrlaltf12').addEventListener('click', function(){sendCtrlAltFN(11);});
|
document.getElementById('ctrlaltf5').addEventListener('click', function(){sendCtrlAltFN(4);});
|
||||||
connect();
|
document.getElementById('ctrlaltf6').addEventListener('click', function(){sendCtrlAltFN(5);});
|
||||||
</script>
|
document.getElementById('ctrlaltf7').addEventListener('click', function(){sendCtrlAltFN(6);});
|
||||||
|
document.getElementById('ctrlaltf8').addEventListener('click', function(){sendCtrlAltFN(7);});
|
||||||
|
document.getElementById('ctrlaltf9').addEventListener('click', function(){sendCtrlAltFN(8);});
|
||||||
|
document.getElementById('ctrlaltf10').addEventListener('click', function(){sendCtrlAltFN(9);});
|
||||||
|
document.getElementById('ctrlaltf11').addEventListener('click', function(){sendCtrlAltFN(10);});
|
||||||
|
document.getElementById('ctrlaltf12').addEventListener('click', function(){sendCtrlAltFN(11);});
|
||||||
|
connect();
|
||||||
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue