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