fuc/resources/views/tabler/staff.tpl
2025-02-23 13:30:57 +08:00

48 lines
2.7 KiB
Smarty
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{include file='header.tpl'}
<body class="border-top-wide border-primary d-flex flex-column">
<div class="page page-center">
<div class="container-tight my-auto">
<div class="empty">
<p class="empty-title">MIT License</p>
<p class="empty-subtitle">&copy;2019 SSPanel UIM</p>
<p>Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:</p>
<br>
<p>The above copyright notice and this permission notice shall be included in all
<p>copies or substantial portions of the Software.</p>
<br>
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.</p>
<br>
<p class="empty-title"><a href="https://wiki.sspanel.org/#/contributors">贡献者清单</a></p>
<br>
<p class="empty-title"><a href="https://github.com/Anankke/SSPanel-Uim">GitHub Repo</a></p>
<br>
<p class="empty-title"><a href="https://github.com/sspanel-uim">GitHub Org</a></p>
<br>
<p class="empty-title">SSPanel-UIM 的存在离不开以下开源项目</p>
<p><a href="https://github.com/slimphp/Slim">Slim Framework</a></p>
<p><a href="https://github.com/tabler/tabler">Tabler</a></p>
<p><a href="https://github.com/twigphp/Twig">Twig</a></p>
<br>
<p>This product includes GeoLite2 data created by MaxMind, available from
<a href="https://www.maxmind.com">https://www.maxmind.com</a>.</p>
<br>
<p class="empty-title">鸣谢</p>
<p>所有被引用过代码的开发者,以及所有提交过 PR 的贡献者。当然还有在使用这份程序的你我Ta。</p>
</div>
</div>
</div>
{include file='footer.tpl'}