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.
|
|
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>µMatrix — Ubiquitous rules</title> <link rel="stylesheet" type="text/css" href="css/common.css"> <link rel="stylesheet" type="text/css" href="css/dashboard-common.css"> <style> div > p:first-child { margin-top: 0; } div > p:last-child { margin-bottom: 0; } ul { padding: 0; list-style-type: none; } ul > li { margin: 0 0 0 1em; } .dim { color: #444; } </style> </head>
<body>
<h2 data-i18n="ubiquitousWhatIsThisHeader"></h2> <div> <p data-i18n="ubiquitousWhatIsThisPrompt"></p> </div>
<h2 data-i18n="ubiquitousListsOfBlockedHostsHeader"></h2> <div> <p data-i18n="ubiquitousListsOfBlockedHostsPrompt1"></p> <p id="ubiquitousListsOfBlockedHostsPrompt2"></p> <ul id="blacklistTemplate" style="display:none"> <li class="blacklistDetails"><input type="checkbox"> <a href="" type="text/plain"></a>: <span class="dim" data-i18n="ubiquitousListsOfBlockedHostsPerListStats"></span> </ul> <ul id="blacklists" style="margin:0.5em 0 0 0;padding-left:1em;list-style-type:none"> <li style="margin-top:0.75em"><button id="blacklistsApply" disabled="true" data-i18n="ubiquitousApplyChanges"></button> </ul> </div>
<script src="lib/jquery-2.min.js"></script> <script src="js/i18n.js"></script> <script src="js/dashboard-common.js"></script> <script src="js/messaging-client.js"></script> <script src="js/ubiquitous-rules.js"></script>
</body> </html>
|