diff --git a/application/default/controllers/ServiceController.php b/application/default/controllers/ServiceController.php index 9b9f5f13..e643d56f 100644 --- a/application/default/controllers/ServiceController.php +++ b/application/default/controllers/ServiceController.php @@ -1069,7 +1069,7 @@ class ServiceController extends Zend_Controller_Action } if($num > $pageSize*($page+1)) { - $next = '
  • Next
  • '; + $next = '
  • Next
  • '; } } $sql .=" limit $pageSize offset ".$page*$pageSize; diff --git a/application/default/views/scripts/account/edit.phtml b/application/default/views/scripts/account/edit.phtml index d998fd45..c37d8411 100755 --- a/application/default/views/scripts/account/edit.phtml +++ b/application/default/views/scripts/account/edit.phtml @@ -3,8 +3,7 @@ $this->headTitle('我的账户'); $this->headTitle()->setSeparator(' - '); ?> -
    -
    +
    -
    diff --git a/application/default/views/scripts/account/index.phtml b/application/default/views/scripts/account/index.phtml index f3a8bb04..5c927e3f 100644 --- a/application/default/views/scripts/account/index.phtml +++ b/application/default/views/scripts/account/index.phtml @@ -3,8 +3,7 @@ $this->headTitle('我的账户'); $this->headTitle()->setSeparator(' - '); ?> -
    -
    +
    -
    diff --git a/application/default/views/scripts/account/secure.phtml b/application/default/views/scripts/account/secure.phtml index 43fbbb30..93d707d4 100644 --- a/application/default/views/scripts/account/secure.phtml +++ b/application/default/views/scripts/account/secure.phtml @@ -2,12 +2,9 @@ $this->headTitle($this->config->title->site); $this->headTitle('我的账户'); $this->headTitle()->setSeparator(' - '); - $this->theme->AppendPlus($this,'jquery'); - $this->theme->AppendPlus($this,'bootstarp'); $this->theme->AppendPlus($this,'colorbox'); ?> -
    -
    +
    -