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.

63 lines
2.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>uMatrix — Hosts files</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">
  27. <div></div>
  28. <!-- progress bar widget -->
  29. <div><div></div><div></div></div>
  30. </div>
  31. <div id="templates" style="display: none;">
  32. <ul>
  33. <li class="groupEntry"><span class="geName"></span> <span class="geCount dim"></span>
  34. <ul></ul>
  35. </li>
  36. <li class="listEntry">
  37. <input type="checkbox">
  38. <a type="text/plain" target="_blank" href=""></a>
  39. <a href="" style="display: none;" target="_blank"></a>: <!--
  40. --><span class="dim"></span><!--
  41.  --><span class="status unsecure" style="display: none;">http</span><!--
  42.  --><span class="status new" style="display: none;" data-i18n="hostsFilesExternalListNew"></span><!--
  43.  --><span class="status obsolete" style="display: none;" data-i18n="hostsFilesExternalListObsolete"></span><!--
  44.  --><span class="status purge" style="display: none;" data-i18n="hostsFilesExternalListPurge"></span>
  45. </li>
  46. </ul>
  47. </div>
  48. <script src="js/vapi-common.js"></script>
  49. <script src="js/vapi-client.js"></script>
  50. <script src="js/udom.js"></script>
  51. <script src="js/i18n.js"></script>
  52. <script src="js/dashboard-common.js"></script>
  53. <script src="js/hosts-files.js"></script>
  54. </body>
  55. </html>