fix errors
This commit is contained in:
parent
64257824fa
commit
838c4c295d
|
@ -7,14 +7,6 @@
|
|||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
!function ($) {
|
||||
$(function(){
|
||||
// carousel demo
|
||||
$('#myCarousel').carousel()
|
||||
})
|
||||
}(window.jQuery)
|
||||
</script>
|
||||
<script>setPage();</script>
|
||||
<?php if(!empty($this->pageID)) {?>
|
||||
<script>$('#Nav-<?= $this->pageID?>').addClass("active");</script>
|
||||
|
|
|
@ -117,3 +117,11 @@
|
|||
</div>
|
||||
|
||||
<!-- /.container -->
|
||||
<script>
|
||||
!function ($) {
|
||||
$(function(){
|
||||
// carousel demo
|
||||
$('#myCarousel').carousel()
|
||||
})
|
||||
}(window.jQuery)
|
||||
</script>
|
|
@ -29,12 +29,11 @@
|
|||
<?= $this->headStyle() ?>
|
||||
<link rel="shortcut icon" href="/favicon_64.png" />
|
||||
<link rel="alternate" type="application/rss+xml" title="WestDC RSS Feed" href="/service/feed" />
|
||||
<link rel="pingback" href="http://westdc.westgis.ac.cn/data/pingback" />
|
||||
<link rel="pingback" href="http://www.sanjiangyuan.org.cn/service/pingback" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<?= $this->render('header.phtml') ?>
|
||||
<!--<div class="breadcrumb"><?= $this->breadcrumb() ?> </div>-->
|
||||
<?= $this->layout()->content ?>
|
||||
<?= $this->render('footer.phtml') ?>
|
||||
|
||||
|
|
Loading…
Reference in New Issue