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.

58 lines
2.3 KiB

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. <p>
  13. <button id="buttonApply" class="custom important reloadAll disabled" data-i18n="hostsFilesApplyChanges"></button>
  14. <button id="buttonUpdate" class="custom important reloadAll disabled" data-i18n="hostsFilesUpdateNow"></button>
  15. <button id="buttonPurgeAll" class="custom disabled" data-i18n="hostsFilesPurgeAll"></button>
  16. </p>
  17. <ul id="options">
  18. <li><input type="checkbox" id="autoUpdate"><label data-i18n="hostsFilesAutoUpdatePrompt" for="autoUpdate"></label>
  19. <li><span id="listsOfBlockedHostsPrompt"></span>
  20. </ul>
  21. <ul id="lists">
  22. </ul>
  23. <div id="externalLists">
  24. <p data-i18n="hostsFilesExternalListsHint" style="margin: 0 0 0.25em 0; font-size: 13px;"></p>
  25. <textarea id="externalHostsFiles" dir="ltr" spellcheck="false"></textarea>
  26. </div>
  27. <div id="templates" style="display: none;">
  28. <ul>
  29. <li class="listEntry">
  30. <input type="checkbox"><!--
  31. --><a class="content" type="text/plain" target="_blank" href=""></a>&#8203;<!--
  32. --><a class="fa support" href="" target="_blank">&#xf015;</a>&#8203;<!--
  33. --><a class="fa remove" href="">&#xf014;</a>&#8203;<!--
  34. --><a class="fa mustread" href="" target="_blank">&#xf05a;</a>&#8203;<!--
  35.  --><span class="fa status unsecure" title="http">&#xf13e;</span>&#8203;<!--
  36. --><span class="counts dim"></span>&#8203;<!--
  37.  --><span class="fa status obsolete" title="hostsFilesExternalListObsolete">&#xf071;</span>&#8203;<!--
  38.  --><span class="fa status cache">&#xf017;</span>&#8203;<!--
  39.  --><span class="fa status updating">&#xf110;</span>&#8203;<!--
  40.  --><span class="fa status failed">&#xf06a;</span>
  41. </li>
  42. </ul>
  43. </div>
  44. <script src="js/vapi-common.js"></script>
  45. <script src="js/vapi-client.js"></script>
  46. <script src="js/udom.js"></script>
  47. <script src="js/i18n.js"></script>
  48. <script src="js/dashboard-common.js"></script>
  49. <script src="js/hosts-files.js"></script>
  50. </body>
  51. </html>