后台页脚右飘问题。
This commit is contained in:
parent
638143eb4f
commit
db8e583e63
|
@ -26,6 +26,7 @@
|
|||
<a href="<?php echo $this->url('admin',array('controller'=>'article','action'=>'index','ac'=>'list')) ?>" class="btn btn-success">所有文章</a>
|
||||
<a href="<?php echo $this->url('admin',array('controller'=>'article','action'=>'index','ac'=>'mine')) ?>" class="btn btn-success">我的文章</a>
|
||||
<a href="<?php echo $this->url('admin',array('controller'=>'article','action'=>'add')) ?>" class="btn btn-success">添加新文章</a>
|
||||
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||
按栏目查看 <span class="caret"></span>
|
||||
|
@ -94,4 +95,6 @@
|
|||
<?= $this->partial("layout/admin/article/nav") ?>
|
||||
</div><!-- col-lg-4 -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -25,13 +25,11 @@
|
|||
</head>
|
||||
<body>
|
||||
<?php echo $this->partial('layout/admin/header');?>
|
||||
<div>
|
||||
<?php echo $this->content; ?>
|
||||
<hr>
|
||||
<footer>
|
||||
<p>© 2005 - <?php echo date('Y') ?> by <a href="http://westdc.westgis.ac.cn/">寒区旱区科学数据中心.</a> <?php echo $this->translate('All rights reserved.') ?></p>
|
||||
</footer>
|
||||
</div> <!-- /container -->
|
||||
<div><?php echo $this->content; ?><hr></div> <!-- /container -->
|
||||
<?php echo $this->partial('layout/admin/footer');?>
|
||||
<?php echo $this->inlineScript() ?>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
@ -62,4 +62,5 @@
|
|||
</ul>
|
||||
</div><!--/.nav-collapse -->
|
||||
</div>
|
||||
</nav>
|
||||
</nav>
|
||||
<div class="container" class="clearfix">
|
Loading…
Reference in New Issue