OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html i18n-values="dir:textdirection;build:buildType;highlight:highlightStrength
"> | 2 <html i18n-values="dir:textdirection; |
| 3 build:buildType; |
| 4 highlight:highlightStrength; |
| 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 <include src="login_resources.html"> | 10 <include src="login_resources.html"> |
8 <script src="chrome://oobe/login.js"></script> | 11 <script src="chrome://oobe/login.js"></script> |
9 <script src="chrome://oobe/gaia_auth_host.js"></script> | 12 <script src="chrome://oobe/gaia_auth_host.js"></script> |
10 </head> | 13 </head> |
11 <body i18n-values=".style.fontFamily:fontfamily;"> | 14 <body i18n-values=".style.fontFamily:fontfamily;"> |
12 <include src="screen_container.html"> | 15 <include src="screen_container.html"> |
13 <script src="chrome://resources/js/i18n_template2.js"></script> | 16 <script src="chrome://resources/js/i18n_template2.js"></script> |
14 </body> | 17 </body> |
15 </html> | 18 </html> |
OLD | NEW |