| 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 i18n-values="dir:textdirection"> | 6 <html i18n-values="dir:textdirection"> |
| 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"> |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 </style> | 30 </style> |
| 31 </head> | 31 </head> |
| 32 <body> | 32 <body> |
| 33 <div class="gallery"> | 33 <div class="gallery"> |
| 34 <div id="content" class="content"> | 34 <div id="content" class="content"> |
| 35 <div class="thumbnail-view"></div> | 35 <div class="thumbnail-view"></div> |
| 36 </div> | 36 </div> |
| 37 <div id="top-toolbar" class="toolbar top tool dimmable"> | 37 <div id="top-toolbar" class="toolbar top tool dimmable"> |
| 38 <div class="filename-spacer"></div> | 38 <div class="filename-spacer"></div> |
| 39 <div class="button-spacer"> | 39 <div class="button-spacer"> |
| 40 <paper-button class="button edit" i18n-values="title:GALLERY_EDIT" disab
led></paper-button> | 40 <button class="button edit" i18n-values="title:GALLERY_EDIT"> |
| 41 <div class="icon"></div> |
| 42 <files-toggle-ripple></files-toggle-ripple> |
| 43 </button> |
| 41 <paper-button class="button print" i18n-values="title:GALLERY_PRINT" dis
abled></paper-button> | 44 <paper-button class="button print" i18n-values="title:GALLERY_PRINT" dis
abled></paper-button> |
| 42 <paper-button class="button delete" i18n-values="title:GALLERY_DELETE"><
/paper-button> | 45 <paper-button class="button delete" i18n-values="title:GALLERY_DELETE"><
/paper-button> |
| 43 <paper-button class="button slide-mode" i18n-values="title:GALLERY_SLIDE
"></paper-button> | 46 <paper-button class="button slide-mode" i18n-values="title:GALLERY_SLIDE
"></paper-button> |
| 44 <paper-button class="button thumbnail-mode" i18n-values="title:GALLERY_T
HUMBNAIL"></paper-button> | 47 <paper-button class="button thumbnail-mode" i18n-values="title:GALLERY_T
HUMBNAIL"></paper-button> |
| 45 <paper-button class="button slideshow" i18n-values="title:GALLERY_SLIDES
HOW"></paper-button> | 48 <paper-button class="button slideshow" i18n-values="title:GALLERY_SLIDES
HOW"></paper-button> |
| 46 <paper-button class="button share" i18n-values="title:GALLERY_SHARE"></p
aper-button> | 49 <paper-button class="button share" i18n-values="title:GALLERY_SHARE"></p
aper-button> |
| 47 </div> | 50 </div> |
| 48 </div> | 51 </div> |
| 49 <div id="bottom-toolbar" class="toolbar bottom tool dimmable"> | 52 <div id="bottom-toolbar" class="toolbar bottom tool dimmable"> |
| 50 <div class="slide-mode-toolbar"> | 53 <div class="slide-mode-toolbar"> |
| (...skipping 11 matching lines...) Expand all Loading... |
| 62 </div> | 65 </div> |
| 63 <div class="edit-bar-spacer"></div> | 66 <div class="edit-bar-spacer"></div> |
| 64 </div> | 67 </div> |
| 65 </div> | 68 </div> |
| 66 <div class="prompt-wrapper" pos="center"> | 69 <div class="prompt-wrapper" pos="center"> |
| 67 <div class="error-banner"></div> | 70 <div class="error-banner"></div> |
| 68 </div> | 71 </div> |
| 69 </div> | 72 </div> |
| 70 </body> | 73 </body> |
| 71 </html> | 74 </html> |
| OLD | NEW |