数据标签页样式处理。

This commit is contained in:
Li Heng 2014-02-27 04:51:27 +00:00
parent 2d45fa780c
commit a37ecf4eee
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,7 @@ if (!empty($this->codename)) $this->headTitle($this->codename);
$theme = new \Sookon\Helpers\Theme;
$theme->AppendPlus($this,'colorbox');
?>
<div class="container">
<div id="row">
<?= $this->partial('layout/metadata/subnav'); ?>
</div>
@ -24,6 +25,7 @@ $theme->AppendPlus($this,'colorbox');
<?php endforeach; ?>
<?php echo $this->paginator; ?>
</div>
</div>
<?php endif ?>
<script>
$(document).ready(function(){

View File

@ -1,6 +1,7 @@
<?php
if (!empty($this->codename)) $this->headTitle($this->codename);
?>
<div class="container">
<div id="row">
<?= $this->partial('layout/metadata/subnav'); ?>
</div>
@ -25,6 +26,7 @@ if (!empty($this->codename)) $this->headTitle($this->codename);
</ul>
</fieldset>
</div>
</div>
<script>
$(document).ready(function(){
$(".colorbox").colorbox({rel:"colorbox",photo:"true",transition:"fade"});