OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html i18n-values="dir:textdirection; | 2 <html i18n-values="dir:textdirection; |
3 build:buildType; | 3 build:buildType; |
4 highlight:highlightStrength; | 4 highlight:highlightStrength; |
5 lang:language"> | 5 lang:language"> |
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 <link rel="import" href="chrome://resources/html/polymer.html"> |
10 <include src="login_shared.html"> | 11 <include src="login_shared.html"> |
11 <include src="login_non_lock_shared.html"> | 12 <include src="login_non_lock_shared.html"> |
12 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html"> | 13 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html"> |
13 <link rel="import" href="chrome://oobe/custom_elements.html"> | 14 <link rel="import" href="chrome://oobe/custom_elements.html"> |
14 <link rel="stylesheet" href="roboto_font.css"> | 15 <link rel="stylesheet" href="roboto_font.css"> |
15 <link rel="stylesheet" href="accessibility_menu.css"> | 16 <link rel="stylesheet" href="accessibility_menu.css"> |
16 <script src="chrome://oobe/oobe.js"></script> | 17 <script src="chrome://oobe/oobe.js"></script> |
17 <script src="chrome://oobe/gaia_auth_host.js"></script> | 18 <script src="chrome://oobe/gaia_auth_host.js"></script> |
18 </head> | 19 </head> |
19 <body class="oobe-display" i18n-values=".style.fontFamily:fontfamily;"> | 20 <body class="oobe-display" i18n-values=".style.fontFamily:fontfamily;"> |
20 <include src="screen_container.html"> | 21 <include src="screen_container.html"> |
21 <include src="accessibility_menu.html"> | 22 <include src="accessibility_menu.html"> |
22 <div id="popup-overlay" class="popup-overlay" hidden> | 23 <div id="popup-overlay" class="popup-overlay" hidden> |
23 <include src="oobe_screen_eula_installation_settings_overlay.html"> | 24 <include src="oobe_screen_eula_installation_settings_overlay.html"> |
24 </div> | 25 </div> |
25 <script src="chrome://resources/js/i18n_template.js"></script> | 26 <script src="chrome://resources/js/i18n_template.js"></script> |
26 </body> | 27 </body> |
27 </html> | 28 </html> |
OLD | NEW |