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