18 lines
638 B
PHTML
Executable File
18 lines
638 B
PHTML
Executable File
</div><!--/container--!>
|
|
<!-- FOOTER -->
|
|
<footer class="footer">
|
|
<div class="container">
|
|
<p class="pull-right"><a href="#" class="icon-arrow-up"></a></p>
|
|
<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>
|
|
</div>
|
|
</footer>
|
|
|
|
<script>
|
|
!function ($) {
|
|
$(function(){
|
|
// carousel demo
|
|
$('#myCarousel').carousel()
|
|
})
|
|
}(window.jQuery)
|
|
</script>
|
|
<script>setPage();</script>
|