2018-02-04 08:20:05 +00:00
|
|
|
<footer id="layout-page-footer">
|
|
|
|
<hr>
|
2018-02-04 07:05:06 +00:00
|
|
|
<p class="text-center">©寒区旱区科学数据中心 2006-2014 | <a class="footer-link" href="/about/contact">联系我们</a> | <a class="footer-link" href="/about/terms">使用条款和免费申明 </a> | <a class="footer-link" href="http://www.miibeian.gov.cn" target="_blank">陇ICP备05000491号</a></p>
|
|
|
|
</footer>
|
|
|
|
<?php if(!empty($this->pageID)) {?>
|
|
|
|
<script>$('#Nav-<?= $this->pageID?>').addClass("active");</script>
|
|
|
|
<?php } ?>
|
|
|
|
<?php if($this->pageIn) { ?>
|
|
|
|
<script>
|
|
|
|
$('#<?= $this->pageIn?>').addClass('in');
|
|
|
|
$('#<?= $this->pageIn?>').show();
|
|
|
|
$('#<?= $this->pageIn?>').prev('.accordion-heading').addClass('active');
|
|
|
|
$('#<?= $this->pageIn?>').prev('.accordion-heading').children('a.detail-link').children('i').addClass('icon-minus');
|
|
|
|
</script>
|
|
|
|
<?php } ?>
|