Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>$i18n{headerText}</title> | 4 <title>$i18n{headerText}</title> |
| 5 | 5 |
| 6 <link rel="import" href="chrome://resources/cr_elements/icons.html"> | 6 <link rel="import" href="chrome://resources/cr_elements/icons.html"> |
| 7 <link rel="import" href="chrome://resources/html/cr.html"> | 7 <link rel="import" href="chrome://resources/html/cr.html"> |
| 8 <link rel="import" href="chrome://resources/html/polymer.html"> | 8 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 9 <link rel="import" href="chrome://resources/html/util.html"> | 9 <link rel="import" href="chrome://resources/html/util.html"> |
| 10 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.h tml"> | 10 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.h tml"> |
| 11 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-bu tton.html"> | |
| 11 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.ht ml"> | 12 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.ht ml"> |
| 12 | 13 |
| 13 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> | 14 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> |
| 14 <link rel="stylesheet" href="/welcome.css"> | 15 <link rel="stylesheet" href="/welcome.css"> |
| 15 | 16 |
| 16 <script src="/welcome.js"></script> | 17 <script src="/welcome.js"></script> |
| 17 </head> | 18 </head> |
| 18 <body> | 19 <body> |
| 19 <template is="dom-bind" id="inline-app"> | 20 <template is="dom-bind" id="inline-app"> |
| 20 <div class="content"> | 21 <div class="content"> |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 69 </div> | 70 </div> |
| 70 <div class="screenshot-html-overlay" | 71 <div class="screenshot-html-overlay" |
| 71 id="screenshot-html-overlay--icon"> | 72 id="screenshot-html-overlay--icon"> |
| 72 </div> | 73 </div> |
| 73 </div> | 74 </div> |
| 74 </li> | 75 </li> |
| 75 </ol> | 76 </ol> |
| 76 </div> | 77 </div> |
| 77 </template> | 78 </template> |
| 78 </div> | 79 </div> |
| 79 <a href="#" class="button" on-tap="onContinue">$i18n{continueText}</a> | 80 <paper-button class="button" on-tap="onContinue">$i18n{continueText}</pape r-button> |
|
Dan Beam
2016/12/21 03:07:55
80 col wrap
tmartino
2017/01/05 21:28:21
Done
| |
| 80 </div> | 81 </div> |
| 81 </template> | 82 </template> |
| 82 </body> | 83 </body> |
| 83 </html> | 84 </html> |
| OLD | NEW |