mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-03-29 05:35:16 +08:00
43 lines
1.6 KiB
HTML
43 lines
1.6 KiB
HTML
<!--{template common/header_ajax}-->
|
|
<div class="modal-header about-header <!--{if empty($about[sitelogo])}-->about-header-noborder<!--{/if}-->">
|
|
<!--{if $about[sitelogo]}-->
|
|
<h4 class="modal-title about-title">
|
|
<img class="img-sitelogo" src="$about[sitelogo]"><span class="sitename"><b>$_G['setting']['sitename']</b></span>
|
|
</h4>
|
|
<!--{/if}-->
|
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
</div>
|
|
<div class="modal-body about-body">
|
|
<p class="logo">
|
|
<img src="$about[logo]">
|
|
</p>
|
|
<p class="name">
|
|
<!--{if $appinfo['appname']}-->
|
|
<span class="name-zh">$appinfo[appname]</span>
|
|
<!--{if $about['version']}-->
|
|
<p class="version">
|
|
<span class="text-muted">
|
|
<!--{if $about['name_zh']}-->$about[name_zh]
|
|
<!--{/if}-->
|
|
<!--{if $about['name_en']}-->$about[name_en]
|
|
<!--{/if}--> {lang version}:
|
|
</span><code>$about[version]</code>
|
|
</p>
|
|
<!--{/if}-->
|
|
<!--{/if}-->
|
|
</p>
|
|
<p class="license">
|
|
<span class="text-muted">授权协议:</span> <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank">AGPL V3
|
|
开源协议</a>
|
|
</p>
|
|
<p class="support">
|
|
<span class="text-muted">服务支持:</span> <a href="http://www.dzzoffice.com" target="_blank">www.dzzoffice.com</a>
|
|
</p>
|
|
<p class="support">
|
|
<span class="text-muted">小胡版本:</span><a href="https://gitee.com/xh2002/dzzoffice" target="_blank">$about[xhversion]</a>
|
|
</p>
|
|
</div>
|
|
<div class="about-copyright">
|
|
<!--{template common/copyright}-->
|
|
</div>
|
|
<!--{template common/footer_ajax}--> |