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 <html i18n-values="dir:textdirection;"> | 7 <html i18n-values="dir:textdirection;"> |
8 <head> | 8 <head> |
9 <!-- We have to set some default title, or chrome will use the page name. | 9 <!-- We have to set some default title, or chrome will use the page name. |
10 -- As soon as we init and change to a directory, we'll show the directory | 10 -- As soon as we init and change to a directory, we'll show the directory |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 <div class="dialog-navigation-list"> | 274 <div class="dialog-navigation-list"> |
275 <div class="dialog-navigation-list-header"> | 275 <div class="dialog-navigation-list-header"> |
276 <span id="app-name"></span> | 276 <span id="app-name"></span> |
277 </div> | 277 </div> |
278 <div class="dialog-navigation-list-contents"> | 278 <div class="dialog-navigation-list-contents"> |
279 <list id="navigation-list" tabindex="14"></list> | 279 <list id="navigation-list" tabindex="14"></list> |
280 </div> | 280 </div> |
281 <div class="dialog-navigation-list-footer"> | 281 <div class="dialog-navigation-list-footer"> |
282 <div id="progress-center" hidden> | 282 <div id="progress-center" hidden> |
283 <li id="progress-center-close-view"> | 283 <li id="progress-center-close-view"> |
284 <label></label> | |
285 <div class="progress-frame"> | 284 <div class="progress-frame"> |
| 285 <label></label> |
286 <div class="progress-bar"> | 286 <div class="progress-bar"> |
287 <div class="progress-track" hidden></div> | 287 <div class="progress-track" hidden></div> |
288 </div> | 288 </div> |
289 </div> | 289 </div> |
| 290 <div class="button-frame"> |
| 291 <button class="cancel" tabindex="-1"></button> |
| 292 <button class="open" tabindex="-1"></button> |
| 293 </div> |
290 </li> | 294 </li> |
291 <div id="progress-center-open-view"></div> | 295 <div id="progress-center-open-view"> |
292 <button class="toggle" tabindex="-1"></button> | 296 <button class="close" tabindex="-1"></button> |
| 297 </div> |
293 </div> | 298 </div> |
294 </div> | 299 </div> |
295 </div> | 300 </div> |
296 <div class="splitter" id="navigation-list-splitter"></div> | 301 <div class="splitter" id="navigation-list-splitter"></div> |
297 <div class="dialog-main"> | 302 <div class="dialog-main"> |
298 <div class="dialog-header"> | 303 <div class="dialog-header"> |
299 <div id="search-box"> | 304 <div id="search-box"> |
300 <div class="icon"></div> | 305 <div class="icon"></div> |
301 <div class="full-size"> | 306 <div class="full-size"> |
302 <input type="search" tabindex="-1" | 307 <input type="search" tabindex="-1" |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
405 <select class="file-type" hidden></select> | 410 <select class="file-type" hidden></select> |
406 <button class="ok" disabled tabindex="2"></button> | 411 <button class="ok" disabled tabindex="2"></button> |
407 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="3"></button
> | 412 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="3"></button
> |
408 </div> | 413 </div> |
409 </div> | 414 </div> |
410 <div id="drag-container"></div> | 415 <div id="drag-container"></div> |
411 <iframe id="command-dispatcher" hidden></iframe> | 416 <iframe id="command-dispatcher" hidden></iframe> |
412 <div class="overlay-pane" id="iframe-drag-area" hidden></div> | 417 <div class="overlay-pane" id="iframe-drag-area" hidden></div> |
413 </body> | 418 </body> |
414 </html> | 419 </html> |
OLD | NEW |