]> git.proxmox.com Git - mirror_novnc.git/blob - vnc.html
Add default language
[mirror_novnc.git] / vnc.html
1 <!DOCTYPE html>
2 <html lang="en" class="noVNC_loading">
3 <head>
4
5 <!--
6 noVNC example: simple example using default UI
7 Copyright (C) 2018 The noVNC Authors
8 noVNC is licensed under the MPL 2.0 (see LICENSE.txt)
9 This file is licensed under the 2-Clause BSD license (see LICENSE.txt).
10
11 Connect parameters are provided in query string:
12 http://example.com/?host=HOST&port=PORT&encrypt=1
13 or the fragment:
14 http://example.com/#host=HOST&port=PORT&encrypt=1
15 -->
16 <title>noVNC</title>
17
18 <meta charset="utf-8" />
19
20 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
21 Remove this if you use the .htaccess -->
22 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
23
24 <!-- Icons (see app/images/icons/Makefile for what the sizes are for) -->
25 <link rel="icon" sizes="16x16" type="image/png" href="app/images/icons/novnc-16x16.png">
26 <link rel="icon" sizes="24x24" type="image/png" href="app/images/icons/novnc-24x24.png">
27 <link rel="icon" sizes="32x32" type="image/png" href="app/images/icons/novnc-32x32.png">
28 <link rel="icon" sizes="48x48" type="image/png" href="app/images/icons/novnc-48x48.png">
29 <link rel="icon" sizes="60x60" type="image/png" href="app/images/icons/novnc-60x60.png">
30 <link rel="icon" sizes="64x64" type="image/png" href="app/images/icons/novnc-64x64.png">
31 <link rel="icon" sizes="72x72" type="image/png" href="app/images/icons/novnc-72x72.png">
32 <link rel="icon" sizes="76x76" type="image/png" href="app/images/icons/novnc-76x76.png">
33 <link rel="icon" sizes="96x96" type="image/png" href="app/images/icons/novnc-96x96.png">
34 <link rel="icon" sizes="120x120" type="image/png" href="app/images/icons/novnc-120x120.png">
35 <link rel="icon" sizes="144x144" type="image/png" href="app/images/icons/novnc-144x144.png">
36 <link rel="icon" sizes="152x152" type="image/png" href="app/images/icons/novnc-152x152.png">
37 <link rel="icon" sizes="192x192" type="image/png" href="app/images/icons/novnc-192x192.png">
38 <!-- Firefox currently mishandles SVG, see #1419039
39 <link rel="icon" sizes="any" type="image/svg+xml" href="app/images/icons/novnc-icon.svg">
40 -->
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 <!-- this is included as a normal file in order to catch script-loading errors as well -->
58 <script type="text/javascript" src="app/error-handler.js"></script>
59
60 <!-- begin scripts -->
61 <!-- promise polyfills promises for IE11 -->
62 <script src="vendor/promise.js"></script>
63 <!-- ES2015/ES6 modules polyfill -->
64 <script type="module">
65 window._noVNC_has_module_support = true;
66 </script>
67 <script>
68 window.addEventListener("load", function() {
69 if (window._noVNC_has_module_support) return;
70 var loader = document.createElement("script");
71 loader.src = "vendor/browser-es-module-loader/dist/browser-es-module-loader.js";
72 document.head.appendChild(loader);
73 });
74 </script>
75 <!-- actual script modules -->
76 <script type="module" crossorigin="anonymous" src="app/ui.js"></script>
77 <!-- end scripts -->
78 </head>
79
80 <body>
81
82 <div id="noVNC_fallback_error" class="noVNC_center">
83 <div>
84 <div>noVNC encountered an error:</div>
85 <br>
86 <div id="noVNC_fallback_errormsg"></div>
87 </div>
88 </div>
89
90 <!-- noVNC Control Bar -->
91 <div id="noVNC_control_bar_anchor" class="noVNC_vcenter">
92
93 <div id="noVNC_control_bar">
94 <div id="noVNC_control_bar_handle" title="Hide/Show the control bar"><div></div></div>
95
96 <div class="noVNC_scroll">
97
98 <h1 class="noVNC_logo" translate="no"><span>no</span><br />VNC</h1>
99
100 <!-- Drag/Pan the viewport -->
101 <input type="image" alt="viewport drag" src="app/images/drag.svg"
102 id="noVNC_view_drag_button" class="noVNC_button noVNC_hidden"
103 title="Move/Drag Viewport" />
104
105 <!--noVNC Touch Device only buttons-->
106 <div id="noVNC_mobile_buttons">
107 <input type="image" alt="No mousebutton" src="app/images/mouse_none.svg"
108 id="noVNC_mouse_button0" class="noVNC_button"
109 title="Active Mouse Button"/>
110 <input type="image" alt="Left mousebutton" src="app/images/mouse_left.svg"
111 id="noVNC_mouse_button1" class="noVNC_button"
112 title="Active Mouse Button"/>
113 <input type="image" alt="Middle mousebutton" src="app/images/mouse_middle.svg"
114 id="noVNC_mouse_button2" class="noVNC_button"
115 title="Active Mouse Button"/>
116 <input type="image" alt="Right mousebutton" src="app/images/mouse_right.svg"
117 id="noVNC_mouse_button4" class="noVNC_button"
118 title="Active Mouse Button"/>
119 <input type="image" alt="Keyboard" src="app/images/keyboard.svg"
120 id="noVNC_keyboard_button" class="noVNC_button"
121 value="Keyboard" title="Show Keyboard" />
122 </div>
123
124 <!-- Extra manual keys -->
125 <div id="noVNC_extra_keys">
126 <input type="image" alt="Extra keys" src="app/images/toggleextrakeys.svg"
127 id="noVNC_toggle_extra_keys_button" class="noVNC_button"
128 title="Show Extra Keys"/>
129 <div class="noVNC_vcenter">
130 <div id="noVNC_modifiers" class="noVNC_panel">
131 <input type="image" alt="Ctrl" src="app/images/ctrl.svg"
132 id="noVNC_toggle_ctrl_button" class="noVNC_button"
133 title="Toggle Ctrl"/>
134 <input type="image" alt="Alt" src="app/images/alt.svg"
135 id="noVNC_toggle_alt_button" class="noVNC_button"
136 title="Toggle Alt"/>
137 <input type="image" alt="Windows" src="app/images/windows.svg"
138 id="noVNC_toggle_windows_button" class="noVNC_button"
139 title="Toggle Windows"/>
140 <input type="image" alt="Tab" src="app/images/tab.svg"
141 id="noVNC_send_tab_button" class="noVNC_button"
142 title="Send Tab"/>
143 <input type="image" alt="Esc" src="app/images/esc.svg"
144 id="noVNC_send_esc_button" class="noVNC_button"
145 title="Send Escape"/>
146 <input type="image" alt="Ctrl+Alt+Del" src="app/images/ctrlaltdel.svg"
147 id="noVNC_send_ctrl_alt_del_button" class="noVNC_button"
148 title="Send Ctrl-Alt-Del" />
149 </div>
150 </div>
151 </div>
152
153 <!-- Shutdown/Reboot -->
154 <input type="image" alt="Shutdown/Reboot" src="app/images/power.svg"
155 id="noVNC_power_button" class="noVNC_button"
156 title="Shutdown/Reboot..." />
157 <div class="noVNC_vcenter">
158 <div id="noVNC_power" class="noVNC_panel">
159 <div class="noVNC_heading">
160 <img src="app/images/power.svg"> Power
161 </div>
162 <input type="button" id="noVNC_shutdown_button" value="Shutdown" />
163 <input type="button" id="noVNC_reboot_button" value="Reboot" />
164 <input type="button" id="noVNC_reset_button" value="Reset" />
165 </div>
166 </div>
167
168 <!-- Clipboard -->
169 <input type="image" alt="Clipboard" src="app/images/clipboard.svg"
170 id="noVNC_clipboard_button" class="noVNC_button"
171 title="Clipboard" />
172 <div class="noVNC_vcenter">
173 <div id="noVNC_clipboard" class="noVNC_panel">
174 <div class="noVNC_heading">
175 <img src="app/images/clipboard.svg"> Clipboard
176 </div>
177 <textarea id="noVNC_clipboard_text" rows=5></textarea>
178 <br />
179 <input id="noVNC_clipboard_clear_button" type="button"
180 value="Clear" class="noVNC_submit" />
181 </div>
182 </div>
183
184 <!-- Toggle fullscreen -->
185 <input type="image" alt="Fullscreen" src="app/images/fullscreen.svg"
186 id="noVNC_fullscreen_button" class="noVNC_button noVNC_hidden"
187 title="Fullscreen" />
188
189 <!-- Settings -->
190 <input type="image" alt="Settings" src="app/images/settings.svg"
191 id="noVNC_settings_button" class="noVNC_button"
192 title="Settings" />
193 <div class="noVNC_vcenter">
194 <div id="noVNC_settings" class="noVNC_panel">
195 <ul>
196 <li class="noVNC_heading">
197 <img src="app/images/settings.svg"> Settings
198 </li>
199 <li>
200 <label><input id="noVNC_setting_shared" type="checkbox" /> Shared Mode</label>
201 </li>
202 <li>
203 <label><input id="noVNC_setting_view_only" type="checkbox" /> View Only</label>
204 </li>
205 <li><hr></li>
206 <li>
207 <label><input id="noVNC_setting_view_clip" type="checkbox" /> Clip to Window</label>
208 </li>
209 <li>
210 <label for="noVNC_setting_resize">Scaling Mode:</label>
211 <select id="noVNC_setting_resize" name="vncResize">
212 <option value="off">None</option>
213 <option value="scale">Local Scaling</option>
214 <option value="remote">Remote Resizing</option>
215 </select>
216 </li>
217 <li><hr></li>
218 <li>
219 <div class="noVNC_expander">Advanced</div>
220 <div><ul>
221 <li>
222 <label for="noVNC_setting_repeaterID">Repeater ID:</label>
223 <input id="noVNC_setting_repeaterID" type="input" value="" />
224 </li>
225 <li>
226 <div class="noVNC_expander">WebSocket</div>
227 <div><ul>
228 <li>
229 <label><input id="noVNC_setting_encrypt" type="checkbox" /> Encrypt</label>
230 </li>
231 <li>
232 <label for="noVNC_setting_host">Host:</label>
233 <input id="noVNC_setting_host" />
234 </li>
235 <li>
236 <label for="noVNC_setting_port">Port:</label>
237 <input id="noVNC_setting_port" type="number" />
238 </li>
239 <li>
240 <label for="noVNC_setting_path">Path:</label>
241 <input id="noVNC_setting_path" type="input" value="websockify" />
242 </li>
243 </ul></div>
244 </li>
245 <li><hr></li>
246 <li>
247 <label><input id="noVNC_setting_reconnect" type="checkbox" /> Automatic Reconnect</label>
248 </li>
249 <li>
250 <label for="noVNC_setting_reconnect_delay">Reconnect Delay (ms):</label>
251 <input id="noVNC_setting_reconnect_delay" type="number" />
252 </li>
253 <li><hr></li>
254 <li>
255 <label><input id="noVNC_setting_show_dot" type="checkbox" /> Show Dot when No Cursor</label>
256 </li>
257 <li><hr></li>
258 <!-- Logging selection dropdown -->
259 <li>
260 <label>Logging:
261 <select id="noVNC_setting_logging" name="vncLogging">
262 </select>
263 </label>
264 </li>
265 </ul></div>
266 </li>
267 </ul>
268 </div>
269 </div>
270
271 <!-- Connection Controls -->
272 <input type="image" alt="Disconnect" src="app/images/disconnect.svg"
273 id="noVNC_disconnect_button" class="noVNC_button"
274 title="Disconnect" />
275
276 </div>
277 </div>
278
279 <div id="noVNC_control_bar_hint"></div>
280
281 </div> <!-- End of noVNC_control_bar -->
282
283 <!-- Status Dialog -->
284 <div id="noVNC_status"></div>
285
286 <!-- Connect button -->
287 <div class="noVNC_center">
288 <div id="noVNC_connect_dlg">
289 <div class="noVNC_logo" translate="no"><span>no</span>VNC</div>
290 <div id="noVNC_connect_button"><div>
291 <img src="app/images/connect.svg"> Connect
292 </div></div>
293 </div>
294 </div>
295
296 <!-- Password Dialog -->
297 <div class="noVNC_center noVNC_connect_layer">
298 <div id="noVNC_password_dlg" class="noVNC_panel"><form>
299 <ul>
300 <li>
301 <label>Password:</label>
302 <input id="noVNC_password_input" type="password" />
303 </li>
304 <li>
305 <input id="noVNC_password_button" type="submit" value="Send Password" class="noVNC_submit" />
306 </li>
307 </ul>
308 </form></div>
309 </div>
310
311 <!-- Transition Screens -->
312 <div id="noVNC_transition">
313 <div id="noVNC_transition_text"></div>
314 <div>
315 <input type="button" id="noVNC_cancel_reconnect_button" value="Cancel" class="noVNC_submit" />
316 </div>
317 <div class="noVNC_spinner"></div>
318 </div>
319
320 <!-- This is where the RFB elements will attach -->
321 <div id="noVNC_container">
322 <!-- Note that Google Chrome on Android doesn't respect any of these,
323 html attributes which attempt to disable text suggestions on the
324 on-screen keyboard. Let's hope Chrome implements the ime-mode
325 style for example -->
326 <textarea id="noVNC_keyboardinput" autocapitalize="off"
327 autocorrect="off" autocomplete="off" spellcheck="false"
328 mozactionhint="Enter" tabindex="-1"></textarea>
329 </div>
330
331 <audio id="noVNC_bell">
332 <source src="app/sounds/bell.oga" type="audio/ogg">
333 <source src="app/sounds/bell.mp3" type="audio/mpeg">
334 </audio>
335 </body>
336 </html>