OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html i18n-values="dir:textdirection;screen:screenType;build:buildType"> | 2 <html i18n-values="dir:textdirection; |
| 3 screen:screenType; |
| 4 build:buildType; |
| 5 lang:language"> |
3 <head> | 6 <head> |
4 <meta charset="utf-8"> | 7 <meta charset="utf-8"> |
5 <meta name="google" value="notranslate"> | 8 <meta name="google" value="notranslate"> |
6 <title i18n-content="title"></title> | 9 <title i18n-content="title"></title> |
7 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
8 <link rel="stylesheet" href="../../../../ui/login/bubble.css"> | 11 <link rel="stylesheet" href="../../../../ui/login/bubble.css"> |
9 <link rel="stylesheet" href="../../../../ui/login/account_picker/screen_account_
picker.css"> | 12 <link rel="stylesheet" href="../../../../ui/login/account_picker/screen_account_
picker.css"> |
10 <link rel="stylesheet" href="../../../../ui/login/screen_container.css"> | 13 <link rel="stylesheet" href="../../../../ui/login/screen_container.css"> |
11 <link rel="stylesheet" href="../../../../ui/login/oobe.css"> | 14 <link rel="stylesheet" href="../../../../ui/login/oobe.css"> |
12 <link rel="stylesheet" href="../../../../ui/login/account_picker/user_pod_row.cs
s"> | 15 <link rel="stylesheet" href="../../../../ui/login/account_picker/user_pod_row.cs
s"> |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 <include src="../../../../ui/login/account_picker/screen_account_picker.
html"> | 50 <include src="../../../../ui/login/account_picker/screen_account_picker.
html"> |
48 </div> | 51 </div> |
49 </div> | 52 </div> |
50 </div> | 53 </div> |
51 <div id="bubble" class="bubble faded" hidden></div> | 54 <div id="bubble" class="bubble faded" hidden></div> |
52 <include src="control_bar.html"> | 55 <include src="control_bar.html"> |
53 <include src="../../../../ui/login/account_picker/user_pod_template.html"> | 56 <include src="../../../../ui/login/account_picker/user_pod_template.html"> |
54 <script src="chrome://resources/js/i18n_template2.js"></script> | 57 <script src="chrome://resources/js/i18n_template2.js"></script> |
55 </body> | 58 </body> |
56 </html> | 59 </html> |
OLD | NEW |