OLD | NEW |
1 <!-- | 1 <!-- |
2 -- Copyright 2014 The Chromium Authors. All rights reserved. | 2 -- Copyright 2014 The Chromium Authors. All rights reserved. |
3 -- Use of this source code is governed by a BSD-style license that can be | 3 -- Use of this source code is governed by a BSD-style license that can be |
4 -- found in the LICENSE file. | 4 -- found in the LICENSE file. |
5 --> | 5 --> |
6 <html> | 6 <html> |
7 <head> | 7 <head> |
8 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
9 <link rel="stylesheet" href="../file_manager/foreground/css/list.css"> | 9 <link rel="stylesheet" href="../file_manager/foreground/css/list.css"> |
10 <link rel="stylesheet" href="../file_manager/foreground/css/common.css"> | 10 <link rel="stylesheet" href="../file_manager/foreground/css/common.css"> |
11 <link rel="stylesheet" href="../file_manager/foreground/css/file_types.css"> | 11 <link rel="stylesheet" href="../file_manager/foreground/css/file_types.css"> |
12 <link rel="stylesheet" href="../file_manager/foreground/css/share_dialog.css"> | 12 <link rel="stylesheet" href="../file_manager/foreground/css/share_dialog.css"> |
13 <link rel="stylesheet" href="css/gallery.css"> | 13 <link rel="stylesheet" href="css/gallery.css"> |
14 | 14 |
| 15 <script src="chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/common/js/pol
ymer_config.js"></script> |
15 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-bu
tton.html"> | 16 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-bu
tton.html"> |
16 | 17 |
17 <!-- Don't load gallery_scripts.js when flattening is disabled --> | 18 <!-- Don't load gallery_scripts.js when flattening is disabled --> |
18 <if expr="False"><!-- </if> | 19 <if expr="False"><!-- </if> |
19 <script src="js/gallery_scripts.js"></script> | 20 <script src="js/gallery_scripts.js"></script> |
20 <if expr="False"> --></if> | 21 <if expr="False"> --></if> |
21 | 22 |
22 <if expr="False"> | 23 <if expr="False"> |
23 <!-- This section is used when the file manager is loaded with | 24 <!-- This section is used when the file manager is loaded with |
24 'filemgr-ext-path' command-line flag. --> | 25 'filemgr-ext-path' command-line flag. --> |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 </div> | 125 </div> |
125 <div class="edit-bar-spacer"></div> | 126 <div class="edit-bar-spacer"></div> |
126 </div> | 127 </div> |
127 </div> | 128 </div> |
128 <div class="prompt-wrapper" pos="center"> | 129 <div class="prompt-wrapper" pos="center"> |
129 <div class="error-banner"></div> | 130 <div class="error-banner"></div> |
130 </div> | 131 </div> |
131 </div> | 132 </div> |
132 </body> | 133 </body> |
133 </html> | 134 </html> |
OLD | NEW |