| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <!-- | 2 <!-- |
| 3 ------ | 3 ------ |
| 4 Copyright (c) 2012 The Chromium Authors. All rights reserved. | 4 Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 5 Use of this source code is governed by a BSD-style license that can be | 5 Use of this source code is governed by a BSD-style license that can be |
| 6 found in the LICENSE file. | 6 found in the LICENSE file. |
| 7 --> | 7 --> |
| 8 <html i18n-values="dir:textdirection;"> | 8 <html i18n-values="dir:textdirection;"> |
| 9 <head> | 9 <head> |
| 10 <title>Placeholder for Wallpaper Manager Main page</title> | 10 <title>Wallpaper Picker</title> |
| 11 <link rel="stylesheet" href="../../shared/css/widgets.css"> | 11 <link rel="stylesheet" href="../../shared/css/widgets.css"> |
| 12 <link rel="stylesheet" href="css/wallpaper_manager.css"> | 12 <link rel="stylesheet" href="css/wallpaper_manager.css"> |
| 13 <script src="js/main_scripts.js"></script> | 13 <script src="js/main_scripts.js"></script> |
| 14 <if expr="0"> | 14 <if expr="0"> |
| 15 <!-- This file has not been flattened, load individual scripts. | 15 <!-- This file has not been flattened, load individual scripts. |
| 16 Keep the list in sync with js/main_scripts.js. --> | 16 Keep the list in sync with js/main_scripts.js. --> |
| 17 <script src="../../shared/js/cr.js"></script> | 17 <script src="../../shared/js/cr.js"></script> |
| 18 <script src="../../shared/js/event_tracker.js"></script> | 18 <script src="../../shared/js/event_tracker.js"></script> |
| 19 <script src="../../shared/js/load_time_data.js"></script> | 19 <script src="../../shared/js/load_time_data.js"></script> |
| 20 <script src="../../shared/js/i18n_template_no_process.js"></script> | 20 <script src="../../shared/js/i18n_template_no_process.js"></script> |
| (...skipping 26 matching lines...) Expand all Loading... |
| 47 <grid id="wallpaper-grid" class="image-picker"></grid> | 47 <grid id="wallpaper-grid" class="image-picker"></grid> |
| 48 <div class="bottom-bar"> | 48 <div class="bottom-bar"> |
| 49 <div id="wallpaper-attribute" hidden> | 49 <div id="wallpaper-attribute" hidden> |
| 50 <div> | 50 <div> |
| 51 <label> | 51 <label> |
| 52 <span i18n-content="authorLabel"></span> | 52 <span i18n-content="authorLabel"></span> |
| 53 <strong id="author-name"></strong> | 53 <strong id="author-name"></strong> |
| 54 </label> | 54 </label> |
| 55 </div> | 55 </div> |
| 56 <div> | 56 <div> |
| 57 <a id="author-website"></a> | 57 <a id="author-website" target="_blank"></a> |
| 58 </div> | 58 </div> |
| 59 </div> | 59 </div> |
| 60 <div class="spacer"></div> | 60 <div class="spacer"></div> |
| 61 </div> | 61 </div> |
| 62 </div> | 62 </div> |
| 63 <div id="custom-container" hidden> | 63 <div id="custom-container" hidden> |
| 64 <div i18n-content="selectCustomLabel"></div> | 64 <div i18n-content="selectCustomLabel"></div> |
| 65 <input id="file-selector" type="file" accept="image/jpeg"> | 65 <input id="file-selector" type="file" accept="image/jpeg"> |
| 66 <div i18n-content="customWallpaperWarning"></div> | 66 <div i18n-content="customWallpaperWarning"></div> |
| 67 <div i18n-content="positionLabel"></div> | 67 <div i18n-content="positionLabel"></div> |
| (...skipping 14 matching lines...) Expand all Loading... |
| 82 <div class="butter-message"></div> | 82 <div class="butter-message"></div> |
| 83 <div class="progress-bar" hidden> | 83 <div class="progress-bar" hidden> |
| 84 <div class="progress-track"></div> | 84 <div class="progress-track"></div> |
| 85 </div> | 85 </div> |
| 86 </div> | 86 </div> |
| 87 <div class="actions" hidden></div> | 87 <div class="actions" hidden></div> |
| 88 </div> | 88 </div> |
| 89 </div> | 89 </div> |
| 90 </body> | 90 </body> |
| 91 </html> | 91 </html> |
| OLD | NEW |