change with new style
This commit is contained in:
parent
b315128848
commit
2ed2911026
|
@ -9,23 +9,19 @@ $this->breadcrumb('<a href="/author">数据作者</a>');
|
||||||
$this->breadcrumb('查看数据作者');
|
$this->breadcrumb('查看数据作者');
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
$this->breadcrumb()->setSeparator(' > ');
|
||||||
?>
|
?>
|
||||||
<!-- 左侧导航 -->
|
<div class="row">
|
||||||
<div id='sidebar'>
|
<div class="span3">
|
||||||
<div id='leftnavi'>
|
|
||||||
<?= $this->partial('author/navi.phtml'); ?>
|
<?= $this->partial('author/navi.phtml'); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div class="span9">
|
||||||
<!-- //左侧导航 -->
|
|
||||||
|
|
||||||
<!-- 页面内容 -->
|
|
||||||
<div id="wapper">
|
|
||||||
<?php
|
<?php
|
||||||
if(!empty($this->error))
|
if(!empty($this->error))
|
||||||
{
|
{
|
||||||
echo $this->error;
|
echo $this->error;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<div id="datalist">
|
<div class="well">
|
||||||
<?php
|
<?php
|
||||||
if (count($this->paginator)):
|
if (count($this->paginator)):
|
||||||
echo "<ul>";
|
echo "<ul>";
|
||||||
|
@ -42,7 +38,4 @@ $this->breadcrumb()->setSeparator(' > ');
|
||||||
</div>
|
</div>
|
||||||
<div class="pagenavi"><?= $this->paginator; ?></div>
|
<div class="pagenavi"><?= $this->paginator; ?></div>
|
||||||
</div>
|
</div>
|
||||||
<!-- //页面内容 -->
|
</div>
|
||||||
<script>
|
|
||||||
$('#wapper').width($('body').width()-300);
|
|
||||||
</script>
|
|
Loading…
Reference in New Issue