| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html i18n-values="build:buildType; | 2 <html i18n-values="build:buildType; |
| 3 dir:textdirection; | 3 dir:textdirection; |
| 4 lang:language; | 4 lang:language; |
| 5 screen:screenType"> | 5 screen:screenType"> |
| 6 <head> | 6 <head> |
| 7 <meta charset="utf-8"> | 7 <meta charset="utf-8"> |
| 8 <meta name="google" value="notranslate"> | 8 <meta name="google" value="notranslate"> |
| 9 <title i18n-content="title"></title> | 9 <title i18n-content="title"></title> |
| 10 | 10 |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 <div id="oobe" class="faded"> | 27 <div id="oobe" class="faded"> |
| 28 <div id="inner-container"> | 28 <div id="inner-container"> |
| 29 <div id="step-logo" hidden> | 29 <div id="step-logo" hidden> |
| 30 <div id="header-sections"></div> | 30 <div id="header-sections"></div> |
| 31 </div> | 31 </div> |
| 32 <include src="../../../../ui/login/account_picker/screen_account_picke
r.html"> | 32 <include src="../../../../ui/login/account_picker/screen_account_picke
r.html"> |
| 33 </div> | 33 </div> |
| 34 </div> | 34 </div> |
| 35 </div> | 35 </div> |
| 36 <div id="bubble" class="bubble faded" hidden></div> | 36 <div id="bubble" class="bubble faded" hidden></div> |
| 37 <control-bar></control-bar> | 37 <control-bar id="login-header-bar"></control-bar> |
| 38 <include src="../../../../ui/login/account_picker/user_pod_template.html"> | 38 <include src="../../../../ui/login/account_picker/user_pod_template.html"> |
| 39 </user-manager-pages> | 39 </user-manager-pages> |
| 40 <link rel="import" href="chrome://md-user-manager/strings.html"> | 40 <link rel="import" href="chrome://md-user-manager/strings.html"> |
| 41 <link rel="import" href="chrome://resources/html/i18n_template.html"> | 41 <link rel="import" href="chrome://resources/html/i18n_template.html"> |
| 42 <script src="user_manager.js"></script> | 42 <script src="user_manager.js"></script> |
| 43 </body> | 43 </body> |
| 44 </html> | 44 </html> |
| OLD | NEW |