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.

55 lines
1.5 KiB

10 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>µMatrix — 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. <style>
  9. div > p:first-child {
  10. margin-top: 0;
  11. }
  12. div > p:last-child {
  13. margin-bottom: 0;
  14. }
  15. ul {
  16. padding: 0;
  17. list-style-type: none;
  18. }
  19. ul > li {
  20. margin: 0 0 0 1em;
  21. }
  22. .dim {
  23. color: #444;
  24. }
  25. </style>
  26. </head>
  27. <body>
  28. <h2 data-i18n="ubiquitousWhatIsThisHeader"></h2>
  29. <div>
  30. <p data-i18n="ubiquitousWhatIsThisPrompt"></p>
  31. </div>
  32. <h2 data-i18n="ubiquitousListsOfBlockedHostsHeader"></h2>
  33. <div>
  34. <p data-i18n="ubiquitousListsOfBlockedHostsPrompt1"></p>
  35. <p id="ubiquitousListsOfBlockedHostsPrompt2"></p>
  36. <ul id="blacklistTemplate" style="display:none">
  37. <li class="blacklistDetails"><input type="checkbox">&thinsp;<a href="" type="text/plain"></a>:
  38. <span class="dim" data-i18n="ubiquitousListsOfBlockedHostsPerListStats"></span>
  39. </ul>
  40. <ul id="blacklists" style="margin:0.5em 0 0 0;padding-left:1em;list-style-type:none">
  41. <li style="margin-top:0.75em"><button id="blacklistsApply" disabled="true" data-i18n="ubiquitousApplyChanges"></button>
  42. </ul>
  43. </div>
  44. <script src="lib/jquery-2.min.js"></script>
  45. <script src="js/i18n.js"></script>
  46. <script src="js/dashboard-common.js"></script>
  47. <script src="js/messaging-client.js"></script>
  48. <script src="js/ubiquitous-rules.js"></script>
  49. </body>
  50. </html>