]> git.proxmox.com Git - mirror_novnc.git/blame - vnc.html
requestDesktopSize() should always return a value
[mirror_novnc.git] / vnc.html
CommitLineData
5514d299 1<!DOCTYPE html>
5299db1a 2<html>
53fc7392
CG
3<head>
4
d58f8b51 5 <!--
f7ec5b2c 6 noVNC example: simple example using default UI
d58f8b51 7 Copyright (C) 2012 Joel Martin
682fd02b 8 Copyright (C) 2016 Samuel Mannehed for Cendio AB
6cba147d 9 Copyright (C) 2016 Pierre Ossman for Cendio AB
1d728ace 10 noVNC is licensed under the MPL 2.0 (see LICENSE.txt)
d58f8b51 11 This file is licensed under the 2-Clause BSD license (see LICENSE.txt).
9f0d23de
12
13 Connect parameters are provided in query string:
14 http://example.com/?host=HOST&port=PORT&encrypt=1&true_color=1
494b407a
GV
15 or the fragment:
16 http://example.com/#host=HOST&port=PORT&encrypt=1&true_color=1
d595e656 17 -->
01a9eee9 18 <title>noVNC</title>
53fc7392 19
a1dbbcc1 20 <meta charset="utf-8" />
01a9eee9
JM
21
22 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
23 Remove this if you use the .htaccess -->
a1dbbcc1 24 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
01a9eee9 25
2b4e6ed5
PO
26 <!-- Icons (see Makefile for what the sizes are for) -->
27 <link rel="icon" sizes="16x16" type="image/png" href="app/images/icons/novnc-16x16.png">
28 <link rel="icon" sizes="24x24" type="image/png" href="app/images/icons/novnc-24x24.png">
29 <link rel="icon" sizes="32x32" type="image/png" href="app/images/icons/novnc-32x32.png">
30 <link rel="icon" sizes="48x48" type="image/png" href="app/images/icons/novnc-48x48.png">
31 <link rel="icon" sizes="60x60" type="image/png" href="app/images/icons/novnc-60x60.png">
32 <link rel="icon" sizes="64x64" type="image/png" href="app/images/icons/novnc-64x64.png">
33 <link rel="icon" sizes="72x72" type="image/png" href="app/images/icons/novnc-72x72.png">
34 <link rel="icon" sizes="76x76" type="image/png" href="app/images/icons/novnc-76x76.png">
35 <link rel="icon" sizes="96x96" type="image/png" href="app/images/icons/novnc-96x96.png">
36 <link rel="icon" sizes="120x120" type="image/png" href="app/images/icons/novnc-120x120.png">
37 <link rel="icon" sizes="144x144" type="image/png" href="app/images/icons/novnc-144x144.png">
38 <link rel="icon" sizes="152x152" type="image/png" href="app/images/icons/novnc-152x152.png">
39 <link rel="icon" sizes="192x192" type="image/png" href="app/images/icons/novnc-192x192.png">
40 <link rel="icon" sizes="512x512" type="image/png" href="app/images/icons/novnc-512x512.png">
41 <link rel="icon" sizes="any" type="image/svg+xml" href="app/images/icons/novnc-icon.svg">
42 <!-- Repeated last so that legacy handling will pick this -->
43 <link rel="icon" sizes="16x16" type="image/png" href="app/images/icons/novnc-16x16.png">
44
a5df24b4 45 <!-- Apple iOS Safari settings -->
a1dbbcc1 46 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
01a9eee9 47 <meta name="apple-mobile-web-app-capable" content="yes" />
b597bdd1 48 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
2b4e6ed5
PO
49 <!-- Home Screen Icons (favourites and bookmarks use the normal icons) -->
50 <link rel="apple-touch-icon" sizes="60x60" type="image/png" href="app/images/icons/novnc-60x60.png">
51 <link rel="apple-touch-icon" sizes="76x76" type="image/png" href="app/images/icons/novnc-76x76.png">
52 <link rel="apple-touch-icon" sizes="120x120" type="image/png" href="app/images/icons/novnc-120x120.png">
53 <link rel="apple-touch-icon" sizes="152x152" type="image/png" href="app/images/icons/novnc-152x152.png">
5299db1a 54
01a9eee9 55 <!-- Stylesheets -->
ae510306
SR
56 <link rel="stylesheet" href="app/styles/base.css" />
57 <link rel="alternate stylesheet" href="app/styles/black.css" TITLE="Black" />
58 <link rel="alternate stylesheet" href="app/styles/blue.css" TITLE="Blue" />
01a9eee9 59
01a9eee9 60 <!--
5299db1a 61 <script type='text/javascript'
01a9eee9
JM
62 src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
63 -->
64
5299db1a 65</head>
65e27ddd 66
53fc7392 67<body>
3911256c 68 <!-- noVNC Control Bar -->
fb7c3b3b 69 <div id="noVNC_control_bar_anchor" class="noVNC_vcenter">
3911256c 70
38323d4d 71 <div id="noVNC_control_bar">
65e3d7d6 72 <div id="noVNC_control_bar_handle" title="Hide/Show the control bar"><div></div></div>
38323d4d
PO
73
74 <div class="noVNC_scroll">
75
4d3aa0ef
PO
76 <h1 class="noVNC_logo"><span>no</span><br />VNC</h1>
77
3911256c 78 <!-- Drag/Pan the viewport -->
8bf68826 79 <input type="image" alt="viewport drag" src="app/images/drag.svg"
a49d9298 80 id="noVNC_view_drag_button" class="noVNC_button noVNC_hidden"
a1dbbcc1 81 title="Move/Drag Viewport" />
3911256c 82
83 <!--noVNC Touch Device only buttons-->
a5df24b4 84 <div id="noVNC_mobile_buttons">
8bf68826 85 <input type="image" alt="No mousebutton" src="app/images/mouse_none.svg"
cd5a035d
PO
86 id="noVNC_mouse_button0" class="noVNC_button"
87 title="Active Mouse Button"/>
8bf68826 88 <input type="image" alt="Left mousebutton" src="app/images/mouse_left.svg"
cd5a035d
PO
89 id="noVNC_mouse_button1" class="noVNC_button"
90 title="Active Mouse Button"/>
8bf68826 91 <input type="image" alt="Middle mousebutton" src="app/images/mouse_middle.svg"
cd5a035d
PO
92 id="noVNC_mouse_button2" class="noVNC_button"
93 title="Active Mouse Button"/>
8bf68826 94 <input type="image" alt="Right mousebutton" src="app/images/mouse_right.svg"
cd5a035d
PO
95 id="noVNC_mouse_button4" class="noVNC_button"
96 title="Active Mouse Button"/>
8bf68826 97 <input type="image" alt="Keyboard" src="app/images/keyboard.svg"
a49d9298 98 id="noVNC_keyboard_button" class="noVNC_button"
a1dbbcc1 99 value="Keyboard" title="Show Keyboard" />
a5df24b4 100 </div>
01a9eee9 101
ebbec43a
PO
102 <!-- Extra manual keys -->
103 <div id="noVNC_extra_keys">
104 <input type="image" alt="Extra keys" src="app/images/toggleextrakeys.svg"
cd5a035d
PO
105 id="noVNC_toggle_extra_keys_button" class="noVNC_button"
106 title="Show Extra Keys"/>
fb7c3b3b
PO
107 <div class="noVNC_vcenter">
108 <div id="noVNC_modifiers" class="noVNC_panel">
ebbec43a 109 <input type="image" alt="Ctrl" src="app/images/ctrl.svg"
cd5a035d
PO
110 id="noVNC_toggle_ctrl_button" class="noVNC_button"
111 title="Toggle Ctrl"/>
ebbec43a 112 <input type="image" alt="Alt" src="app/images/alt.svg"
cd5a035d
PO
113 id="noVNC_toggle_alt_button" class="noVNC_button"
114 title="Toggle Alt"/>
ebbec43a 115 <input type="image" alt="Tab" src="app/images/tab.svg"
cd5a035d
PO
116 id="noVNC_send_tab_button" class="noVNC_button"
117 title="Send Tab"/>
ebbec43a 118 <input type="image" alt="Esc" src="app/images/esc.svg"
cd5a035d
PO
119 id="noVNC_send_esc_button" class="noVNC_button"
120 title="Send Escape"/>
ca25d2ae
PO
121 <input type="image" alt="Ctrl+Alt+Del" src="app/images/ctrlaltdel.svg"
122 id="noVNC_send_ctrl_alt_del_button" class="noVNC_button"
123 title="Send Ctrl-Alt-Del" />
bd88b943 124 </div>
fb7c3b3b 125 </div>
a5df24b4 126 </div>
0fa4e0a9 127
3911256c 128 <!-- XVP Shutdown/Reboot -->
8bf68826 129 <input type="image" alt="Shutdown/Reboot" src="app/images/power.svg"
a49d9298 130 id="noVNC_xvp_button" class="noVNC_button"
fb35d50f 131 title="Shutdown/Reboot..." />
fb7c3b3b 132 <div class="noVNC_vcenter">
286947cb 133 <div id="noVNC_xvp" class="noVNC_panel">
5454c345
PO
134 <div class="noVNC_heading">
135 <img src="app/images/power.svg"> Power
136 </div>
a49d9298 137 <input type="button" id="noVNC_xvp_shutdown_button" value="Shutdown" />
138 <input type="button" id="noVNC_xvp_reboot_button" value="Reboot" />
139 <input type="button" id="noVNC_xvp_reset_button" value="Reset" />
3911256c 140 </div>
fb7c3b3b 141 </div>
0fa4e0a9 142
3911256c 143 <!-- Clipboard -->
8bf68826 144 <input type="image" alt="Clipboard" src="app/images/clipboard.svg"
a49d9298 145 id="noVNC_clipboard_button" class="noVNC_button"
26945049 146 title="Clipboard" />
fb7c3b3b 147 <div class="noVNC_vcenter">
286947cb 148 <div id="noVNC_clipboard" class="noVNC_panel">
5454c345
PO
149 <div class="noVNC_heading">
150 <img src="app/images/clipboard.svg"> Clipboard
151 </div>
667a83e6 152 <textarea id="noVNC_clipboard_text" rows=5></textarea>
3911256c 153 <br />
154 <input id="noVNC_clipboard_clear_button" type="button"
79fd3b1f 155 value="Clear" class="noVNC_submit" />
3911256c 156 </div>
fb7c3b3b 157 </div>
01a9eee9 158
3911256c 159 <!-- Toggle fullscreen -->
8bf68826 160 <input type="image" alt="Fullscreen" src="app/images/fullscreen.svg"
a49d9298 161 id="noVNC_fullscreen_button" class="noVNC_button noVNC_hidden"
7d1dc09a 162 title="Fullscreen" />
fb35d50f 163
3911256c 164 <!-- Settings -->
8bf68826 165 <input type="image" alt="Settings" src="app/images/settings.svg"
a49d9298 166 id="noVNC_settings_button" class="noVNC_button"
26945049 167 title="Settings" />
fb7c3b3b 168 <div class="noVNC_vcenter">
286947cb 169 <div id="noVNC_settings" class="noVNC_panel">
01a9eee9 170 <ul>
5454c345
PO
171 <li class="noVNC_heading">
172 <img src="app/images/settings.svg"> Settings
173 </li>
1fe9faee
PO
174 <li>
175 <label><input id="noVNC_setting_encrypt" type="checkbox" /> Encrypt</label>
176 </li>
177 <li>
178 <label><input id="noVNC_setting_true_color" type="checkbox" checked /> True Color</label>
179 </li>
180 <li>
181 <label><input id="noVNC_setting_cursor" type="checkbox" /> Local Cursor</label>
182 </li>
183 <li>
184 <label><input id="noVNC_setting_clip" type="checkbox" /> Clip to Window</label>
185 </li>
186 <li>
187 <label><input id="noVNC_setting_shared" type="checkbox" /> Shared Mode</label>
188 </li>
189 <li>
190 <label><input id="noVNC_setting_view_only" type="checkbox" /> View Only</label>
191 </li>
192 <li><hr></li>
193 <li>
194 <label for="noVNC_setting_path">Path:</label>
195 <input id="noVNC_setting_path" type="input" value="websockify" />
196 </li>
197 <li>
198 <label for="noVNC_setting_resize">Scaling Mode:</label>
682fd02b 199 <select id="noVNC_setting_resize" name="vncResize">
8b46c0de 200 <option value="off">None</option>
72747869
SR
201 <option value="scale">Local Scaling</option>
202 <option value="downscale">Local Downscaling</option>
8b46c0de 203 <option value="remote">Remote Resizing</option>
1fe9faee
PO
204 </select>
205 </li>
206 <li>
207 <label for="noVNC_setting_repeaterID">Repeater ID:</label>
208 <input id="noVNC_setting_repeaterID" type="input" value="" />
8b46c0de 209 </li>
1fe9faee 210 <li><hr></li>
01a9eee9 211 <!-- Stylesheet selection dropdown -->
1fe9faee
PO
212 <li>
213 <label>Style:
eeb395dc 214 <select id="noVNC_setting_stylesheet" name="vncStyle">
215 <option value="default">default</option>
1fe9faee
PO
216 </select>
217 </label>
01a9eee9 218 </li>
01a9eee9 219 <!-- Logging selection dropdown -->
1fe9faee
PO
220 <li>
221 <label>Logging:
eeb395dc 222 <select id="noVNC_setting_logging" name="vncLogging">
1fe9faee
PO
223 </select>
224 </label>
225 </li>
226 <li><hr></li>
227 <li>
228 <input type="button" id="noVNC_settings_apply" value="Apply" class="noVNC_submit" />
01a9eee9 229 </li>
01a9eee9 230 </ul>
3911256c 231 </div>
fb7c3b3b 232 </div>
01a9eee9 233
3911256c 234 <!-- Connection Controls -->
8bf68826 235 <input type="image" alt="Connect" src="app/images/connect.svg"
a49d9298 236 id="noVNC_connect_controls_button" class="noVNC_button"
26945049 237 title="Connect" />
8bf68826 238 <input type="image" alt="Disconnect" src="app/images/disconnect.svg"
a49d9298 239 id="noVNC_disconnect_button" class="noVNC_button"
26945049 240 title="Disconnect" />
fb7c3b3b 241 <div class="noVNC_vcenter">
a49d9298 242 <div id="noVNC_connect_controls" class="noVNC_panel">
3911256c 243 <ul>
5454c345
PO
244 <li class="noVNC_heading">
245 <img src="app/images/connect.svg"> Connection
246 </li>
1fe9faee
PO
247 <li>
248 <label for="noVNC_setting_host">Host:</label>
249 <input id="noVNC_setting_host" />
250 </li>
251 <li>
252 <label for="noVNC_setting_port">Port:</label>
253 <input id="noVNC_setting_port" />
254 </li>
255 <li>
256 <label for="noVNC_setting_password">Password:</label>
257 <input id="noVNC_setting_password" type="password" />
258 </li>
259 <li>
260 <label for="noVNC_setting_token">Token:</label>
261 <input id="noVNC_setting_token" />
262 </li>
263 <li><hr></li>
264 <li>
265 <input id="noVNC_connect_button" type="button" value="Connect" class="noVNC_submit" />
266 </li>
3911256c 267 </ul>
268 </div>
fb7c3b3b 269 </div>
38323d4d
PO
270
271 </div>
01a9eee9
JM
272 </div>
273
3f2c25a6 274 </div> <!-- End of noVNC_control_bar -->
01a9eee9 275
8434cc81
PO
276 <!-- Status Dialog -->
277 <div id="noVNC_status"></div>
278
8a7ec6ea
SM
279 <!-- Password Dialog -->
280 <div class="noVNC_center">
281 <div id="noVNC_password_dlg" class="noVNC_panel">
282 <ul>
1fe9faee
PO
283 <li>
284 <label>Password:</label>
285 <input id="noVNC_password_input" type="password" />
286 </li>
287 <li>
288 <input id="noVNC_password_button" type="button" value="Send Password" class="noVNC_submit" />
289 </li>
8a7ec6ea
SM
290 </ul>
291 </div>
292 </div>
b70ce077 293
8d710e8b
PO
294 <!-- Transition Screens -->
295 <div id="noVNC_transition">
296 <div id="noVNC_transition_text"></div>
297 <div class="noVNC_spinner"></div>
298 </div>
299
553864e8 300 <div id="noVNC_container">
4d3aa0ef 301 <h1 id="noVNC_logo" class="noVNC_logo"><span>no</span><br />VNC</h1>
a5df24b4
JM
302
303 <!-- HTML5 Canvas -->
553864e8 304 <div id="noVNC_screen">
c8d4402f
PO
305 <!-- Note that Google Chrome on Android doesn't respect any of these,
306 html attributes which attempt to disable text suggestions on the
307 on-screen keyboard. Let's hope Chrome implements the ime-mode
308 style for example -->
309 <textarea id="noVNC_keyboardinput" autocapitalize="off"
310 autocorrect="off" autocomplete="off" spellcheck="false"
311 mozactionhint="Enter"></textarea>
312
fdedbafb 313 <canvas id="noVNC_canvas" width="0" height="0">
a5df24b4
JM
314 Canvas not supported.
315 </canvas>
316 </div>
317
01a9eee9 318 </div>
63bf2ba5
PO
319
320 <audio id="noVNC_bell">
321 <source src="app/sounds/bell.oga" type="audio/ogg">
322 <source src="app/sounds/bell.mp3" type="audio/mpeg">
323 </audio>
324
ae510306
SR
325 <!-- begin scripts -->
326 <script src="core/util.js"></script>
72bdd06e 327 <script src="app/webutil.js"></script>
ae510306
SR
328 <script src="app/ui.js"></script>
329 <!-- end scripts -->
6f4b1e40 330
53fc7392 331 </body>
65e27ddd 332</html>