This commit is contained in:
Li Heng 2014-02-27 09:58:46 +00:00
parent 510eb8f289
commit 7a56e42e42
1 changed files with 13 additions and 6 deletions

View File

@ -3,10 +3,14 @@ if (!empty($this->codename)) $this->headTitle($this->codename);
$theme = new \Sookon\Helpers\Theme; $theme = new \Sookon\Helpers\Theme;
$theme->AppendPlus($this,'colorbox'); $theme->AppendPlus($this,'colorbox');
?> ?>
<div class="container"> <div class="row">
<div id="row"> <div class="span12">
<?= $this->partial('layout/metadata/subnav'); ?>
</div> <div class="row">
<div class="span12">
<?= $this->partial('layout/metadata/subnav'); ?>
</div>
</div>
<?php if (!empty($this->paginator)) : ?> <?php if (!empty($this->paginator)) : ?>
<div id='metacontent'> <div id='metacontent'>
<h1>当前浏览:<?php echo $this->codename; ?></h1> <h1>当前浏览:<?php echo $this->codename; ?></h1>
@ -24,8 +28,11 @@ $theme->AppendPlus($this,'colorbox');
</div> </div>
<?php endforeach; ?> <?php endforeach; ?>
<?php echo $this->paginator; ?> <?php echo $this->paginator; ?>
</div> </div><!--row-->
</div> </div> <!--/span12-->
</div> <!--/row-->
<?php endif ?> <?php endif ?>
<script> <script>
$(document).ready(function(){ $(document).ready(function(){