| 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 |
| 11 -- path. Until then, use an invisible non-whitespace character. | 11 -- path. Until then, use an invisible non-whitespace character. |
| 12 --> | 12 --> |
| 13 <title></title> | 13 <title></title> |
| 14 | 14 |
| 15 <meta name="google" value="notranslate"> | 15 <meta name="google" value="notranslate"> |
| 16 | 16 |
| 17 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | 17 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
| 18 <link rel="stylesheet" href="chrome://resources/css/apps/topbutton_bar.css"> | 18 <link rel="stylesheet" href="chrome://resources/css/apps/topbutton_bar.css"> |
| 19 | 19 |
| 20 <link rel="stylesheet" href="foreground/css/list.css"> | 20 <link rel="stylesheet" href="foreground/css/list.css"> |
| 21 <link rel="stylesheet" href="foreground/css/table.css"> | 21 <link rel="stylesheet" href="foreground/css/table.css"> |
| 22 <link rel="stylesheet" href="foreground/css/tree.css"> | 22 <link rel="stylesheet" href="foreground/css/tree.css"> |
| 23 <link rel="stylesheet" href="foreground/css/menu.css"> | 23 <link rel="stylesheet" href="foreground/css/menu.css"> |
| 24 <link rel="stylesheet" href="foreground/css/combobutton.css"> | 24 <link rel="stylesheet" href="foreground/css/combobutton.css"> |
| 25 <link rel="stylesheet" href="foreground/css/file_manager.css"> | 25 <link rel="stylesheet" href="foreground/css/file_manager.css"> |
| 26 <link rel="stylesheet" href="foreground/css/share_dialog.css"> | 26 <link rel="stylesheet" href="foreground/css/share_dialog.css"> |
| 27 <link rel="stylesheet" href="foreground/css/file_status.css"> |
| 27 <link rel="stylesheet" href="foreground/css/file_types.css"> | 28 <link rel="stylesheet" href="foreground/css/file_types.css"> |
| 28 <link rel="stylesheet" href="foreground/css/common.css"> | 29 <link rel="stylesheet" href="foreground/css/common.css"> |
| 29 | 30 |
| 30 <!-- Don't load main_scripts.js when flattening is disabled. --> | 31 <!-- Don't load main_scripts.js when flattening is disabled. --> |
| 31 <if expr="False"><!-- </if> | 32 <if expr="False"><!-- </if> |
| 32 <script src="foreground/js/main_scripts.js"></script> | 33 <script src="foreground/js/main_scripts.js"></script> |
| 33 <if expr="False"> --></if> | 34 <if expr="False"> --></if> |
| 34 | 35 |
| 35 <if expr="False"> | 36 <if expr="False"> |
| 36 <!-- This section is used when the file manager is loaded with | 37 <!-- This section is used when the file manager is loaded with |
| (...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 <div class="right buttonbar"> | 431 <div class="right buttonbar"> |
| 431 <select class="file-type" hidden></select> | 432 <select class="file-type" hidden></select> |
| 432 <button class="ok" disabled tabindex="2"></button> | 433 <button class="ok" disabled tabindex="2"></button> |
| 433 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="3"></button
> | 434 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="3"></button
> |
| 434 </div> | 435 </div> |
| 435 </div> | 436 </div> |
| 436 <div id="drag-container"></div> | 437 <div id="drag-container"></div> |
| 437 <iframe id="command-dispatcher" hidden></iframe> | 438 <iframe id="command-dispatcher" hidden></iframe> |
| 438 </body> | 439 </body> |
| 439 </html> | 440 </html> |
| OLD | NEW |