aboutsummaryrefslogtreecommitdiffstats
path: root/src/dyna-rules.html
blob: 0f161ca045450c254b37923eec048411fa506f1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>µMatrix — Dynamic filtering rules</title>
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/dashboard-common.css">
<link rel="stylesheet" type="text/css" href="css/dyna-rules.css">
</head>

<body>

<div>
    <p data-i18n="rulesHint"></p>
    <p data-i18n="rulesFormatHint"></p>
    <p><button id="rulesApply" disabled="true" data-i18n="1pApplyChanges"></button></p>
    <textarea id="rulesEditor" spellcheck="false" dir="auto"></textarea>
    <p><button id="importButton" type="button" data-i18n="1pImport"></button> &emsp;
       <button id="exportButton" type="button" data-i18n="1pExport"></button>
       <input class="hidden" id="importFilePicker" type="file" accept="text/plain" style="display: none;"></p>
    <span class="hidden" data-i18n="rulesDefaultFileName" style="display: none;"></span>
</div>

<script src="js/vapi-common.js"></script>
<script src="js/vapi-client.js"></script>
<script src="js/udom.js"></script>
<script src="js/i18n.js"></script>
<script src="js/dashboard-common.js"></script>
<script src="js/dyna-rules.js"></script>

</body>
</html>