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

View File

@ -116,4 +116,12 @@
<!-- /.row --> <!-- /.row -->
</div> </div>
<!-- /.container --> <!-- /.container -->
<script>
!function ($) {
$(function(){
// carousel demo
$('#myCarousel').carousel()
})
}(window.jQuery)
</script>

View File

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