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 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-bu
tton.html"> | |
16 | |
17 <!-- Don't load gallery_scripts.js when flattening is disabled --> | 15 <!-- Don't load gallery_scripts.js when flattening is disabled --> |
18 <if expr="False"><!-- </if> | 16 <if expr="False"><!-- </if> |
19 <script src="js/gallery_scripts.js"></script> | 17 <script src="js/gallery_scripts.js"></script> |
20 <if expr="False"> --></if> | 18 <if expr="False"> --></if> |
21 | 19 |
22 <if expr="False"> | 20 <if expr="False"> |
23 <!-- This section is used when the file manager is loaded with | 21 <!-- This section is used when the file manager is loaded with |
24 'filemgr-ext-path' command-line flag. --> | 22 'filemgr-ext-path' command-line flag. --> |
25 <!-- Keep the list in sync with gallery_scripts.js. --> | 23 <!-- Keep the list in sync with gallery_scripts.js. --> |
26 <script src="../file_manager/common/js/metrics_base.js"></script> | 24 <script src="../file_manager/common/js/metrics_base.js"></script> |
(...skipping 13 matching lines...) Expand all Loading... |
40 <script src="chrome://resources/js/cr/ui/touch_handler.js"></script> | 38 <script src="chrome://resources/js/cr/ui/touch_handler.js"></script> |
41 <script src="chrome://resources/js/cr/ui/array_data_model.js"></script> | 39 <script src="chrome://resources/js/cr/ui/array_data_model.js"></script> |
42 <script src="chrome://resources/js/cr/ui/dialogs.js"></script> | 40 <script src="chrome://resources/js/cr/ui/dialogs.js"></script> |
43 <script src="chrome://resources/js/cr/ui/list_item.js"></script> | 41 <script src="chrome://resources/js/cr/ui/list_item.js"></script> |
44 <script src="chrome://resources/js/cr/ui/list_selection_model.js"></script> | 42 <script src="chrome://resources/js/cr/ui/list_selection_model.js"></script> |
45 <script src="chrome://resources/js/cr/ui/list_single_selection_model.js"></s
cript> | 43 <script src="chrome://resources/js/cr/ui/list_single_selection_model.js"></s
cript> |
46 <script src="chrome://resources/js/cr/ui/list_selection_controller.js"></scr
ipt> | 44 <script src="chrome://resources/js/cr/ui/list_selection_controller.js"></scr
ipt> |
47 <script src="chrome://resources/js/cr/ui/list.js"></script> | 45 <script src="chrome://resources/js/cr/ui/list.js"></script> |
48 <script src="chrome://resources/js/cr/ui/grid.js"></script> | 46 <script src="chrome://resources/js/cr/ui/grid.js"></script> |
49 | 47 |
50 <!-- Base classes. --> | 48 <!-- Base classes. -> |
51 <script src="../file_manager/foreground/js/metadata/metadata_cache_set.js"><
/script> | 49 <script src="../file_manager/foreground/js/metadata/metadata_cache_set.js"><
/script> |
52 <script src="../file_manager/foreground/js/metadata/new_metadata_provider.js
"></script> | 50 <script src="../file_manager/foreground/js/metadata/new_metadata_provider.js
"></script> |
53 | 51 |
54 <script src="../file_manager/common/js/async_util.js"></script> | 52 <script src="../file_manager/common/js/async_util.js"></script> |
55 <script src="../file_manager/common/js/file_type.js"></script> | 53 <script src="../file_manager/common/js/file_type.js"></script> |
56 <script src="../file_manager/common/js/volume_manager_common.js"></script> | 54 <script src="../file_manager/common/js/volume_manager_common.js"></script> |
57 | 55 |
58 <script src="../file_manager/foreground/js/metadata/content_metadata_provide
r.js"></script> | 56 <script src="../file_manager/foreground/js/metadata/content_metadata_provide
r.js"></script> |
59 <script src="../file_manager/foreground/js/metadata/exif_constants.js"></scr
ipt> | 57 <script src="../file_manager/foreground/js/metadata/exif_constants.js"></scr
ipt> |
60 <script src="../file_manager/foreground/js/metadata/external_metadata_provid
er.js"></script> | 58 <script src="../file_manager/foreground/js/metadata/external_metadata_provid
er.js"></script> |
(...skipping 28 matching lines...) Expand all Loading... |
89 <script src="js/gallery_data_model.js"></script> | 87 <script src="js/gallery_data_model.js"></script> |
90 <script src="js/gallery_item.js"></script> | 88 <script src="js/gallery_item.js"></script> |
91 <script src="js/mosaic_mode.js"></script> | 89 <script src="js/mosaic_mode.js"></script> |
92 <script src="js/ribbon.js"></script> | 90 <script src="js/ribbon.js"></script> |
93 <script src="js/slide_mode.js"></script> | 91 <script src="js/slide_mode.js"></script> |
94 </if> | 92 </if> |
95 </head> | 93 </head> |
96 <body> | 94 <body> |
97 <div class="gallery"> | 95 <div class="gallery"> |
98 <div id="content" class="content"></div> | 96 <div id="content" class="content"></div> |
| 97 <div id="header" class="header tool dimmable"></div> |
99 <div id="top-toolbar" class="toolbar top tool dimmable"> | 98 <div id="top-toolbar" class="toolbar top tool dimmable"> |
100 <div class="filename-spacer"></div> | 99 <div class="filename-spacer"></div> |
101 <div class="button-spacer"> | 100 <div class="button-spacer"> |
102 <paper-button class="button edit" i18n-values="title:GALLERY_EDIT" disab
led></paper-button> | 101 <button class="button mode"></button> |
103 <paper-button class="button print" i18n-values="title:GALLERY_PRINT" dis
abled></paper-button> | 102 <button class="button slideshow"></button> |
104 <paper-button class="button delete" i18n-values="title:GALLERY_DELETE"><
/paper-button> | 103 <button class="button edit"></button> |
105 <paper-button class="button slide-mode" i18n-values="title:GALLERY_SLIDE
"></paper-button> | 104 <button class="button print"></button> |
106 <paper-button class="button mosaic-mode" i18n-values="title:GALLERY_MOSA
IC"></paper-button> | 105 <button class="delete"></button> |
107 <paper-button class="button slideshow" i18n-values="title:GALLERY_SLIDES
HOW"></paper-button> | 106 <button class="share"></button> |
108 <paper-button class="button share" i18n-values="title:GALLERY_SHARE"></p
aper-button> | |
109 </div> | 107 </div> |
110 </div> | 108 </div> |
111 <div id="bottom-toolbar" class="toolbar bottom tool dimmable"> | 109 <div id="bottom-toolbar" class="toolbar bottom tool dimmable"> |
112 <div class="slide-mode-toolbar"> | 110 <div class="slide-mode-toolbar"> |
113 <div class="ribbon-spacer"></div> | 111 <div class="ribbon-spacer"></div> |
114 </div> | 112 </div> |
115 | 113 |
116 <div class="edit-mode-toolbar"> | 114 <div class="edit-mode-toolbar"> |
117 <div class="options"> | 115 <div class="options"> |
118 <!-- TODO(yawano): Replace overwrite original checkbox with undo toast
. --> | 116 <!-- TODO(yawano): Replace overwrite original checkbox with undo toast
. --> |
119 <div class="overwrite-original"> | 117 <div class="overwrite-original"> |
120 <input id="overwrite-checkbox" type="checkbox"></input> | 118 <input id="overwrite-checkbox" type="checkbox"></input> |
121 <div class="label" for="overwrite-checkbox" i18n-content="GALLERY_OV
ERWRITE_ORIGINAL"></div> | 119 <div class="label" for="overwrite-checkbox" i18n-content="GALLERY_OV
ERWRITE_ORIGINAL"></div> |
122 </div> | 120 </div> |
123 <div class="saved" i18n-content="GALLERY_SAVED"></div> | 121 <div class="saved" i18n-content="GALLERY_SAVED"></div> |
124 </div> | 122 </div> |
125 <div class="edit-bar-spacer"></div> | 123 <div class="edit-bar-spacer"></div> |
126 </div> | 124 </div> |
127 </div> | 125 </div> |
128 <div class="prompt-wrapper" pos="center"> | 126 <div class="prompt-wrapper" pos="center"> |
129 <div class="error-banner"></div> | 127 <div class="error-banner"></div> |
130 </div> | 128 </div> |
131 </div> | 129 </div> |
132 </body> | 130 </body> |
133 </html> | 131 </html> |
OLD | NEW |