25 lines
1.0 KiB
HTML
25 lines
1.0 KiB
HTML
<div id="footer">
|
||
|
||
<div id="footerConext"> {$:#.org.Org_Name} Tel:{$:#.org.Org_Phone}<br/>
|
||
Copyright © {$:#.org.Org_AbbrEnName} All rights reserved
|
||
<vt:if var="org.Org_ICP" value="" compare="!=">
|
||
<a href="http://www.beian.miit.gov.cn/" target="_blank">{$:#.org.Org_ICP}</a>
|
||
</vt:if>
|
||
<vt:if var="org.Org_GonganBeian" value="" compare="!=">
|
||
<a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode={$:#.org.Org_GonganBeian}" target="_blank">
|
||
<img src="../Images/ghs.png" /> {$:#.org.Org_GonganBeian}</a>
|
||
</vt:if>
|
||
<div>
|
||
<a href="{$copyright.url}" target="_blank" title="{$copyright.title}"> {$copyright.powerby}</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
{$org.Org_Extracode}
|
||
<script type="text/javascript">
|
||
//当前登录的账号ID
|
||
var currLoginACID = Number("{$Account.Ac_id}");
|
||
ToAllLinkAddAccoutsID(currLoginACID);
|
||
</script>
|
||
|
||
<script type="text/javascript" src="/Utility/CoreScripts/Widget.js?ver={$version}"></script>
|