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