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.

74 lines
3.4 KiB

10 years ago
10 years ago
10 years ago
6 years ago
10 years ago
10 years ago
6 years ago
10 years ago
10 years ago
6 years ago
6 years ago
9 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>nuTensor — 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. div.body > ul {
  10. padding-left: 0;
  11. padding-right: 0;
  12. }
  13. ul {
  14. list-style-type: none;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <div class="body">
  20. <h3>nuTensor <span id="aboutVersion"></span></h3>
  21. <ul>
  22. <li>Copyright (c) Raymond Hill 2013-2020<br>
  23. <li>Copyright (c) Ian Parker 2020<br>
  24. <li>&nbsp;
  25. <li><span id="aboutStorageUsed"></span><br>
  26. <li>&nbsp;
  27. <li><span data-i18n="aboutChangelog"></span><br>
  28. <li><a href="https://github.com/geekprojects/nuTensor/wiki"><span data-i18n="aboutDoc"></span></a><br>
  29. <li><span data-i18n="aboutPermissions"></span><br>
  30. <li><a href="https://github.com/geekprojects/nuTensor" data-i18n="aboutCode"></a><br>
  31. <li><a href="https://github.com/geekprojects/nuTensor/issues" data-i18n="aboutIssues"></a><br>
  32. <li><span data-i18n="aboutContributors"></span>
  33. <ul>
  34. <li><span data-i18n="aboutCodeContributors"></span> <a href="https://github.com/geekprojects/nuTensor/graphs/contributors">nuTensor, <a href="https://github.com/gorhill/httpswitchboard/graphs/contributors">HTTP Switchboard</a>
  35. <li><span data-i18n="aboutIssueContributors"></span> <a href="https://github.com/geekprojects/nuTensor/issues?q=is%3Aissue">nuTensor</a>, <a href="https://github.com/gorhill/httpswitchboard/issues?q=is%3Aissue">HTTP Switchboard</a>
  36. <li><span data-i18n="aboutTranslationContributors"></span> <a href="https://github.com/geekprojects/nuTensor/wiki/Translation-work-contributors">Crowdin</a>
  37. </ul>
  38. <li><a href="https://github.com/bestiejs/punycode.js" target="_blank">Punycode.js</a> by <a href="https://github.com/mathiasbynens">Mathias Bynens</a>
  39. <li><a href="https://fontawesome.com/" target="_blank">Font Awesome</a> by <a href="https://github.com/davegandy">Dave Gandy</a>
  40. <li><a href="https://codemirror.net/" target="_blank">CodeMirror</a> by <a href="https://github.com/marijnh">Marijn Haverbeke</a>
  41. <li><a href="https://github.com/Swatinem/diff" target="_blank">An implementation of Myers' diff algorithm</a> by <a href="https://github.com/Swatinem">Arpad Borsos</a>
  42. </ul>
  43. <h3 data-i18n="aboutUserDataHeader"></h3>
  44. <div>
  45. <p><button type="button" id="backupUserDataButton" data-i18n="aboutBackupButton"></button>
  46. <button type="button" id="restoreUserDataButton" data-i18n="aboutRestoreButton"></button>
  47. <input id="restoreFilePicker" type="file" accept="text/plain" style="display:none;">
  48. <p style="margin-left: 2em;" data-i18n="aboutOr">
  49. <p><button type="button" id="resetUserDataButton" data-i18n="aboutResetButton"></button>
  50. </div>
  51. </div><!-- end of div.body -->
  52. <div style="display: none;">
  53. <span data-i18n="aboutStorageUsed"></span>
  54. <span data-i18n="aboutBackupFilename"></span>
  55. <span data-i18n="aboutRestoreConfirm"></span>
  56. <span data-i18n="aboutRestoreError"></span>
  57. <span data-i18n="aboutResetConfirm"></span>
  58. </div>
  59. <script src="js/vapi.js"></script>
  60. <script src="js/vapi-common.js"></script>
  61. <script src="js/vapi-client.js"></script>
  62. <script src="js/udom.js"></script>
  63. <script src="js/i18n.js"></script>
  64. <script src="js/dashboard-common.js"></script>
  65. <script src="js/about.js"></script>
  66. </body>
  67. </html>