| 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 19 matching lines...) Expand all Loading... |
| 30 <div id="oobe" class="faded"> | 30 <div id="oobe" class="faded"> |
| 31 <div id="inner-container"> | 31 <div id="inner-container"> |
| 32 <div id="step-logo" hidden> | 32 <div id="step-logo" hidden> |
| 33 <div id="header-sections"></div> | 33 <div id="header-sections"></div> |
| 34 </div> | 34 </div> |
| 35 <include src="../../../../ui/login/account_picker/screen_account_picke
r.html"> | 35 <include src="../../../../ui/login/account_picker/screen_account_picke
r.html"> |
| 36 </div> | 36 </div> |
| 37 </div> | 37 </div> |
| 38 </div> | 38 </div> |
| 39 <div id="bubble" class="bubble faded" hidden></div> | 39 <div id="bubble" class="bubble faded" hidden></div> |
| 40 <control-bar></control-bar> | 40 <control-bar id="login-header-bar"></control-bar> |
| 41 <include src="../../../../ui/login/account_picker/user_pod_template.html"> | 41 <include src="../../../../ui/login/account_picker/user_pod_template.html"> |
| 42 </user-manager-pages> | 42 </user-manager-pages> |
| 43 <link rel="import" href="chrome://md-user-manager/strings.html"> | 43 <link rel="import" href="chrome://md-user-manager/strings.html"> |
| 44 <link rel="import" href="chrome://resources/html/i18n_template.html"> | 44 <link rel="import" href="chrome://resources/html/i18n_template.html"> |
| 45 <script src="user_manager.js"></script> | 45 <script src="user_manager.js"></script> |
| 46 </body> | 46 </body> |
| 47 </html> | 47 </html> |
| OLD | NEW |