You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.5 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>HTTP Switchboard — Ubiquitous rules</title>
  6. <link rel="stylesheet" type="text/css" href="css/common.css">
  7. <link rel="stylesheet" type="text/css" href="css/dashboard-common.css">
  8. <link rel="stylesheet" type="text/css" href="css/hosts-files.css">
  9. </head>
  10. <body>
  11. <p data-i18n="hostsFilesPrompt"></p>
  12. <ul id="options">
  13. <li><input type="checkbox" id="autoUpdate"><label data-i18n="hostsFilesAutoUpdatePrompt" for="autoUpdate"></label>
  14. <button class="custom reloadAll disabled" id="buttonUpdate" data-i18n="hostsFilesUpdateNow"></button>
  15. <button id="buttonPurgeAll" class="custom disabled" data-i18n="hostsFilesPurgeAll"></button>
  16. <li><p id="listsOfBlockedHostsPrompt"></p>
  17. </ul>
  18. <button id="buttonApply" class="custom reloadAll disabled" data-i18n="hostsFilesApplyChanges"></button>
  19. <ul id="lists">
  20. </ul>
  21. <div id="externalListsDiv">
  22. <p data-i18n="hostsFilesExternalListsHint" style="margin: 0 0 0.25em 0; font-size: 13px;"></p>
  23. <textarea id="externalHostsFiles" dir="ltr" spellcheck="false"></textarea>
  24. <p style="margin: 0.25em 0 0 0"><button id="externalListsParse" disabled="true" data-i18n="hostsFilesExternalListsParse"></button></p>
  25. </div>
  26. <div id="busyOverlay"></div>
  27. <script src="js/vapi-common.js"></script>
  28. <script src="js/vapi-client.js"></script>
  29. <script src="js/udom.js"></script>
  30. <script src="js/i18n.js"></script>
  31. <script src="js/dashboard-common.js"></script>
  32. <script src="js/hosts-files.js"></script>
  33. </body>
  34. </html>