| <div id="bluetooth-options" class="page" hidden> |
| <div class="close-button"></div> |
| <h1 i18n-content="bluetoothAddDeviceTitle"></h1> |
| <div class="settings-list bluetooth-device-list content-area"> |
| <list id="bluetooth-unpaired-devices-list"></list> |
| <div id="bluetooth-unpaired-devices-list-empty-placeholder" |
| class="bluetooth-empty-list-label" hidden> |
| <span i18n-content="bluetoothNoDevicesFound"></span> |
| </div> |
| </div> |
| <div class="action-area button-strip"> |
| <button id="bluetooth-add-device-cancel-button" type="reset" |
| i18n-content="cancel"> |
| </button> |
| <button id="bluetooth-add-device-apply-button" type="submit" |
| class="default-button" i18n-content="bluetoothConnectDevice" disabled> |
| </button> |
| <span id="bluetooth-scanning-label" |
| i18n-content="bluetoothScanning"> |
| </span> |
| <span id="bluetooth-scan-stopped-label" |
| i18n-content="bluetoothScanStopped"> |
| </span> |
| <div id="bluetooth-scanning-icon" class="inline-spinner"></div> |
| </div> |
| </div> |