fix errors

This commit is contained in:
wlx 2014-06-20 01:28:59 +00:00
parent 64257824fa
commit 838c4c295d
3 changed files with 10 additions and 11 deletions

View File

@ -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>

View File

@ -117,3 +117,11 @@
</div>
<!-- /.container -->
<script>
!function ($) {
$(function(){
// carousel demo
$('#myCarousel').carousel()
})
}(window.jQuery)
</script>

View File

@ -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') ?>