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