OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html i18n-values="dir:textdirection"> | 2 <html i18n-values="dir:textdirection;lang:language"> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <meta name="viewport" content="width=device-width, user-scalable=no"> | 5 <meta name="viewport" content="width=device-width, user-scalable=no"> |
6 <title i18n-content="title"></title> | 6 <title i18n-content="title"></title> |
7 | 7 |
8 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
9 <link rel="stylesheet" href="uber/uber_shared.css"> | 9 <link rel="stylesheet" href="uber/uber_shared.css"> |
10 <link rel="stylesheet" href="chrome://policy/policy.css"> | 10 <link rel="stylesheet" href="chrome://policy/policy.css"> |
11 | 11 |
12 <script src="chrome://resources/js/action_link.js"></script> | 12 <script src="chrome://resources/js/action_link.js"></script> |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 </tr> | 105 </tr> |
106 </tbody> | 106 </tbody> |
107 </table> | 107 </table> |
108 </div> | 108 </div> |
109 </body> | 109 </body> |
110 | 110 |
111 <script src="chrome://policy/strings.js"></script> | 111 <script src="chrome://policy/strings.js"></script> |
112 <script src="chrome://resources/js/i18n_template2.js"></script> | 112 <script src="chrome://resources/js/i18n_template2.js"></script> |
113 <script src="chrome://policy/policy.js"></script> | 113 <script src="chrome://policy/policy.js"></script> |
114 </html> | 114 </html> |
OLD | NEW |