]> git.proxmox.com Git - mirror_novnc.git/blob - vnc.html
Merged the control-bar and the status-bar together.
[mirror_novnc.git] / vnc.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4
5 <!--
6 noVNC example: simple example using default UI
7 Copyright (C) 2012 Joel Martin
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&true_color=1
13 -->
14 <title>noVNC</title>
15
16 <meta charset="utf-8">
17
18 <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
19 Remove this if you use the .htaccess -->
20 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
21
22 <!-- Apple iOS Safari settings -->
23 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
24 <meta name="apple-mobile-web-app-capable" content="yes" />
25 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
26 <!-- App Start Icon -->
27 <link rel="apple-touch-startup-image" href="images/screen_320x460.png" />
28 <!-- For iOS devices set the icon to use if user bookmarks app on their homescreen -->
29 <link rel="apple-touch-icon" href="images/screen_57x57.png">
30 <!--
31 <link rel="apple-touch-icon-precomposed" href="images/screen_57x57.png" />
32 -->
33
34
35 <!-- Stylesheets -->
36 <link rel="stylesheet" href="include/base.css" />
37 <link rel="alternate stylesheet" href="include/black.css" TITLE="Black" />
38 <link rel="alternate stylesheet" href="include/blue.css" TITLE="Blue" />
39
40 <!--
41 <script type='text/javascript'
42 src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
43 -->
44
45 </head>
46
47 <body>
48 <div id="noVNC-control-bar">
49 <div id="noVNC-menu-bar" style="display:none;">
50 </div>
51 <!--noVNC Mobile Device only Buttons-->
52 <div class="noVNC-buttons-left">
53 <input type="image" src="images/drag.png"
54 id="noVNC_view_drag_button" class="noVNC_status_button"
55 title="Move/Drag Viewport">
56 <div id="noVNC_mobile_buttons">
57 <input type="image" src="images/mouse_none.png"
58 id="noVNC_mouse_button0" class="noVNC_status_button">
59 <input type="image" src="images/mouse_left.png"
60 id="noVNC_mouse_button1" class="noVNC_status_button">
61 <input type="image" src="images/mouse_middle.png"
62 id="noVNC_mouse_button2" class="noVNC_status_button">
63 <input type="image" src="images/mouse_right.png"
64 id="noVNC_mouse_button4" class="noVNC_status_button">
65 <input type="image" src="images/keyboard.png"
66 id="showKeyboard" class="noVNC_status_button"
67 value="Keyboard" title="Show Keyboard"/>
68 <input type="email"
69 autocapitalize="off" autocorrect="off"
70 id="keyboardinput" class="noVNC_status_button"/>
71 </div>
72 </div>
73
74 <div id="noVNC_status_bar" class="noVNC_status_bar">
75 <div id="noVNC_status">Loading</div>
76 </div>
77
78 <!--noVNC Buttons-->
79 <div class="noVNC-buttons-right">
80 <input type="image" src="images/ctrlaltdel.png"
81 id="sendCtrlAltDelButton" class="noVNC_status_button"
82 title="Send Ctrl-Alt-Del" />
83 <input type="image" src="images/clipboard.png"
84 id="clipboardButton" class="noVNC_status_button"
85 title="Clipboard" />
86 <input type="image" src="images/settings.png"
87 id="settingsButton" class="noVNC_status_button"
88 title="Settings" />
89 <input type="image" src="images/connect.png"
90 id="connectButton" class="noVNC_status_button"
91 title="Connect" />
92 <input type="image" src="images/disconnect.png"
93 id="disconnectButton" class="noVNC_status_button"
94 title="Disconnect" />
95 </div>
96
97 <!-- Description Panel -->
98 <!-- Shown by default when hosted at for kanaka.github.com -->
99 <div id="noVNC_description" style="display:none;" class="">
100 noVNC is a browser based VNC client implemented using HTML5 Canvas
101 and WebSockets. You will either need a VNC server with WebSockets
102 support (such as <a href="http://libvncserver.sourceforge.net/">libvncserver</a>)
103 or you will need to use
104 <a href="https://github.com/kanaka/websockify">websockify</a>
105 to bridge between your browser and VNC server. See the noVNC
106 <a href="https://github.com/kanaka/noVNC">README</a>
107 and <a href="http://kanaka.github.com/noVNC">website</a>
108 for more information.
109 <br />
110 <input id="descriptionButton" type="button" value="Close">
111 </div>
112
113 <!-- Popup Status Panel -->
114 <div id="noVNC_popup_status_panel" class="">
115 </div>
116
117 <!-- Clipboard Panel -->
118 <div id="noVNC_clipboard" class="triangle-right top">
119 <textarea id="noVNC_clipboard_text" rows=5>
120 </textarea>
121 <br />
122 <input id="noVNC_clipboard_clear_button" type="button"
123 value="Clear">
124 </div>
125
126 <!-- Settings Panel -->
127 <div id="noVNC_settings" class="triangle-right top">
128 <span id="noVNC_settings_menu">
129 <ul>
130 <li><input id="noVNC_encrypt" type="checkbox"> Encrypt</li>
131 <li><input id="noVNC_true_color" type="checkbox" checked> True Color</li>
132 <li><input id="noVNC_cursor" type="checkbox"> Local Cursor</li>
133 <li><input id="noVNC_clip" type="checkbox"> Clip to Window</li>
134 <li><input id="noVNC_shared" type="checkbox"> Shared Mode</li>
135 <li><input id="noVNC_view_only" type="checkbox"> View Only</li>
136 <li><input id="noVNC_connectTimeout" type="input"> Connect Timeout (s)</li>
137 <li><input id="noVNC_path" type="input" value="websockify"> Path</li>
138 <li><input id="noVNC_repeaterID" type="input" value=""> Repeater ID</li>
139 <hr>
140 <!-- Stylesheet selection dropdown -->
141 <li><label><strong>Style: </strong>
142 <select id="noVNC_stylesheet" name="vncStyle">
143 <option value="default">default</option>
144 </select></label>
145 </li>
146
147 <!-- Logging selection dropdown -->
148 <li><label><strong>Logging: </strong>
149 <select id="noVNC_logging" name="vncLogging">
150 </select></label>
151 </li>
152 <hr>
153 <li><input type="button" id="noVNC_apply" value="Apply"></li>
154 </ul>
155 </span>
156 </div>
157
158 <!-- Connection Panel -->
159 <div id="noVNC_controls" class="triangle-right top">
160 <ul>
161 <li><label><strong>Host: </strong><input id="noVNC_host" /></label></li>
162 <li><label><strong>Port: </strong><input id="noVNC_port" /></label></li>
163 <li><label><strong>Password: </strong><input id="noVNC_password" type="password" /></label></li>
164 <li><input id="noVNC_connect_button" type="button" value="Connect"></li>
165 </ul>
166 </div>
167
168 </div> <!-- End of noVNC-control-bar -->
169
170
171 <div id="noVNC_screen">
172 <div id="noVNC_screen_pad"></div>
173
174 <h1 id="noVNC_logo"><span>no</span><br />VNC</h1>
175
176 <!-- HTML5 Canvas -->
177 <div id="noVNC_container">
178 <canvas id="noVNC_canvas" width="640px" height="20px">
179 Canvas not supported.
180 </canvas>
181 </div>
182
183 </div>
184 <script src="include/util.js"></script>
185 <script src="include/ui.js"></script>
186
187 </body>
188 </html>