| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html i18n-values="dir:textdirection; | 2 <html i18n-values="dir:textdirection; |
| 3 screen:screenType; | 3 screen:screenType; |
| 4 build:buildType; | 4 build:buildType; |
| 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="stylesheet" href="chrome://resources/css/chrome_shared.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
| 11 <link rel="stylesheet" href="../../../../ui/login/bubble.css"> | 11 <link rel="stylesheet" href="../../../../ui/login/bubble.css"> |
| 12 <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"> |
| 13 <link rel="stylesheet" href="../../../../ui/login/screen_container.css"> | 13 <link rel="stylesheet" href="../../../../ui/login/screen_container.css"> |
| 14 <link rel="stylesheet" href="../../../../ui/login/oobe.css"> | 14 <link rel="stylesheet" href="../../../../ui/login/oobe.css"> |
| 15 <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"> |
| 16 <!-- desktop user manager specific overrides --> | 16 <!-- desktop user manager specific overrides --> |
| 17 <link rel="stylesheet" href="control_bar.css"> | 17 <link rel="stylesheet" href="control_bar.css"> |
| 18 <link rel="stylesheet" href="user_manager.css"> | 18 <link rel="stylesheet" href="user_manager.css"> |
| 19 <link rel="stylesheet" href="user_manager_tutorial.css"> | 19 <link rel="stylesheet" href="user_manager_tutorial.css"> |
| 20 <!-- Import paper-button to use in user_pod_template.html --> |
| 21 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 22 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> |
| 20 <!-- framework imports --> | 23 <!-- framework imports --> |
| 21 <!-- as per chrome/browser/resources/chromeos/login/login_resources.html --> | 24 <!-- as per chrome/browser/resources/chromeos/login/login_resources.html --> |
| 22 <script src="chrome://resources/js/action_link.js"></script> | 25 <script src="chrome://resources/js/action_link.js"></script> |
| 23 <script src="chrome://resources/js/cr.js"></script> | 26 <script src="chrome://resources/js/cr.js"></script> |
| 24 <script src="chrome://resources/js/event_tracker.js"></script> | 27 <script src="chrome://resources/js/event_tracker.js"></script> |
| 25 <script src="chrome://resources/js/cr/event_target.js"></script> | 28 <script src="chrome://resources/js/cr/event_target.js"></script> |
| 26 <script src="chrome://resources/js/cr/ui.js"></script> | 29 <script src="chrome://resources/js/cr/ui.js"></script> |
| 27 <script src="chrome://resources/js/cr/ui/array_data_model.js"></script> | 30 <script src="chrome://resources/js/cr/ui/array_data_model.js"></script> |
| 28 <script src="chrome://resources/js/cr/ui/list_selection_controller.js"></script> | 31 <script src="chrome://resources/js/cr/ui/list_selection_controller.js"></script> |
| 29 <script src="chrome://resources/js/cr/ui/list_selection_model.js"></script> | 32 <script src="chrome://resources/js/cr/ui/list_selection_model.js"></script> |
| (...skipping 20 matching lines...) Expand all Loading... |
| 50 <include src="../../../../ui/login/account_picker/screen_account_picker.
html"> | 53 <include src="../../../../ui/login/account_picker/screen_account_picker.
html"> |
| 51 </div> | 54 </div> |
| 52 </div> | 55 </div> |
| 53 </div> | 56 </div> |
| 54 <div id="bubble" class="bubble faded" hidden></div> | 57 <div id="bubble" class="bubble faded" hidden></div> |
| 55 <include src="control_bar.html"> | 58 <include src="control_bar.html"> |
| 56 <include src="../../../../ui/login/account_picker/user_pod_template.html"> | 59 <include src="../../../../ui/login/account_picker/user_pod_template.html"> |
| 57 <script src="chrome://resources/js/i18n_template.js"></script> | 60 <script src="chrome://resources/js/i18n_template.js"></script> |
| 58 </body> | 61 </body> |
| 59 </html> | 62 </html> |
| OLD | NEW |