Chromium Code Reviews| 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/html/polymer.html"> | 5 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 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="import" href="chrome://resources/polymer/v1_0/paper-styles/color. html"> | 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color. html"> |
| 8 <link rel="import" href="signin_shared_css.html"> | 8 <link rel="import" href="signin_shared_css.html"> |
| 9 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> | 9 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> |
| 10 <link rel="stylesheet" href="sync_confirmation.css"></link> | 10 <link rel="stylesheet" href="sync_confirmation.css"></link> |
| 11 <style is="custom-style" include="signin-dialog-shared"> | 11 <style is="custom-style" include="signin-dialog-shared"> |
| 12 <if expr="is_macosx or is_linux"> | 12 <if expr="is_macosx or is_linux"> |
| 13 #undoButton { | 13 #undoButton { |
| 14 -webkit-margin-end: 8px; | 14 -webkit-margin-end: 8px; |
| 15 -webkit-margin-start: 0; | 15 -webkit-margin-start: 0; |
| 16 } | 16 } |
| 17 </if> | 17 </if> |
| 18 </style> | 18 </style> |
| 19 </head> | 19 </head> |
| 20 <body> | 20 <body> |
| 21 <div class="container"> | 21 <div class="container"> |
| 22 <div class="top-title-bar">$i18n{syncConfirmationTitle}</div> | 22 <div class="top-title-bar">$i18n{syncConfirmationTitle}</div> |
| 23 <div class="details"> | 23 <div class="details" id="syncConfirmationDetails"> |
| 24 <div id="picture-container"> | 24 <div id="picture-container"> |
| 25 <div id="illustration"> | 25 <div id="illustration"> |
| 26 <div id="icons"> | 26 <div id="icons"> |
| 27 <div id="icon-bookmarks" class="fade-top-left"></div> | 27 <div id="icon-bookmarks" class="fade-top-left"></div> |
| 28 <div id="icon-extensions" class="fade-top-left"></div> | 28 <div id="icon-extensions" class="fade-top-left"></div> |
| 29 <div id="icon-passwords" class="fade-bottom-left"></div> | 29 <div id="icon-passwords" class="fade-bottom-left"></div> |
| 30 <div id="icon-history" class="fade-top-right"></div> | 30 <div id="icon-history" class="fade-top-right"></div> |
| 31 <div id="icon-tabs" class="fade-middle-right"></div> | 31 <div id="icon-tabs" class="fade-middle-right"></div> |
| 32 <div id="icon-themes" class="fade-bottom-right"></div> | 32 <div id="icon-themes" class="fade-bottom-right"></div> |
| 33 <div id="icon-circle-open" class="fade-middle-left"></div> | 33 <div id="icon-circle-open" class="fade-middle-left"></div> |
| (...skipping 15 matching lines...) Expand all Loading... | |
| 49 </div> | 49 </div> |
| 50 </div> | 50 </div> |
| 51 <div class="message-container"> | 51 <div class="message-container"> |
| 52 <div id="chrome-logo" class="logo"></div> | 52 <div id="chrome-logo" class="logo"></div> |
| 53 <div> | 53 <div> |
| 54 <div class="title">$i18n{syncConfirmationChromeSyncTitle}</div> | 54 <div class="title">$i18n{syncConfirmationChromeSyncTitle}</div> |
| 55 <div class="body text" | 55 <div class="body text" |
| 56 i18n-values=".innerHTML:syncConfirmationChromeSyncBody"></div> | 56 i18n-values=".innerHTML:syncConfirmationChromeSyncBody"></div> |
| 57 </div> | 57 </div> |
| 58 </div> | 58 </div> |
| 59 <div class="message-container"> | 59 <div class="message-container" id="personalizedServicesContainer"> |
| 60 <div id="googleg-logo" class="logo"></div> | 60 <div id="googleg-logo" class="logo"></div> |
| 61 <div> | 61 <div> |
| 62 <div class="title"> | 62 <div class="title"> |
| 63 $i18n{syncConfirmationPersonalizeServicesTitle} | 63 $i18n{syncConfirmationPersonalizeServicesTitle} |
| 64 </div> | 64 </div> |
| 65 <div class="body text"> | 65 <div class="body text"> |
| 66 $i18n{syncConfirmationPersonalizeServicesBody} | 66 $i18n{syncConfirmationPersonalizeServicesBody} |
| 67 </div> | 67 </div> |
| 68 </div> | 68 </div> |
| 69 </div> | 69 </div> |
| 70 <div class="message-container"> | 70 <div class="message-container" id='syncSettingsLinkContainer'> |
|
Roger Tawa OOO till Jul 10th
2016/10/27 14:18:12
Just curious why you are adding an id here and lin
msarda
2016/10/27 14:47:20
Good catch (I iterated over this file multiple tim
| |
| 71 <div class="body" | 71 <div class="body" |
| 72 i18n-values=".innerHTML:syncConfirmationSyncSettingsLinkBody"> | 72 i18n-values=".innerHTML:syncConfirmationSyncSettingsLinkBody"> |
| 73 </div> | 73 </div> |
| 74 </div> | 74 </div> |
| 75 </div> | 75 </div> |
| 76 <div class="details" id="syncDisabledDetails"> | |
| 77 <div class="body text">$i18n{syncDisabledConfirmationDetails}</div> | |
| 78 </div> | |
| 76 <div class="action-container"> | 79 <div class="action-container"> |
| 77 <paper-button class="primary-action" id="confirmButton"> | 80 <paper-button class="primary-action" id="confirmButton"> |
| 78 $i18n{syncConfirmationConfirmLabel} | 81 $i18n{syncConfirmationConfirmLabel} |
| 79 </paper-button> | 82 </paper-button> |
| 80 <paper-button class="secondary-action" id="undoButton"> | 83 <paper-button class="secondary-action" id="undoButton"> |
| 81 $i18n{syncConfirmationUndoLabel} | 84 $i18n{syncConfirmationUndoLabel} |
| 82 </paper-button> | 85 </paper-button> |
| 83 </div> | 86 </div> |
| 84 </div> | 87 </div> |
| 85 </body> | 88 </body> |
| 86 <script src="chrome://resources/js/cr.js"></script> | 89 <script src="chrome://resources/js/cr.js"></script> |
| 87 <script src="chrome://resources/js/load_time_data.js"></script> | 90 <script src="chrome://resources/js/load_time_data.js"></script> |
| 88 <script src="chrome://resources/js/util.js"></script> | 91 <script src="chrome://resources/js/util.js"></script> |
| 89 <script src="sync_confirmation.js"></script> | 92 <script src="sync_confirmation.js"></script> |
| 90 <script src="chrome://sync-confirmation/strings.js"></script> | 93 <script src="chrome://sync-confirmation/strings.js"></script> |
| 91 <script src="chrome://resources/js/i18n_template.js"></script> | 94 <script src="chrome://resources/js/i18n_template.js"></script> |
| 92 </html> | 95 </html> |
| OLD | NEW |