2013-03-19 09:16:41 +00:00
|
|
|
<footer>
|
2013-10-15 09:38:52 +00:00
|
|
|
<div class="container">
|
2015-01-30 16:33:57 +00:00
|
|
|
<p>© 青海省生态环境遥感监测中心 2013-<?php echo date('Y')?> | <a href="/about/contact" ><i class="icon-envelope"></i>联系我们</a> | <a href="/about/terms">使用条款和免责申明</a></p>
|
2013-10-15 09:38:52 +00:00
|
|
|
</div>
|
2013-03-19 09:16:41 +00:00
|
|
|
</footer>
|
2013-03-27 09:06:23 +00:00
|
|
|
<?php if(!empty($this->pageID)) {?>
|
|
|
|
<script>$('#Nav-<?= $this->pageID?>').addClass("active");</script>
|
|
|
|
<?php } ?>
|
2013-04-16 02:15:14 +00:00
|
|
|
<?php if($this->pageIn) { ?>
|
|
|
|
<script>$('#<?= $this->pageIn?>').addClass('in');
|
|
|
|
$('#<?= $this->pageIn?>').prev('.accordion-heading').addClass('active');
|
|
|
|
</script>
|
2013-10-15 09:38:52 +00:00
|
|
|
<?php } ?>
|