数据标签页样式处理。
This commit is contained in:
parent
2d45fa780c
commit
a37ecf4eee
|
@ -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(){
|
||||
|
|
|
@ -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"});
|
||||
|
|
Loading…
Reference in New Issue