26 lines
1.2 KiB
PHTML
Executable File
26 lines
1.2 KiB
PHTML
Executable File
<hr>
|
|
<footer>
|
|
<p style="text-align:center;font-size:12px;">© Cold and Arid Regions Science Data Center at Lanzhou, a member of World Data System, 2006-2014 | <a href="/about/contact" ><i class="icon-envelope"></i>Contact US</a> | <a href="/about/terms">Terms</a>
|
|
| <a href="http://www.miibeian.gov.cn" target="_blank">MII 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 } ?>
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-302912-9', 'westgis.ac.cn');
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|