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

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 — Your 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. <link rel="stylesheet" type="text/css" href="css/user-rules.css">
  9. </head>
  10. <body>
  11. <div>
  12. <p data-i18n="userRulesFormatHint">
  13. <p><button id="userRulesApply" disabled="true" data-i18n="userRulesApplyChanges"></button>
  14. <p><textarea id="userRules" dir="auto" spellcheck="false"></textarea>
  15. <p><button id="importUserRulesFromFile" data-i18n="userRulesImport"></button> &emsp;
  16. <button id="exportUserRulesToFile" data-i18n="userRulesExport"></button>
  17. <input id="importFilePicker" type="file" accept="text/plain" style="display:none;">
  18. </div>
  19. <script src="js/udom.js"></script>
  20. <script src="js/i18n.js"></script>
  21. <script src="js/dashboard-common.js"></script>
  22. <script src="js/messaging-client.js"></script>
  23. <script src="js/user-rules.js"></script>
  24. </body>
  25. </html>