diff --git a/application/default/controllers/AuthorController.php b/application/default/controllers/AuthorController.php index 0b9d6f0e..bdaf05b6 100644 --- a/application/default/controllers/AuthorController.php +++ b/application/default/controllers/AuthorController.php @@ -1,6 +1,5 @@ _getParam('uuid'); if(empty($uuid)) { - $rows = $fund->fetch(0,true,$uid); + $rows = $fund->fetch("",true); view::addPaginator($rows,$this->view,$this->_request); }else{ include('data/Metadata.php'); @@ -3846,7 +3845,7 @@ class AuthorController extends Zend_Controller_Action $this->view->q = $q = $this->_getParam('q'); $id = $this->_getParam('id'); $this->view->fund = $fund->view($id); - $rows = $fund->fetchFormData($id,$uid,$q); + $rows = $fund->fetchFormData($id,$q); view::addPaginator($rows,$this->view,$this->_request); return true; } diff --git a/application/default/views/scripts/author/doi-add.phtml b/application/default/views/scripts/author/doi-add.phtml index 0c5488d7..1e5a7db3 100644 --- a/application/default/views/scripts/author/doi-add.phtml +++ b/application/default/views/scripts/author/doi-add.phtml @@ -74,13 +74,28 @@ $this->headLink()->appendStylesheet('/css/author.css'); data['info']) || !is_array($this->data['info'])) {?>
- +
- - - - - +
+ 作者 + +
+
+ 单位 + +
+
+ 作者英文 + +
+
+ 单位英文 + +
+
+ 排序 + +
@@ -90,13 +105,28 @@ $this->headLink()->appendStylesheet('/css/author.css'); $index ++; ?>
- +
- - - - - +
+ 作者 + +
+
+ 单位 + +
+
+ 作者英文 + +
+
+ 单位英文 + +
+
+ 排序 + +
1){ ?> -删除 @@ -131,11 +161,26 @@ function addinput(){ var now_index = $('.infocontrol').length; var index = now_index + 1; html = '
' - + ' ' - + ' ' - + ' ' - + ' ' - + ' ' + + '
' + + ' 作者' + + ' ' + + '
' + + '
' + + ' 单位' + + ' ' + + '
' + + '
' + + ' 作者英文' + + ' ' + + '
' + + '
' + + ' 单位英文' + + ' ' + + '
' + + '
' + + ' 排序' + + ' ' + + '
' + ' -删除' + '
'; now_index = null;