2012-10-19 12:18:48 -05:00
|
|
|
<!DOCTYPE html>
|
2011-09-29 09:32:09 -05:00
|
|
|
<html>
|
2011-09-05 09:46:13 +10:00
|
|
|
<head>
|
|
|
|
|
|
2012-06-24 16:23:58 -05:00
|
|
|
<!--
|
2010-11-10 16:02:19 -06:00
|
|
|
noVNC example: simple example using default UI
|
2012-06-24 16:23:58 -05:00
|
|
|
Copyright (C) 2012 Joel Martin
|
2016-04-30 04:35:19 +02:00
|
|
|
Copyright (C) 2016 Samuel Mannehed for Cendio AB
|
2012-10-11 12:16:58 -05:00
|
|
|
noVNC is licensed under the MPL 2.0 (see LICENSE.txt)
|
2012-06-24 16:23:58 -05:00
|
|
|
This file is licensed under the 2-Clause BSD license (see LICENSE.txt).
|
2013-04-05 09:29:08 +02:00
|
|
|
|
|
|
|
|
Connect parameters are provided in query string:
|
|
|
|
|
http://example.com/?host=HOST&port=PORT&encrypt=1&true_color=1
|
2015-10-22 19:57:07 +05:30
|
|
|
or the fragment:
|
|
|
|
|
http://example.com/#host=HOST&port=PORT&encrypt=1&true_color=1
|
2010-09-08 10:11:11 -05:00
|
|
|
-->
|
2011-09-08 10:00:09 -05:00
|
|
|
<title>noVNC</title>
|
2011-09-05 09:46:13 +10:00
|
|
|
|
2011-09-08 10:00:09 -05:00
|
|
|
<meta charset="utf-8">
|
|
|
|
|
|
|
|
|
|
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
|
|
|
|
|
Remove this if you use the .htaccess -->
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
|
|
2011-09-22 10:36:23 -05:00
|
|
|
<!-- Apple iOS Safari settings -->
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
2011-09-08 10:00:09 -05:00
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
2013-04-05 09:22:19 +02:00
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
2011-09-22 10:36:23 -05:00
|
|
|
<!-- App Start Icon -->
|
2011-09-29 09:32:09 -05:00
|
|
|
<link rel="apple-touch-startup-image" href="images/screen_320x460.png" />
|
2011-09-22 10:36:23 -05:00
|
|
|
<!-- For iOS devices set the icon to use if user bookmarks app on their homescreen -->
|
|
|
|
|
<link rel="apple-touch-icon" href="images/screen_57x57.png">
|
2011-09-08 10:00:09 -05:00
|
|
|
<!--
|
2011-09-29 09:32:09 -05:00
|
|
|
<link rel="apple-touch-icon-precomposed" href="images/screen_57x57.png" />
|
2011-09-08 10:00:09 -05:00
|
|
|
-->
|
2011-09-22 10:36:23 -05:00
|
|
|
|
2011-09-29 09:32:09 -05:00
|
|
|
|
2011-09-08 10:00:09 -05:00
|
|
|
<!-- Stylesheets -->
|
|
|
|
|
<link rel="stylesheet" href="include/base.css" />
|
2011-09-05 09:46:13 +10:00
|
|
|
<link rel="alternate stylesheet" href="include/black.css" TITLE="Black" />
|
2011-09-08 10:00:09 -05:00
|
|
|
<link rel="alternate stylesheet" href="include/blue.css" TITLE="Blue" />
|
|
|
|
|
|
|
|
|
|
<!--
|
2011-09-29 09:32:09 -05:00
|
|
|
<script type='text/javascript'
|
2011-09-08 10:00:09 -05:00
|
|
|
src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
|
|
|
|
|
-->
|
|
|
|
|
|
2011-09-29 09:32:09 -05:00
|
|
|
</head>
|
2010-04-01 11:36:22 -05:00
|
|
|
|
2011-09-05 09:46:13 +10:00
|
|
|
<body>
|
2015-03-24 15:05:38 -04:00
|
|
|
<div id="noVNC-control-bar" class="noVNC_status_normal">
|
2011-09-08 10:00:09 -05:00
|
|
|
<!--noVNC Mobile Device only Buttons-->
|
2011-09-22 10:36:23 -05:00
|
|
|
<div class="noVNC-buttons-left">
|
2014-03-26 15:24:50 +01:00
|
|
|
<input type="image" alt="viewport drag" src="images/drag.png"
|
2011-09-22 10:36:23 -05:00
|
|
|
id="noVNC_view_drag_button" class="noVNC_status_button"
|
2012-09-14 16:27:35 -05:00
|
|
|
title="Move/Drag Viewport">
|
2011-09-22 10:36:23 -05:00
|
|
|
<div id="noVNC_mobile_buttons">
|
2014-03-26 15:24:50 +01:00
|
|
|
<input type="image" alt="No mousebutton" src="images/mouse_none.png"
|
2012-09-14 16:27:35 -05:00
|
|
|
id="noVNC_mouse_button0" class="noVNC_status_button">
|
2014-03-26 15:24:50 +01:00
|
|
|
<input type="image" alt="Left mousebutton" src="images/mouse_left.png"
|
2012-09-14 16:27:35 -05:00
|
|
|
id="noVNC_mouse_button1" class="noVNC_status_button">
|
2014-03-26 15:24:50 +01:00
|
|
|
<input type="image" alt="Middle mousebutton" src="images/mouse_middle.png"
|
2012-09-14 16:27:35 -05:00
|
|
|
id="noVNC_mouse_button2" class="noVNC_status_button">
|
2014-03-26 15:24:50 +01:00
|
|
|
<input type="image" alt="Right mousebutton" src="images/mouse_right.png"
|
2012-09-14 16:27:35 -05:00
|
|
|
id="noVNC_mouse_button4" class="noVNC_status_button">
|
2014-03-26 15:24:50 +01:00
|
|
|
<input type="image" alt="Keyboard" src="images/keyboard.png"
|
2011-09-29 09:32:09 -05:00
|
|
|
id="showKeyboard" class="noVNC_status_button"
|
2012-09-14 16:27:35 -05:00
|
|
|
value="Keyboard" title="Show Keyboard"/>
|
2014-04-07 16:58:59 +02:00
|
|
|
<!-- Note that Google Chrome on Android doesn't respect any of these,
|
|
|
|
|
html attributes which attempt to disable text suggestions on the
|
|
|
|
|
on-screen keyboard. Let's hope Chrome implements the ime-mode
|
|
|
|
|
style for example -->
|
2014-04-07 16:41:25 +02:00
|
|
|
<textarea id="keyboardinput" autocapitalize="off"
|
2014-04-04 17:42:12 +02:00
|
|
|
autocorrect="off" autocomplete="off" spellcheck="false"
|
2015-05-03 19:28:05 +02:00
|
|
|
mozactionhint="Enter"></textarea>
|
2013-07-25 15:34:16 +02:00
|
|
|
<div id="noVNC_extra_keys">
|
2016-04-26 19:13:35 +02:00
|
|
|
<input type="image" alt="Extra keys" src="images/toggleextrakeys.png"
|
|
|
|
|
id="toggleExtraKeysButton" class="noVNC_status_button">
|
2014-03-26 15:24:50 +01:00
|
|
|
<input type="image" alt="Ctrl" src="images/ctrl.png"
|
|
|
|
|
id="toggleCtrlButton" class="noVNC_status_button">
|
|
|
|
|
<input type="image" alt="Alt" src="images/alt.png"
|
|
|
|
|
id="toggleAltButton" class="noVNC_status_button">
|
|
|
|
|
<input type="image" alt="Tab" src="images/tab.png"
|
|
|
|
|
id="sendTabButton" class="noVNC_status_button">
|
|
|
|
|
<input type="image" alt="Esc" src="images/esc.png"
|
|
|
|
|
id="sendEscButton" class="noVNC_status_button">
|
2013-07-25 15:34:16 +02:00
|
|
|
</div>
|
2011-09-22 10:36:23 -05:00
|
|
|
</div>
|
2011-09-08 10:00:09 -05:00
|
|
|
</div>
|
|
|
|
|
|
2015-03-24 15:05:38 -04:00
|
|
|
<div id="noVNC_status"></div>
|
2013-06-28 14:44:58 +02:00
|
|
|
|
2011-09-08 10:00:09 -05:00
|
|
|
<!--noVNC Buttons-->
|
2011-09-14 09:24:30 -05:00
|
|
|
<div class="noVNC-buttons-right">
|
2014-03-26 15:24:50 +01:00
|
|
|
<input type="image" alt="Ctrl+Alt+Del" src="images/ctrlaltdel.png"
|
|
|
|
|
id="sendCtrlAltDelButton" class="noVNC_status_button"
|
2012-09-14 16:27:35 -05:00
|
|
|
title="Send Ctrl-Alt-Del" />
|
2014-03-26 15:24:50 +01:00
|
|
|
<input type="image" alt="Shutdown/Reboot" src="images/power.png"
|
2013-09-28 19:25:15 +01:00
|
|
|
id="xvpButton" class="noVNC_status_button"
|
|
|
|
|
title="Shutdown/Reboot..." />
|
2014-03-26 15:24:50 +01:00
|
|
|
<input type="image" alt="Clipboard" src="images/clipboard.png"
|
2011-09-22 10:36:23 -05:00
|
|
|
id="clipboardButton" class="noVNC_status_button"
|
2012-09-14 16:27:35 -05:00
|
|
|
title="Clipboard" />
|
2015-06-18 10:45:59 +02:00
|
|
|
<input type="image" alt="Fullscreen" src="images/fullscreen.png"
|
|
|
|
|
id="fullscreenButton" class="noVNC_status_button"
|
|
|
|
|
title="Fullscreen" />
|
2014-03-26 15:24:50 +01:00
|
|
|
<input type="image" alt="Settings" src="images/settings.png"
|
2011-09-23 00:04:01 -05:00
|
|
|
id="settingsButton" class="noVNC_status_button"
|
2012-09-14 16:27:35 -05:00
|
|
|
title="Settings" />
|
2014-03-26 15:24:50 +01:00
|
|
|
<input type="image" alt="Connect" src="images/connect.png"
|
2012-02-15 14:12:27 -06:00
|
|
|
id="connectButton" class="noVNC_status_button"
|
2012-09-14 16:27:35 -05:00
|
|
|
title="Connect" />
|
2014-03-26 15:24:50 +01:00
|
|
|
<input type="image" alt="Disconnect" src="images/disconnect.png"
|
2011-09-22 10:36:23 -05:00
|
|
|
id="disconnectButton" class="noVNC_status_button"
|
2012-09-14 16:27:35 -05:00
|
|
|
title="Disconnect" />
|
2011-09-08 10:00:09 -05:00
|
|
|
</div>
|
|
|
|
|
|
2012-02-15 14:12:27 -06:00
|
|
|
<!-- Description Panel -->
|
|
|
|
|
<!-- Shown by default when hosted at for kanaka.github.com -->
|
2014-03-26 11:18:48 +01:00
|
|
|
<div id="noVNC_description" class="">
|
2012-02-15 14:12:27 -06:00
|
|
|
noVNC is a browser based VNC client implemented using HTML5 Canvas
|
|
|
|
|
and WebSockets. You will either need a VNC server with WebSockets
|
|
|
|
|
support (such as <a href="http://libvncserver.sourceforge.net/">libvncserver</a>)
|
|
|
|
|
or you will need to use
|
|
|
|
|
<a href="https://github.com/kanaka/websockify">websockify</a>
|
|
|
|
|
to bridge between your browser and VNC server. See the noVNC
|
|
|
|
|
<a href="https://github.com/kanaka/noVNC">README</a>
|
|
|
|
|
and <a href="http://kanaka.github.com/noVNC">website</a>
|
|
|
|
|
for more information.
|
|
|
|
|
<br />
|
2012-09-14 16:27:35 -05:00
|
|
|
<input id="descriptionButton" type="button" value="Close">
|
2012-02-15 14:12:27 -06:00
|
|
|
</div>
|
|
|
|
|
|
2015-06-25 17:04:55 +02:00
|
|
|
<!-- Popup Status -->
|
|
|
|
|
<div id="noVNC_popup_status" class="">
|
2013-06-28 14:44:58 +02:00
|
|
|
</div>
|
|
|
|
|
|
2011-09-08 10:00:09 -05:00
|
|
|
<!-- Clipboard Panel -->
|
|
|
|
|
<div id="noVNC_clipboard" class="triangle-right top">
|
2012-09-14 16:27:35 -05:00
|
|
|
<textarea id="noVNC_clipboard_text" rows=5>
|
2011-09-08 10:00:09 -05:00
|
|
|
</textarea>
|
|
|
|
|
<br />
|
|
|
|
|
<input id="noVNC_clipboard_clear_button" type="button"
|
2012-09-14 16:27:35 -05:00
|
|
|
value="Clear">
|
2011-09-08 10:00:09 -05:00
|
|
|
</div>
|
|
|
|
|
|
2013-09-28 19:25:15 +01:00
|
|
|
<!-- XVP Shutdown/Reboot Panel -->
|
|
|
|
|
<div id="noVNC_xvp" class="triangle-right top">
|
|
|
|
|
<span id="noVNC_xvp_menu">
|
|
|
|
|
<input type="button" id="xvpShutdownButton" value="Shutdown" />
|
|
|
|
|
<input type="button" id="xvpRebootButton" value="Reboot" />
|
|
|
|
|
<input type="button" id="xvpResetButton" value="Reset" />
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
|
2011-09-08 10:00:09 -05:00
|
|
|
<!-- Settings Panel -->
|
2011-09-22 10:36:23 -05:00
|
|
|
<div id="noVNC_settings" class="triangle-right top">
|
2012-09-14 16:27:35 -05:00
|
|
|
<span id="noVNC_settings_menu">
|
2011-09-08 10:00:09 -05:00
|
|
|
<ul>
|
2016-04-30 04:35:19 +02:00
|
|
|
<li><input id="noVNC_setting_encrypt" type="checkbox"> Encrypt</li>
|
|
|
|
|
<li><input id="noVNC_setting_true_color" type="checkbox" checked> True Color</li>
|
|
|
|
|
<li><input id="noVNC_setting_cursor" type="checkbox"> Local Cursor</li>
|
|
|
|
|
<li><input id="noVNC_setting_clip" type="checkbox"> Clip to Window</li>
|
|
|
|
|
<li><input id="noVNC_setting_shared" type="checkbox"> Shared Mode</li>
|
|
|
|
|
<li><input id="noVNC_setting_view_only" type="checkbox"> View Only</li>
|
2015-02-17 18:53:38 -05:00
|
|
|
<hr>
|
2016-04-30 04:35:19 +02:00
|
|
|
<li><input id="noVNC_setting_path" type="input" value="websockify"> Path</li>
|
2015-02-17 18:53:38 -05:00
|
|
|
<li><label>
|
2016-04-30 04:35:19 +02:00
|
|
|
<select id="noVNC_setting_resize" name="vncResize">
|
2015-02-17 18:53:38 -05:00
|
|
|
<option value="off">None</option>
|
2015-02-17 22:41:34 -05:00
|
|
|
<option value="scale">Local Scaling</option>
|
|
|
|
|
<option value="downscale">Local Downscaling</option>
|
2015-02-17 18:53:38 -05:00
|
|
|
<option value="remote">Remote Resizing</option>
|
|
|
|
|
</select> Scaling Mode</label>
|
|
|
|
|
</li>
|
2016-04-30 04:35:19 +02:00
|
|
|
<li><input id="noVNC_setting_repeaterID" type="input" value=""> Repeater ID</li>
|
2011-09-08 10:00:09 -05:00
|
|
|
<hr>
|
|
|
|
|
<!-- Stylesheet selection dropdown -->
|
|
|
|
|
<li><label><strong>Style: </strong>
|
2016-04-30 04:35:19 +02:00
|
|
|
<select id="noVNC_setting_stylesheet" name="vncStyle">
|
2011-09-08 10:00:09 -05:00
|
|
|
<option value="default">default</option>
|
|
|
|
|
</select></label>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<!-- Logging selection dropdown -->
|
|
|
|
|
<li><label><strong>Logging: </strong>
|
2016-04-30 04:35:19 +02:00
|
|
|
<select id="noVNC_setting_logging" name="vncLogging">
|
2011-09-08 10:00:09 -05:00
|
|
|
</select></label>
|
|
|
|
|
</li>
|
|
|
|
|
<hr>
|
2016-04-30 04:35:19 +02:00
|
|
|
<li><input type="button" id="noVNC_settings_apply" value="Apply"></li>
|
2011-09-08 10:00:09 -05:00
|
|
|
</ul>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- Connection Panel -->
|
|
|
|
|
<div id="noVNC_controls" class="triangle-right top">
|
|
|
|
|
<ul>
|
2016-04-30 04:35:19 +02:00
|
|
|
<li><label><strong>Host: </strong><input id="noVNC_setting_host" /></label></li>
|
|
|
|
|
<li><label><strong>Port: </strong><input id="noVNC_setting_port" /></label></li>
|
|
|
|
|
<li><label><strong>Password: </strong><input id="noVNC_setting_password" type="password" /></label></li>
|
|
|
|
|
<li><label><strong>Token: </strong><input id="noVNC_setting_token"/></label></li>
|
2012-09-14 16:27:35 -05:00
|
|
|
<li><input id="noVNC_connect_button" type="button" value="Connect"></li>
|
2011-09-08 10:00:09 -05:00
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div> <!-- End of noVNC-control-bar -->
|
|
|
|
|
|
2011-09-13 13:14:11 -05:00
|
|
|
|
2016-04-26 17:27:17 +02:00
|
|
|
<div id="noVNC_container">
|
2011-09-13 13:14:11 -05:00
|
|
|
<h1 id="noVNC_logo"><span>no</span><br />VNC</h1>
|
2011-09-22 10:36:23 -05:00
|
|
|
|
|
|
|
|
<!-- HTML5 Canvas -->
|
2016-04-26 17:27:17 +02:00
|
|
|
<div id="noVNC_screen">
|
2015-03-09 14:30:56 +01:00
|
|
|
<canvas id="noVNC_canvas" width="0" height="0">
|
2011-09-22 10:36:23 -05:00
|
|
|
Canvas not supported.
|
|
|
|
|
</canvas>
|
|
|
|
|
</div>
|
|
|
|
|
|
2011-09-08 10:00:09 -05:00
|
|
|
</div>
|
2012-10-17 11:47:07 -05:00
|
|
|
<script src="include/util.js"></script>
|
|
|
|
|
<script src="include/ui.js"></script>
|
|
|
|
|
|
2011-09-05 09:46:13 +10:00
|
|
|
</body>
|
2010-04-01 11:36:22 -05:00
|
|
|
</html>
|