OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <!-- | 2 <!-- |
3 Copyright (c) 2011 The Chromium Authors. All rights reserved. | 3 Copyright (c) 2011 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 <td> | 138 <td> |
139 <button i18n-content="HOME_ACCESS_BUTTON" | 139 <button i18n-content="HOME_ACCESS_BUTTON" |
140 onclick="remoting.setMode( | 140 onclick="remoting.setMode( |
141 remoting.AppMode.CLIENT_UNCONNECTED);" | 141 remoting.AppMode.CLIENT_UNCONNECTED);" |
142 class="mode-select-button" | 142 class="mode-select-button" |
143 type="button"></button> | 143 type="button"></button> |
144 </td> | 144 </td> |
145 </tr> | 145 </tr> |
146 </table> | 146 </table> |
147 | 147 |
148 <div id="host-list-div" hidden> | 148 <div id="host-list-div" |
| 149 class="host-list-container collapsed" |
| 150 hidden> |
149 <img src="dividerbottom.png"> | 151 <img src="dividerbottom.png"> |
150 <h1 i18n-content="HOME_ANYTIME_REMOTE_ACCESS_TITLE" | 152 <h1 i18n-content="HOME_MY_COMPUTERS_TITLE"></h1> |
151 class="icon-label"> | 153 <table id="host-list" class="host-list-table"> |
152 </h1> | |
153 <table id="host-list" class="mode-select-table"> | |
154 </table> <!-- host-list --> | 154 </table> <!-- host-list --> |
155 </div> <!-- host-list-div --> | 155 </div> <!-- host-list-div --> |
156 | 156 |
157 </div> <!-- home --> | 157 </div> <!-- home --> |
158 | 158 |
159 <div id="host-panel" data-ui-mode="host"> | 159 <div id="host-panel" data-ui-mode="host"> |
160 | 160 |
161 <div data-ui-mode="host.waiting-for-code" class="message" | 161 <div data-ui-mode="host.waiting-for-code" class="message" |
162 i18n-content="MESSAGE_GENERATING"> | 162 i18n-content="MESSAGE_GENERATING"> |
163 </div> <!-- host.waiting-for-code --> | 163 </div> <!-- host.waiting-for-code --> |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 | 286 |
287 <section id="debug-log" dir="ltr" hidden> | 287 <section id="debug-log" dir="ltr" hidden> |
288 <div id="statistics"> | 288 <div id="statistics"> |
289 </div> | 289 </div> |
290 <div id="debug-messages"> | 290 <div id="debug-messages"> |
291 </div> | 291 </div> |
292 </section> <!-- debug-log --> | 292 </section> <!-- debug-log --> |
293 | 293 |
294 </body> | 294 </body> |
295 </html> | 295 </html> |
OLD | NEW |