ZhiYeJianKang_PeiXun/Song.Site/Templates/Web/Gov/Inc/Footer.html
2025-02-20 15:41:53 +08:00

38 lines
1.9 KiB
HTML

<div id="footer">
<div class="linksBox">
<vt:list type="linkssort" item="sort" index="i">
<vt:function var="links" method="getLinks" args="$#.sort.ls_id"/>
<select sortid="{$#.sort.ls_id}"
onchange="if(this.options[this.selectedIndex].value!='$'){window.open(this.options[this.selectedIndex].value,'_blank')}">
<option value="$"> -------------{$:sort.ls_name}------------- </option>
<vt:foreach from="$links" item="l" index="j">
<option value="{$:l.lk_url}">{$:l.lk_name}</option>
</vt:foreach>
</select>
</vt:list>
</div>
<!-- ################ -->
<div id="footerConext">
主办单位:{$:#.org.Org_Name} &nbsp;
<br />
地址:{$:#.org.Org_Address}&nbsp; &nbsp; 电话:{$:#.org.Org_Phone}<br />
Copyright &copy; 2016-2018 {$:#.org.Org_AbbrEnName} All rights reserved &nbsp;
<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" />&nbsp;{$:#.org.Org_GonganBeian}</a>
</vt:if>
<div>
<a href="{$copyright.url}" target="_blank" title="{$copyright.title}">{$copyright.powerby}</a>
<a href="/admin/index.ashx" target="_blank" title="" style="color: #003562; font-family: ;
font-weight: bold;">管理登录 </a>
</div>
</div>
</div>
<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>
{$org.Org_Extracode}