* code for task#1481.

This commit is contained in:
zhujinyong
2013-07-04 05:50:33 +00:00
parent e08129dde5
commit 9c0c366153
6 changed files with 6 additions and 6 deletions

View File

@@ -43,5 +43,5 @@
</div>
</div>
<?php endforeach;?>
<p><?php $pager->show('right', 'short')?></p>
<p><?php $pager->show('left', 'mobile')?></p>
<?php include '../../common/view/m.footer.html.php';?>

View File

@@ -41,5 +41,5 @@
</div>
</div>
<?php endforeach;?>
<p><?php $pager->show('right', 'short')?></p>
<p><?php $pager->show('left', 'mobile')?></p>
<?php include '../../common/view/m.footer.html.php';?>

View File

@@ -41,5 +41,5 @@
</div>
</div>
<?php endforeach;?>
<p><?php $pager->show('right', 'short')?></p>
<p><?php $pager->show('left', 'mobile')?></p>
<?php include '../../common/view/m.footer.html.php';?>

View File

@@ -41,7 +41,7 @@
</div>
<?php endif;?>
<?php endforeach;?>
<p><?php echo $pager->show('right', 'short')?></p>
<p><?php echo $pager->show('left', 'mobile')?></p>
<div data-role='footer' data-position='fixed'>
<div data-role='navbar' data-iconpos="left">
<ul>

View File

@@ -22,5 +22,5 @@
</div>
</div>
<?php endforeach;?>
<p><?php $pager->show('right', 'short')?></p>
<p><?php $pager->show('left', 'mobile')?></p>
<?php include '../../common/view/m.footer.html.php';?>

View File

@@ -21,5 +21,5 @@
</div>
</div>
<?php endforeach;?>
<p><?php $pager->show('left', 'shortest')?></p>
<p><?php $pager->show('left', 'mobile')?></p>
<?php include '../../common/view/m.footer.html.php';?>