| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 -- Copyright (c) 2012 The Chromium Authors. All rights reserved. | 2 -- Copyright (c) 2012 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="../shared/css/dialogs.css"> |
| 8 <link rel="stylesheet" href="../shared/css/list.css"> | 9 <link rel="stylesheet" href="../shared/css/list.css"> |
| 9 <link rel="stylesheet" href="css/common.css"> | 10 <link rel="stylesheet" href="css/common.css"> |
| 10 <link rel="stylesheet" href="css/file_types.css"> | 11 <link rel="stylesheet" href="css/file_types.css"> |
| 11 <link rel="stylesheet" href="css/gallery.css"> | 12 <link rel="stylesheet" href="css/gallery.css"> |
| 12 <link rel="stylesheet" href="css/media_controls.css"> | 13 <link rel="stylesheet" href="css/media_controls.css"> |
| 13 | 14 |
| 14 <script src="js/photo/gallery_scripts.js"></script> | 15 <script src="js/photo/gallery_scripts.js"></script> |
| 15 | 16 |
| 16 <if expr="0"> | 17 <if expr="0"> |
| 17 <!-- This file has not been flattened, load individual scripts. | 18 <!-- This file has not been flattened, load individual scripts. |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 <script src="js/photo/gallery_item.js"></script> | 60 <script src="js/photo/gallery_item.js"></script> |
| 60 <script src="js/photo/mosaic_mode.js"></script> | 61 <script src="js/photo/mosaic_mode.js"></script> |
| 61 <script src="js/photo/slide_mode.js"></script> | 62 <script src="js/photo/slide_mode.js"></script> |
| 62 <script src="js/photo/ribbon.js"></script> | 63 <script src="js/photo/ribbon.js"></script> |
| 63 </if> | 64 </if> |
| 64 </head> | 65 </head> |
| 65 <body> | 66 <body> |
| 66 <div class="gallery"></div> | 67 <div class="gallery"></div> |
| 67 </body> | 68 </body> |
| 68 </html> | 69 </html> |
| OLD | NEW |