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.

76 lines
3.6 KiB

10 years ago
10 years ago
10 years ago
7 years ago
10 years ago
10 years ago
7 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. <div class="body">
  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. </ul>
  20. <div class="assets">
  21. <div data-i18n="assetsHostsSection"></div>
  22. <div>
  23. <p><span data-i18n="hostsFilesPrompt"></span>&nbsp;<a class="fa info" href="https://github.com/gorhill/uMatrix/wiki/Preset-whitelisted-and-blacklisted-domains#preset-blacklist-rules" target="_blank">&#xf05a;</a></p>
  24. <p id="listsOfBlockedHostsPrompt"></p>
  25. <ul id="hosts">
  26. <li class="listEntry notAnAsset toImport"><input type="checkbox" id="importHosts"><label for="importHosts" data-i18n="assetsImportLabel"></label><!--
  27. --><textarea dir="ltr" spellcheck="false" placeholder="hostsFilesExternalListsHint"></textarea>
  28. </ul>
  29. </div>
  30. </div>
  31. <div class="assets">
  32. <div data-i18n="assetsRecipesSection"></div>
  33. <div>
  34. <p><span data-i18n="assetsRecipesSummary"></span>&nbsp;<a class="fa info" href="https://github.com/gorhill/uMatrix/wiki/Ruleset-recipes" target="_blank">&#xf05a;</a></p>
  35. <ul id="recipes">
  36. <li class="listEntry notAnAsset toImport"><input type="checkbox" id="importRecipes"><label for="importRecipes" data-i18n="assetsImportLabel"></label><!--
  37. --><textarea dir="ltr" spellcheck="false" placeholder="hostsFilesExternalListsHint"></textarea>
  38. <li class="listEntry notAnAsset toInline"><input type="checkbox" id="inlineRecipes"><label for="inlineRecipes" data-i18n="assetsInlineRecipesLabel"></label><!--
  39. --><textarea dir="ltr" spellcheck="false" placeholder="assetsInlineRecipesHint"></textarea>
  40. </ul>
  41. </div>
  42. </div>
  43. <div id="templates" style="display: none;">
  44. <ul>
  45. <li class="listEntry">
  46. <input type="checkbox"><!--
  47. --><a class="content" type="text/plain" target="_blank" href=""></a>&#8203;<!--
  48. --><a class="fa support" href="" target="_blank">&#xf015;</a>&#8203;<!--
  49. --><a class="fa remove" href="">&#xf014;</a>&#8203;<!--
  50. --><a class="fa mustread" href="" target="_blank">&#xf05a;</a>&#8203;<!--
  51.  --><span class="fa status unsecure" title="http">&#xf13e;</span>&#8203;<!--
  52. --><span class="counts dim"></span>&#8203;<!--
  53.  --><span class="fa status obsolete" title="hostsFilesExternalListObsolete">&#xf071;</span>&#8203;<!--
  54.  --><span class="fa status cache">&#xf017;</span>&#8203;<!--
  55.  --><span class="fa status updating">&#xf110;</span>&#8203;<!--
  56.  --><span class="fa status failed">&#xf06a;</span>
  57. </li>
  58. </ul>
  59. </div>
  60. </div><!-- end of div.body -->
  61. <script src="js/vapi-common.js"></script>
  62. <script src="js/vapi-client.js"></script>
  63. <script src="js/udom.js"></script>
  64. <script src="js/i18n.js"></script>
  65. <script src="js/dashboard-common.js"></script>
  66. <script src="js/hosts-files.js"></script>
  67. </body>
  68. </html>