| OLD | NEW |
| 1 <!-- Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 <!-- Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 Use of this source code is governed by a BSD-style license that can be | 2 Use of this source code is governed by a BSD-style license that can be |
| 3 found in the LICENSE file. --> | 3 found in the LICENSE file. --> |
| 4 <!DOCTYPE HTML> | 4 <!DOCTYPE HTML> |
| 5 <html i18n-values="dir:textdirection"> | 5 <html i18n-values="dir:textdirection"> |
| 6 <head> | 6 <head> |
| 7 <meta charset="utf-8"> | 7 <meta charset="utf-8"> |
| 8 <title i18n-content="promoPageTitle"></title> | 8 <title i18n-content="promoPageTitle"></title> |
| 9 <script src="shared/js/local_strings.js"></script> | 9 <script src="chrome://resources/js/local_strings.js"></script> |
| 10 <script src="shared/js/cr.js"></script> | 10 <script src="chrome://resources/js/cr.js"></script> |
| 11 <script src="shared/js/util.js"></script> | 11 <script src="chrome://resources/js/util.js"></script> |
| 12 <script src="shared/js/cr/event_target.js"></script> | 12 <script src="chrome://resources/js/cr/event_target.js"></script> |
| 13 <script src="chrome://syncpromo/strings.js"></script> | 13 <script src="strings.js"></script> |
| 14 <!-- TODO(sail): Refactor options_page and remove this include. --> | |
| 15 <script src="options/options_page.js"></script> | |
| 16 <script src="sync_setup_overlay.js"></script> | |
| 17 <script src="sync_promo.js"></script> | 14 <script src="sync_promo.js"></script> |
| 18 <link rel="stylesheet" href="chrome://resources/css/button.css"> | 15 <link rel="stylesheet" href="shared/css/button.css"> |
| 19 <link rel="stylesheet" href="shared/css/throbber.css"> | 16 <link rel="stylesheet" href="shared/css/throbber.css"> |
| 20 <link rel="stylesheet" href="webui.css"> | 17 <link rel="stylesheet" href="webui.css"> |
| 21 <link rel="stylesheet" href="sync_setup_overlay.css"> | 18 <link rel="stylesheet" href="sync_setup_overlay.css"> |
| 22 <link rel="stylesheet" href="sync_promo.css"> | 19 <link rel="stylesheet" href="sync_promo.css"> |
| 23 </head> | 20 </head> |
| 24 <body> | 21 <body> |
| 25 <div id="sync-promo"> | 22 <div id="sync-promo"> |
| 26 <div id="sync-promo-contents"> | 23 <div id="sync-promo-contents"> |
| 27 <include src="sync_setup_overlay.html"> | 24 <include src="sync_setup_overlay.html"> |
| 28 </div> | 25 </div> |
| 29 </div> | 26 </div> |
| 30 </body> | 27 </body> |
| 31 <script src="shared/js/i18n_template.js"></script> | 28 <script src="chrome://resources/js/i18n_template.js"></script> |
| 32 <script src="chrome://resources/js/i18n_process.js"></script> | 29 <script src="chrome://resources/js/i18n_process.js"></script> |
| 33 </html> | 30 </html> |
| OLD | NEW |