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.

80 lines
3.8 KiB

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" href="css/fa-icons.css">
  7. <link rel="stylesheet" href="css/common.css">
  8. <link rel="stylesheet" href="css/dashboard-common.css">
  9. <link rel="stylesheet" href="css/hosts-files.css">
  10. </head>
  11. <body>
  12. <div class="body">
  13. <p>
  14. <button id="buttonApply" class="custom important reloadAll disabled" data-i18n="hostsFilesApplyChanges"></button>
  15. <button id="buttonUpdate" class="custom important reloadAll disabled" data-i18n="hostsFilesUpdateNow"></button>
  16. <button id="buttonPurgeAll" class="custom disabled" data-i18n="hostsFilesPurgeAll"></button>
  17. </p>
  18. <ul id="options">
  19. <li><input type="checkbox" id="autoUpdate"><label data-i18n="hostsFilesAutoUpdatePrompt" for="autoUpdate"></label>
  20. </ul>
  21. <div class="assets">
  22. <div data-i18n="assetsHostsSection"></div>
  23. <div>
  24. <p><span data-i18n="hostsFilesPrompt"></span>&nbsp;<a class="fa-icon info" href="https://github.com/gorhill/uMatrix/wiki/Preset-whitelisted-and-blacklisted-domains#preset-blacklist-rules" target="_blank">info-circle</a></p>
  25. <p id="listsOfBlockedHostsPrompt"></p>
  26. <ul id="hosts">
  27. <li class="listEntry notAnAsset toImport"><input type="checkbox" id="importHosts"><label for="importHosts" data-i18n="assetsImportLabel"></label><!--
  28. --><textarea dir="ltr" spellcheck="false" placeholder="hostsFilesExternalListsHint"></textarea>
  29. </ul>
  30. </div>
  31. </div>
  32. <div class="assets">
  33. <div data-i18n="assetsRecipesSection"></div>
  34. <div>
  35. <p><span data-i18n="assetsRecipesSummary"></span>&nbsp;<a class="fa-icon info" href="https://github.com/gorhill/uMatrix/wiki/Ruleset-recipes" target="_blank">info-circle</a></p>
  36. <ul id="recipes">
  37. <li class="listEntry notAnAsset toImport"><input type="checkbox" id="importRecipes"><label for="importRecipes" data-i18n="assetsImportLabel"></label><!--
  38. --><textarea dir="ltr" spellcheck="false" placeholder="hostsFilesExternalListsHint"></textarea>
  39. <li class="listEntry notAnAsset toInline"><input type="checkbox" id="inlineRecipes"><label for="inlineRecipes" data-i18n="assetsInlineRecipesLabel"></label><!--
  40. --><textarea dir="ltr" spellcheck="false" placeholder="assetsInlineRecipesHint"></textarea>
  41. </ul>
  42. </div>
  43. </div>
  44. <div id="templates" style="display: none;">
  45. <ul>
  46. <li class="listEntry">
  47. <input type="checkbox"><!--
  48. --><a class="content" type="text/plain" target="_blank" href=""></a>&#8203;<!--
  49. --><a class="fa-icon support" href="" target="_blank">home</a>&#8203;<!--
  50. --><span class="fa-icon remove" href="">trash-o</span>&#8203;<!--
  51. --><a class="fa-icon mustread" href="" target="_blank">info-circle</a>&#8203;<!--
  52.  --><span class="fa-icon status unsecure" title="http">unlock</span>&#8203;<!--
  53. --><span class="counts dim status"></span>&#8203;<!--
  54.  --><span class="fa-icon status obsolete" title="hostsFilesExternalListObsolete">exclamation-triangle</span>&#8203;<!--
  55.  --><span class="fa-icon status cache">clock</span>&#8203;<!--
  56.  --><span class="fa-icon status updating">spinner</span>&#8203;<!--
  57.  --><span class="fa-icon status failed">unlink</span>
  58. </li>
  59. </ul>
  60. </div>
  61. </div><!-- end of div.body -->
  62. <script src="js/fa-icons.js"></script>
  63. <script src="js/vapi.js"></script>
  64. <script src="js/vapi-common.js"></script>
  65. <script src="js/vapi-client.js"></script>
  66. <script src="js/vapi-client-extra.js"></script>
  67. <script src="js/udom.js"></script>
  68. <script src="js/i18n.js"></script>
  69. <script src="js/dashboard-common.js"></script>
  70. <script src="js/hosts-files.js"></script>
  71. </body>
  72. </html>