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 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | 5 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
5 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> | 6 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> |
6 | 7 |
7 <link rel="stylesheet" href="../options/options_page.css"> | 8 <link rel="stylesheet" href="../options/options_page.css"> |
8 <link rel="stylesheet" href="../options/chromeos/bluetooth.css"> | 9 <link rel="stylesheet" href="../options/chromeos/bluetooth.css"> |
9 <link rel="stylesheet" href="bluetooth_pair_device.css"> | 10 <link rel="stylesheet" href="bluetooth_pair_device.css"> |
10 | 11 |
11 <script src="chrome://resources/js/cr.js"></script> | 12 <script src="chrome://resources/js/cr.js"></script> |
12 <script src="chrome://resources/js/event_tracker.js"></script> | 13 <script src="chrome://resources/js/event_tracker.js"></script> |
13 <script src="chrome://resources/js/cr/event_target.js"></script> | 14 <script src="chrome://resources/js/cr/event_target.js"></script> |
(...skipping 19 matching lines...) Expand all Loading... |
33 <div id="overlay-container" class="overlay"> | 34 <div id="overlay-container" class="overlay"> |
34 <include src="../options/chromeos/bluetooth_pair_device_overlay.html"> | 35 <include src="../options/chromeos/bluetooth_pair_device_overlay.html"> |
35 </div> | 36 </div> |
36 <div id="page-container"> | 37 <div id="page-container"> |
37 <div id="bluetooth-container"></div> | 38 <div id="bluetooth-container"></div> |
38 </div> | 39 </div> |
39 <div id="searchBox" hidden><input id="search-field" type=text></div> | 40 <div id="searchBox" hidden><input id="search-field" type=text></div> |
40 <script src="chrome://resources/js/i18n_template2.js"></script> | 41 <script src="chrome://resources/js/i18n_template2.js"></script> |
41 </body> | 42 </body> |
42 </html> | 43 </html> |
OLD | NEW |