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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
405 </div> | 405 </div> |
406 <div class="dialog-footer progressable" tabindex="-1" | 406 <div class="dialog-footer progressable" tabindex="-1" |
407 visibleif="saveas-file"> | 407 visibleif="saveas-file"> |
408 <div class="left"> | 408 <div class="left"> |
409 <button id="new-folder-button" i18n-content="NEW_FOLDER_BUTTON_LABEL" | 409 <button id="new-folder-button" i18n-content="NEW_FOLDER_BUTTON_LABEL" |
410 visibleif="saveas-file folder" command="#new-folder" | 410 visibleif="saveas-file folder" command="#new-folder" |
411 tabindex="4"> | 411 tabindex="4"> |
412 </button> | 412 </button> |
413 <div id="filename-input-box"> | 413 <div id="filename-input-box"> |
414 <div class="filename-label" i18n-content="FILENAME_LABEL"></div> | 414 <div class="filename-label" i18n-content="FILENAME_LABEL"></div> |
415 <input type="text" spellcheck="false" tabindex="1"> | 415 <input class="entry-name" type="text" spellcheck="false" tabindex="1"> |
416 </div> | 416 </div> |
417 <div class="preparing-label" i18n-content="PREPARING_LABEL"></div> | 417 <div class="preparing-label" i18n-content="PREPARING_LABEL"></div> |
418 <div class="progress-bar"> | 418 <div class="progress-bar"> |
419 <div class="progress-track"></div> | 419 <div class="progress-track"></div> |
420 </div> | 420 </div> |
421 </div> | 421 </div> |
422 <div class="right buttonbar"> | 422 <div class="right buttonbar"> |
423 <select class="file-type" hidden></select> | 423 <select class="file-type" hidden></select> |
424 <button class="ok" disabled tabindex="2"></button> | 424 <button class="ok" disabled tabindex="2"></button> |
425 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="3"></button
> | 425 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="3"></button
> |
426 </div> | 426 </div> |
427 </div> | 427 </div> |
428 <div id="drag-container"></div> | 428 <div id="drag-container"></div> |
429 <iframe id="command-dispatcher" hidden></iframe> | 429 <iframe id="command-dispatcher" hidden></iframe> |
430 <div class="overlay-pane" id="iframe-drag-area" hidden></div> | 430 <div class="overlay-pane" id="iframe-drag-area" hidden></div> |
431 </body> | 431 </body> |
432 </html> | 432 </html> |
OLD | NEW |