📄 footer.ftl
字号:
<!-- footer.ftl -->
<div id="footer">
<a href="${_UrlUtil.encodeURL("/index.do?_fn=ClearCookies")}">娓呴櫎Cookies</a>
-
<#assign _contactInfo=_ConfigUtil.getConfigInfo("BASEINFO_CONTACT_US")/>
<#if _contactInfo.indexOf("@")>=0 ><a href="mailto:${_contactInfo}" >
<#else><a href="${_contactInfo}"></#if>
鑱旂郴鎴戜滑</a>
-
<a href="${_ConfigUtil.getHomeURL()}">${_ConfigUtil.getHomeName()}</a>
<#assign icpInfo = _ConfigUtil.getConfigInfo("BASEINFO_ICP_CODE")/>
<#if icpInfo?string != "">
-
<a href="http://www.miibeian.gov.cn/">${icpInfo}</a>
</#if>
<br/>
<span class="product">Powered by <a href="http://www.ospod.com" target="_blank">OSPod.Forum</a></span>
<span class="edition">v${_Version.VERSION}</span>
<span class="copyrightInfo">${_ConfigUtil.getConfigInfo("BASEINFO_COPYRIGHT_INFO")}</span>
<span class="executeTime">Total <#assign _end_=_DateUtil.getCurDateTimeLong()/>${_end_-_start_}(ms)</span>
</div><#comment>end footer</#comment>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -