| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html i18n-values="dir:textdirection;lang:language"> | 2 <html i18n-values="dir:textdirection;lang:language"> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.htm
l"> | 5 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.htm
l"> |
| 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-
button.html"> | 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-
button.html"> |
| 7 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> |
| 8 <link rel="stylesheet" href="sync_confirmation.css"></link> | 8 <link rel="stylesheet" href="sync_confirmation.css"></link> |
| 9 <style is="custom-style"> |
| 10 a { |
| 11 color: var(--google-blue-700); |
| 12 text-decoration: none; |
| 13 } |
| 14 </style> |
| 9 </head> | 15 </head> |
| 10 <body> | 16 <body> |
| 11 <div class="container"> | 17 <div class="container"> |
| 12 <div class="top-title-bar" i18n-content="syncConfirmationTitle"></div> | 18 <div class="top-title-bar">$i18n{syncConfirmationTitle}</div> |
| 13 <div class="details"> | 19 <div class="details"> |
| 14 <div id="picture-container"> | 20 <div id="picture-container"> |
| 15 <div id="illustration"> | 21 <div id="illustration"> |
| 16 <div id="icons"> | 22 <div id="icons"> |
| 17 <div id="icon-bookmarks" class="fade-top-left"></div> | 23 <div id="icon-bookmarks" class="fade-top-left"></div> |
| 18 <div id="icon-extensions" class="fade-top-left"></div> | 24 <div id="icon-extensions" class="fade-top-left"></div> |
| 19 <div id="icon-passwords" class="fade-bottom-left"></div> | 25 <div id="icon-passwords" class="fade-bottom-left"></div> |
| 20 <div id="icon-history" class="fade-top-right"></div> | 26 <div id="icon-history" class="fade-top-right"></div> |
| 21 <div id="icon-tabs" class="fade-middle-right"></div> | 27 <div id="icon-tabs" class="fade-middle-right"></div> |
| 22 <div id="icon-themes" class="fade-bottom-right"></div> | 28 <div id="icon-themes" class="fade-bottom-right"></div> |
| 23 <div id="icon-circle-open" class="fade-middle-left"></div> | 29 <div id="icon-circle-open" class="fade-middle-left"></div> |
| 24 <div id="icon-circle-1" class="icon-circle fade-middle-left"></div
> | 30 <div id="icon-circle-1" class="icon-circle fade-middle-left"></div
> |
| 25 <div id="icon-circle-2" class="icon-circle fade-top-right"></div> | 31 <div id="icon-circle-2" class="icon-circle fade-top-right"></div> |
| 26 <div id="icon-circle-3" class="icon-circle fade-middle-right"></di
v> | 32 <div id="icon-circle-3" class="icon-circle fade-middle-right"></di
v> |
| 27 <div id="icon-circle-4" class="icon-circle fade-top-right"></div> | 33 <div id="icon-circle-4" class="icon-circle fade-top-right"></div> |
| 28 </div> | 34 </div> |
| 29 <div class="picture"> | 35 <div class="picture"> |
| 30 <img id="profile-picture"></img> | 36 <img id="profile-picture"></img> |
| 31 <div id="checkmark-circle"> | 37 <div id="checkmark-circle"> |
| 32 <svg id="checkmark-check" width="13" height="10" viewBox="0 0 13
10"> | 38 <svg id="checkmark-check" width="13" height="10" viewBox="0 0 13
10"> |
| 33 <path id="checkmark-path" d="M1 5l3.5 3.5L12 1" stroke="#FFF" | 39 <path id="checkmark-path" d="M1 5l3.5 3.5L12 1" stroke="#FFF" |
| 34 stroke-width="2" stroke-dasharray="16" | 40 stroke-width="2" stroke-dasharray="16" |
| 35 stroke-dashoffset="16" fill="none"></path> | 41 stroke-dashoffset="16" fill="none"></path> |
| 36 </svg> | 42 </svg> |
| 37 </div> | 43 </div> |
| 38 </div> | 44 </div> |
| 39 </div> | 45 </div> |
| 40 </div> | 46 </div> |
| 41 <div class="sync-message" | 47 <div class="message-container"> |
| 42 i18n-values=".innerHTML:syncConfirmationChromeSyncBody"></div> | 48 <div id="chrome-logo" class="logo"></div> |
| 43 <div class="action-container"> | 49 <div> |
| 44 <paper-button id="confirmButton" | 50 <div class="title">$i18n{syncConfirmationChromeSyncTitle}</div> |
| 45 i18n-content="syncConfirmationConfirmLabel"></paper-button> | 51 <div class="body text" |
| 46 <paper-button id="undoButton" | 52 i18n-values=".innerHTML:syncConfirmationChromeSyncBody"></div> |
| 47 i18n-content="syncConfirmationUndoLabel"></paper-button> | 53 </div> |
| 48 </div> | 54 </div> |
| 55 <div class="message-container"> |
| 56 <div id="googleg-logo" class="logo"></div> |
| 57 <div> |
| 58 <div class="title"> |
| 59 $i18n{syncConfirmationPersonalizeServicesTitle} |
| 60 </div> |
| 61 <div class="body text"> |
| 62 $i18n{syncConfirmationPersonalizeServicesBody} |
| 63 </div> |
| 64 </div> |
| 65 </div> |
| 66 <div class="message-container"> |
| 67 <div class="body" |
| 68 i18n-values=".innerHTML:syncConfirmationSyncSettingsLinkBody"> |
| 69 </div> |
| 70 </div> |
| 71 </div> |
| 72 <div class="action-container"> |
| 73 <paper-button id="confirmButton"> |
| 74 $i18n{syncConfirmationConfirmLabel} |
| 75 </paper-button> |
| 76 <paper-button id="undoButton"> |
| 77 $i18n{syncConfirmationUndoLabel} |
| 78 </paper-button> |
| 49 </div> | 79 </div> |
| 50 </div> | 80 </div> |
| 51 </body> | 81 </body> |
| 52 <script src="chrome://resources/js/cr.js"></script> | 82 <script src="chrome://resources/js/cr.js"></script> |
| 53 <script src="chrome://resources/js/load_time_data.js"></script> | 83 <script src="chrome://resources/js/load_time_data.js"></script> |
| 54 <script src="chrome://resources/js/util.js"></script> | 84 <script src="chrome://resources/js/util.js"></script> |
| 55 <script src="sync_confirmation.js"></script> | 85 <script src="sync_confirmation.js"></script> |
| 56 <script src="chrome://sync-confirmation/strings.js"></script> | 86 <script src="chrome://sync-confirmation/strings.js"></script> |
| 57 <script src="chrome://resources/js/i18n_template.js"></script> | 87 <script src="chrome://resources/js/i18n_template.js"></script> |
| 58 </html> | 88 </html> |
| OLD | NEW |