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 <title i18n-content="title"></title> | 5 <title i18n-content="title"></title> |
6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | 6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
7 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> |
8 <link rel="stylesheet" href="mobile_dialogs.css"> | 8 <link rel="stylesheet" href="mobile_dialogs.css"> |
9 <link rel="stylesheet" href="sim_unlock.css"> | 9 <link rel="stylesheet" href="sim_unlock.css"> |
10 <script src="chrome://resources/js/cr.js"></script> | 10 <script src="chrome://resources/js/cr.js"></script> |
11 <script src="chrome://resources/js/cr/event_target.js"></script> | 11 <script src="chrome://resources/js/cr/event_target.js"></script> |
12 <script src="chrome://resources/js/util.js"></script> | 12 <script src="chrome://resources/js/util.js"></script> |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 </div> | 134 </div> |
135 <div id="disabled-sim-action-area" class="action-area"> | 135 <div id="disabled-sim-action-area" class="action-area"> |
136 <div class="button-strip"> | 136 <div class="button-strip"> |
137 <button id="sim-disabled-confirm" i18n-content="ok"></button> | 137 <button id="sim-disabled-confirm" i18n-content="ok"></button> |
138 </div> | 138 </div> |
139 </div> | 139 </div> |
140 </div> | 140 </div> |
141 </div> | 141 </div> |
142 </body> | 142 </body> |
143 </html> | 143 </html> |
OLD | NEW |