diff --git a/application/default/views/scripts/author/accept.phtml b/application/default/views/scripts/author/accept.phtml index 59f46e32..9eeb2203 100644 --- a/application/default/views/scripts/author/accept.phtml +++ b/application/default/views/scripts/author/accept.phtml @@ -32,17 +32,22 @@ $this->breadcrumb()->setSeparator(' > '); foreach ($this->paginator as $item): $autoindex++;?>
400?$this->escape(mb_substr($item['description'],0,400,'UTF-8').'...'):$this->escape($item['description']); ?>
+ ++ 数据作者: +
+您已经申请该数据,请到邮箱查看激活邮件(如果没有收到请 点击这里)'; + echo '您已经申请该数据(如果长时间没有收到回应请联系数据中心)'; } ?> @@ -75,7 +80,7 @@ function apply(uuid){ 'beforeSend':function(){ $('#data_'+uuid).html('正在处理...'); }, - 'timeout': 20000, + 'timeout': 30000, 'error': function(){ alert('处理中出现问题,请重试'); $('#data_'+uuid).html(''); diff --git a/application/default/views/scripts/author/apply.phtml b/application/default/views/scripts/author/apply.phtml index 469fe95a..bbce5ee8 100644 --- a/application/default/views/scripts/author/apply.phtml +++ b/application/default/views/scripts/author/apply.phtml @@ -49,7 +49,7 @@ function doSearch(){ if(data[i].status==1) var ct='您是此元数据的作者'; else if (data[i].status==0) var ct='您已经申请成为该元数据作者,请前往 我的数据 查看'; else var ct='申请成为此数据的作者'; - result.push('
'+data[i].description+'
'+ct+'
'+data[i].description+'
'+ct+'