OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <!-- | 2 <!-- |
3 Copyright (c) 2012 The Chromium Authors. All rights reserved. | 3 Copyright (c) 2012 The Chromium Authors. All rights reserved. |
4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
5 found in the LICENSE file. | 5 found in the LICENSE file. |
6 --> | 6 --> |
7 | 7 |
8 <html> | 8 <html> |
9 <head> | 9 <head> |
10 <meta charset="utf-8" /> | 10 <meta charset="utf-8" /> |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 <button id="toolbar-disconnect" | 74 <button id="toolbar-disconnect" |
75 type="button" | 75 type="button" |
76 i18n-content="DISCONNECT_MYSELF_BUTTON"> | 76 i18n-content="DISCONNECT_MYSELF_BUTTON"> |
77 </button> | 77 </button> |
78 <span class="end-align"> | 78 <span class="end-align"> |
79 <button id="toggle-scaling"> | 79 <button id="toggle-scaling"> |
80 <img src="scale-to-fit.png"> | 80 <img src="scale-to-fit.png"> |
81 </button> | 81 </button> |
82 </span> | 82 </span> |
83 </div> | 83 </div> |
84 <div class="toolbar-stub"> | 84 <div class="toolbar-stub" id="toolbar-stub"> |
85 <div class="arrow-down"></div> | 85 <div class="arrow-down"></div> |
86 </div> | 86 </div> |
87 </div> <!-- session-toolbar --> | 87 </div> <!-- session-toolbar --> |
88 | 88 |
89 <div id="main" data-ui-mode="auth home host client" hidden> | 89 <div id="main" data-ui-mode="auth home host client" hidden> |
90 | 90 |
91 <header class="choice-header"> | 91 <header class="choice-header"> |
92 <img id="icon" src="chromoting128.png"> | 92 <img id="icon" src="chromoting128.png"> |
93 <h1 class="icon-label"> | 93 <h1 class="icon-label"> |
94 <span i18n-content="PRODUCT_NAME"></span> | 94 <span i18n-content="PRODUCT_NAME"></span> |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
330 | 330 |
331 <section id="debug-log" dir="ltr" hidden> | 331 <section id="debug-log" dir="ltr" hidden> |
332 <div id="statistics"> | 332 <div id="statistics"> |
333 </div> | 333 </div> |
334 <div id="debug-messages"> | 334 <div id="debug-messages"> |
335 </div> | 335 </div> |
336 </section> <!-- debug-log --> | 336 </section> <!-- debug-log --> |
337 | 337 |
338 </body> | 338 </body> |
339 </html> | 339 </html> |
OLD | NEW |