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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
330 </div> | 330 </div> |
331 <div class=dialog-footer invisibleif="full-page"> | 331 <div class=dialog-footer invisibleif="full-page"> |
332 <button id="new-folder" i18n-content=NEW_FOLDER_BUTTON_LABEL | 332 <button id="new-folder" i18n-content=NEW_FOLDER_BUTTON_LABEL |
333 visibleif="saveas-file folder" command="#newfolder" tabindex="4"> | 333 visibleif="saveas-file folder" command="#newfolder" tabindex="4"> |
334 </button> | 334 </button> |
335 <div id="filename-input-box"> | 335 <div id="filename-input-box"> |
336 <div class=filename-label i18n-content=FILENAME_LABEL></div> | 336 <div class=filename-label i18n-content=FILENAME_LABEL></div> |
337 <input type=text spellcheck=false tabindex="5"> | 337 <input type=text spellcheck=false tabindex="5"> |
338 </div> | 338 </div> |
339 <div class=horizontal-spacer></div> | 339 <div class=horizontal-spacer></div> |
340 <select id="file-type"></select> | |
341 <div class=preparing-label i18n-content=PREPARING_LABEL></div> | 340 <div class=preparing-label i18n-content=PREPARING_LABEL></div> |
342 <div class=progress-bar> | 341 <div class=progress-bar> |
343 <div class=progress-track></div> | 342 <div class=progress-track></div> |
344 </div> | 343 </div> |
345 <div class="right buttonbar"> | 344 <div class="right buttonbar"> |
| 345 <select id="file-type"></select> |
346 <button class=ok disabled tabindex="6"></button> | 346 <button class=ok disabled tabindex="6"></button> |
347 <button class=cancel i18n-content=CANCEL_LABEL tabindex="7"></button> | 347 <button class=cancel i18n-content=CANCEL_LABEL tabindex="7"></button> |
348 </div> | 348 </div> |
349 </div> | 349 </div> |
350 <div id="drag-container"></div> | 350 <div id="drag-container"></div> |
351 <iframe id="command-dispatcher" hidden></iframe> | 351 <iframe id="command-dispatcher" hidden></iframe> |
352 <div class="overlay-pane" id="iframe-drag-area" hidden></div> | 352 <div class="overlay-pane" id="iframe-drag-area" hidden></div> |
353 </body> | 353 </body> |
354 </html> | 354 </html> |
OLD | NEW |