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> | |
16 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-bu
tton.html"> | 15 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-bu
tton.html"> |
17 | 16 |
18 <!-- Don't load gallery_scripts.js when flattening is disabled --> | 17 <!-- Don't load gallery_scripts.js when flattening is disabled --> |
19 <if expr="False"><!-- </if> | 18 <if expr="False"><!-- </if> |
20 <script src="js/gallery_scripts.js"></script> | 19 <script src="js/gallery_scripts.js"></script> |
21 <if expr="False"> --></if> | 20 <if expr="False"> --></if> |
22 | 21 |
23 <if expr="False"> | 22 <if expr="False"> |
24 <!-- This section is used when the file manager is loaded with | 23 <!-- This section is used when the file manager is loaded with |
25 'filemgr-ext-path' command-line flag. --> | 24 'filemgr-ext-path' command-line flag. --> |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 </div> | 124 </div> |
126 <div class="edit-bar-spacer"></div> | 125 <div class="edit-bar-spacer"></div> |
127 </div> | 126 </div> |
128 </div> | 127 </div> |
129 <div class="prompt-wrapper" pos="center"> | 128 <div class="prompt-wrapper" pos="center"> |
130 <div class="error-banner"></div> | 129 <div class="error-banner"></div> |
131 </div> | 130 </div> |
132 </div> | 131 </div> |
133 </body> | 132 </body> |
134 </html> | 133 </html> |
OLD | NEW |