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.

57 lines
2.5 KiB

10 years ago
10 years ago
10 years ago
10 years ago
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 — About</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. <style>
  9. ul {
  10. list-style-type: none;
  11. }
  12. </style>
  13. </head>
  14. <body>
  15. <h2>µMatrix <span id="aboutVersion"></span></h2>
  16. <ul>
  17. <li><span id="aboutStorageUsed"></span><br>
  18. <li>&nbsp;
  19. <li><span data-i18n="aboutChangelog"></span><br>
  20. <li><a href="https://github.com/gorhill/uMatrix/wiki"><span data-i18n="aboutDoc"></span></a><br>
  21. <li><span data-i18n="aboutPermissions"></span><br>
  22. <li><a href="https://github.com/gorhill/uMatrix" data-i18n="aboutCode"></a><br>
  23. <li><a href="https://github.com/gorhill/uMatrix/issues" data-i18n="aboutIssues"></a><br>
  24. <li><span data-i18n="aboutContributors"></span>
  25. <ul>
  26. <li><span data-i18n="aboutCodeContributors"></span> <a href="https://github.com/gorhill/uMatrix/graphs/contributors">µMatrix, <a href="https://github.com/gorhill/httpswitchboard/graphs/contributors">HTTP Switchboard</a>
  27. <li><span data-i18n="aboutIssueContributors"></span> <a href="https://github.com/gorhill/uMatrix/issues?q=is%3Aissue">µMatrix</a>, <a href="https://github.com/gorhill/httpswitchboard/issues?q=is%3Aissue">HTTP Switchboard</a>
  28. <li><span data-i18n="aboutTranslationContributors"></span> <a href="https://github.com/gorhill/uMatrix/wiki/Translation-work-contributors">Crowdin</a>
  29. </ul>
  30. </ul>
  31. <h2 data-i18n="aboutUserDataHeader"></h2>
  32. <div>
  33. <p><button type="button" id="backupUserDataButton" data-i18n="aboutBackupButton"></button>
  34. <button type="button" id="restoreUserDataButton" data-i18n="aboutRestoreButton"></button>
  35. <input id="restoreFilePicker" type="file" accept="text/plain" style="display:none;">
  36. <p style="margin-left: 2em;" data-i18n="aboutOr">
  37. <p><button type="button" id="resetUserDataButton" data-i18n="aboutResetButton"></button>
  38. </div>
  39. <span style="display: none;" data-i18n="aboutStorageUsed"></span>
  40. <span style="display: none;" data-i18n="aboutBackupFilename"></span>
  41. <span style="display: none;" data-i18n="aboutRestoreConfirm"></span>
  42. <span style="display: none;" data-i18n="aboutRestoreError"></span>
  43. <span style="display: none;" data-i18n="aboutResetConfirm"></span>
  44. <script src="js/udom.js"></script>
  45. <script src="js/i18n.js"></script>
  46. <script src="js/dashboard-common.js"></script>
  47. <script src="js/messaging-client.js"></script>
  48. <script src="js/about.js"></script>
  49. </body>
  50. </html>