From 903c4ff6b8119c842a2b258f38ae86dbc15cf5a4 Mon Sep 17 00:00:00 2001 From: Li Jianxuan Date: Wed, 21 Mar 2012 03:02:26 +0000 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=BD=9C=E8=80=85=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E4=B8=AD=E5=A2=9E=E5=8A=A0=E4=BA=86=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../default/views/scripts/author/accept.phtml | 15 ++++++++++----- .../default/views/scripts/author/apply.phtml | 4 ++-- 2 files changed, 12 insertions(+), 7 deletions(-) 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].title+'

    '+data[i].description+'

    '+ct+'

  • '); + result.push('
  • '+data[i].title+'

    '+data[i].description+'

    '+ct+'

  • '); } $('#datalist').html(''); } @@ -88,7 +88,7 @@ function apply(uuid){ 'beforeSend':function(){ $('#data_'+uuid).html('正在处理...'); }, - 'timeout': 20000, + 'timeout': 30000, 'error': function(){ alert('处理中出现问题,请重试'); $('#data_'+uuid).html('');