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.
29 lines
1.0 KiB
29 lines
1.0 KiB
<!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>  
|
|
<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>
|