1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-26 10:01:08 +12:00
uMatrix/src/user-rules.html
2014-10-21 22:00:31 -04:00

30 lines
1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>µMatrix — Your 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/user-rules.css">
</head>
<body>
<div>
<p data-i18n="userRulesFormatHint">
<p><button id="userRulesApply" disabled="true" data-i18n="userRulesApplyChanges"></button>
<p><textarea id="userRules" dir="auto" spellcheck="false"></textarea>
<p><button id="importUserRulesFromFile" data-i18n="userRulesImport"></button> &emsp;
<button id="exportUserRulesToFile" data-i18n="userRulesExport"></button>
<input id="importFilePicker" type="file" accept="text/plain" style="display:none;">
</div>
<script src="js/udom.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/user-rules.js"></script>
</body>
</html>