staff.tpl 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {include file='header.tpl'}
  2. <body class="border-top-wide border-primary d-flex flex-column">
  3. <div class="page page-center">
  4. <div class="container-tight my-auto">
  5. <div class="empty">
  6. <p class="empty-title">MIT License</p>
  7. <p class="empty-subtitle">&copy;2024 NeXT Panel Team</p>
  8. <p>Permission is hereby granted, free of charge, to any person obtaining a copy
  9. of this software and associated documentation files (the "Software"), to deal
  10. in the Software without restriction, including without limitation the rights
  11. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  12. copies of the Software, and to permit persons to whom the Software is
  13. furnished to do so, subject to the following conditions:</p>
  14. <br>
  15. <p>The above copyright notice and this permission notice shall be included in all
  16. <p>copies or substantial portions of the Software.</p>
  17. <br>
  18. <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  19. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  20. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  21. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  22. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  23. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  24. SOFTWARE.</p>
  25. <br>
  26. <p class="empty-title"><a href="https://github.com/SSPanel-NeXT/NeXT-Panel">GitHub Project</a></p>
  27. <br>
  28. <p class="empty-title">NeXT Panel 的存在离不开以下开源项目</p>
  29. <p><a href="https://github.com/illuminate/database">Eloquent ORM</a></p>
  30. <p><a href="https://github.com/slimphp/Slim">Slim Framework</a></p>
  31. <p><a href="https://github.com/tabler/tabler">Tabler</a></p>
  32. <p><a href="https://github.com/twigphp/Twig">Twig</a></p>
  33. <br>
  34. <p>This product includes GeoLite2 data created by MaxMind, available from
  35. <a href="https://www.maxmind.com">https://www.maxmind.com</a>.</p>
  36. <br>
  37. <p class="empty-title">鸣谢</p>
  38. <p>所有被引用过代码的开发者,以及所有提交过 PR 的贡献者。当然,还有在使用这份程序的你我Ta。</p>
  39. </div>
  40. </div>
  41. </div>
  42. {include file='footer.tpl'}