2014-05-27 09:56:38 +00:00
|
|
|
</div><!--/container--!>
|
|
|
|
<!-- FOOTER -->
|
|
|
|
<footer class="footer">
|
|
|
|
<div class="container">
|
|
|
|
<p class="pull-right"><a href="#" class="icon-arrow-up"></a></p>
|
2014-06-12 08:47:27 +00:00
|
|
|
<p>Copyright © 2013-<?php echo date('Y')?> <?= $this->config->title->site ?> - <a href="http://www.sanjiangyuan.org.cn">三江源生态监测综合数据平台</a> · Powered by <a href="http://westdc.westgis.ac.cn/">westdc</a></p>
|
2014-05-27 09:56:38 +00:00
|
|
|
</div>
|
2013-03-19 09:16:41 +00:00
|
|
|
</footer>
|
2014-05-27 09:56:38 +00:00
|
|
|
|
2014-06-12 09:35:06 +00:00
|
|
|
<script>setPage();</script>
|
|
|
|
<?php if(!empty($this->pageID)) {?>
|
|
|
|
<script>$('#Nav-<?= $this->pageID?>').addClass("active");</script>
|
|
|
|
<?php } ?>
|