From 509a59dcb83750ec559339d825d26cb75cc6ee29 Mon Sep 17 00:00:00 2001 From: Li Jianxuan Date: Tue, 1 Nov 2011 02:51:51 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E5=88=86=E9=A1=B5=E5=AF=BC=E8=88=AA=E4=BD=8D=E7=BD=AE=E9=94=99?= =?UTF-8?q?=E4=B9=B1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../default/views/scripts/review/accept.phtml | 86 ++++++++--------- .../default/views/scripts/review/draft.phtml | 80 ++++++++-------- .../views/scripts/review/inreview.phtml | 86 ++++++++--------- .../default/views/scripts/review/review.phtml | 2 +- .../views/scripts/review/reviewed.phtml | 86 ++++++++--------- .../default/views/scripts/review/search.phtml | 92 +++++++++---------- 6 files changed, 216 insertions(+), 216 deletions(-) diff --git a/application/default/views/scripts/review/accept.phtml b/application/default/views/scripts/review/accept.phtml index 6b4a0af4..86374e99 100644 --- a/application/default/views/scripts/review/accept.phtml +++ b/application/default/views/scripts/review/accept.phtml @@ -1,47 +1,47 @@ headTitle($this->config->title->site); -$this->headTitle($this->config->title->review); -$this->headTitle('接收元数据'); -$this->headTitle()->setSeparator(' - '); -$this->headLink()->appendStylesheet('/css/mdreview.css'); -$this->breadcrumb('首页'); -$this->breadcrumb(''.$this->config->title->review.''); -$this->breadcrumb('接收元数据'); -$this->breadcrumb()->setSeparator(' > '); +$this->headTitle($this->config->title->site); +$this->headTitle($this->config->title->review); +$this->headTitle('接收元数据'); +$this->headTitle()->setSeparator(' - '); +$this->headLink()->appendStylesheet('/css/mdreview.css'); +$this->breadcrumb('首页'); +$this->breadcrumb(''.$this->config->title->review.''); +$this->breadcrumb('接收元数据'); +$this->breadcrumb()->setSeparator(' > '); $this->headScript()->appendFile('/js/pubfunc.js'); ?> - -metadata)) : ?> -
-page->getNavigation(); ?> -
-metadata as $md) : - $thumburl='/gndata/'.sprintf('%05d',floor(($md['gid']+0.1)/100)*100).'-'.sprintf('%05d',ceil(($md['gid']+0.1)/100)*100-1)."/".$md['gid']; + +metadata)) : ?> +
+page->getNavigation(); ?> +
+metadata as $md) : + $thumburl='/gndata/'.sprintf('%05d',floor(($md['gid']+0.1)/100)*100).'-'.sprintf('%05d',ceil(($md['gid']+0.1)/100)*100-1)."/".$md['gid']; $thumburl.='/public/'.str_replace('_s.','.',$md['filename']); -?> -
-
- escape($md['title']); ?> 【接收时间:】 - - 查看评审页 - -
- - <?php echo $this->escape($md['title']);?> - -
- -
-
-page->getNavigation(); -else : -?> -
-

当前没有对应元数据。

-
- \ No newline at end of file +?> +
+
+ escape($md['title']); ?> 【接收时间:】 + + 查看评审页 + +
+ + <?php echo $this->escape($md['title']);?> + +
+ +
+page->getNavigation(); +else : +?> +
+

当前没有对应元数据。

+
+ +
diff --git a/application/default/views/scripts/review/draft.phtml b/application/default/views/scripts/review/draft.phtml index 79f2b40d..a231a524 100644 --- a/application/default/views/scripts/review/draft.phtml +++ b/application/default/views/scripts/review/draft.phtml @@ -1,44 +1,44 @@ headTitle($this->config->title->site); -$this->headTitle($this->config->title->review); -$this->headTitle('投稿元数据'); -$this->headTitle()->setSeparator(' - '); -$this->headLink()->appendStylesheet('/css/mdreview.css'); -$this->breadcrumb('首页'); -$this->breadcrumb(''.$this->config->title->review.''); -$this->breadcrumb('投稿元数据'); -$this->breadcrumb()->setSeparator(' > '); +$this->headTitle($this->config->title->site); +$this->headTitle($this->config->title->review); +$this->headTitle('投稿元数据'); +$this->headTitle()->setSeparator(' - '); +$this->headLink()->appendStylesheet('/css/mdreview.css'); +$this->breadcrumb('首页'); +$this->breadcrumb(''.$this->config->title->review.''); +$this->breadcrumb('投稿元数据'); +$this->breadcrumb()->setSeparator(' > '); $this->headScript()->appendFile('/js/pubfunc.js'); ?> - -metadata)) : ?> -
-page->getNavigation(); ?> -
-metadata as $md) : - $thumburl='/gndata/'.sprintf('%05d',floor(($md['gid']+0.1)/100)*100).'-'.sprintf('%05d',ceil(($md['gid']+0.1)/100)*100-1)."/".$md['gid']; + +metadata)) : ?> +
+page->getNavigation(); ?> +
+metadata as $md) : + $thumburl='/gndata/'.sprintf('%05d',floor(($md['gid']+0.1)/100)*100).'-'.sprintf('%05d',ceil(($md['gid']+0.1)/100)*100-1)."/".$md['gid']; $thumburl.='/public/'.str_replace('_s.','.',$md['filename']); -?> -
-
- escape($md['title']); ?>【投稿时间:】 -
- - <?php echo $this->escape($md['title']);?> - -
- -
-
-page->getNavigation(); -else : -?> -
-

当前没有对应元数据。

-
- \ No newline at end of file +?> +
+
+ escape($md['title']); ?>【投稿时间:】 +
+ + <?php echo $this->escape($md['title']);?> + +
+ +
+page->getNavigation(); +else : +?> +
+

当前没有对应元数据。

+
+ +
diff --git a/application/default/views/scripts/review/inreview.phtml b/application/default/views/scripts/review/inreview.phtml index 1e04e283..45327a1d 100644 --- a/application/default/views/scripts/review/inreview.phtml +++ b/application/default/views/scripts/review/inreview.phtml @@ -1,47 +1,47 @@ headTitle($this->config->title->site); -$this->headTitle($this->config->title->review); -$this->headTitle('在审元数据'); -$this->headTitle()->setSeparator(' - '); -$this->headLink()->appendStylesheet('/css/mdreview.css'); -$this->breadcrumb('首页'); -$this->breadcrumb(''.$this->config->title->review.''); -$this->breadcrumb('在审元数据'); -$this->breadcrumb()->setSeparator(' > '); +$this->headTitle($this->config->title->site); +$this->headTitle($this->config->title->review); +$this->headTitle('在审元数据'); +$this->headTitle()->setSeparator(' - '); +$this->headLink()->appendStylesheet('/css/mdreview.css'); +$this->breadcrumb('首页'); +$this->breadcrumb(''.$this->config->title->review.''); +$this->breadcrumb('在审元数据'); +$this->breadcrumb()->setSeparator(' > '); $this->headScript()->appendFile('/js/pubfunc.js'); ?> - -metadata)) : ?> -
-page->getNavigation(); ?> -
-metadata as $md) : - $thumburl='/gndata/'.sprintf('%05d',floor(($md['gid']+0.1)/100)*100).'-'.sprintf('%05d',ceil(($md['gid']+0.1)/100)*100-1)."/".$md['gid']; + +metadata)) : ?> +
+page->getNavigation(); ?> +
+metadata as $md) : + $thumburl='/gndata/'.sprintf('%05d',floor(($md['gid']+0.1)/100)*100).'-'.sprintf('%05d',ceil(($md['gid']+0.1)/100)*100-1)."/".$md['gid']; $thumburl.='/public/'.str_replace('_s.','.',$md['filename']); -?> -
-
- escape($md['title']); ?> 【接收时间:】 - - 查看评审页 - -
- - <?php echo $this->escape($md['title']);?> - -
- -
-
-page->getNavigation(); -else : -?> -
-

当前没有对应元数据。

-
- \ No newline at end of file +?> +
+
+ escape($md['title']); ?> 【接收时间:】 + + 查看评审页 + +
+ + <?php echo $this->escape($md['title']);?> + +
+ +
+page->getNavigation(); +else : +?> +
+

当前没有对应元数据。

+
+ +
diff --git a/application/default/views/scripts/review/review.phtml b/application/default/views/scripts/review/review.phtml index db871923..0644f142 100755 --- a/application/default/views/scripts/review/review.phtml +++ b/application/default/views/scripts/review/review.phtml @@ -74,7 +74,7 @@

评审附件:
-
+
查看可上传的附件类型

diff --git a/application/default/views/scripts/review/reviewed.phtml b/application/default/views/scripts/review/reviewed.phtml index afcd2e39..14ea6774 100644 --- a/application/default/views/scripts/review/reviewed.phtml +++ b/application/default/views/scripts/review/reviewed.phtml @@ -1,47 +1,47 @@ headTitle($this->config->title->site); -$this->headTitle($this->config->title->review); -$this->headTitle('审结元数据'); -$this->headTitle()->setSeparator(' - '); -$this->headLink()->appendStylesheet('/css/mdreview.css'); -$this->breadcrumb('首页'); -$this->breadcrumb(''.$this->config->title->review.''); -$this->breadcrumb('审结元数据'); -$this->breadcrumb()->setSeparator(' > '); +$this->headTitle($this->config->title->site); +$this->headTitle($this->config->title->review); +$this->headTitle('审结元数据'); +$this->headTitle()->setSeparator(' - '); +$this->headLink()->appendStylesheet('/css/mdreview.css'); +$this->breadcrumb('首页'); +$this->breadcrumb(''.$this->config->title->review.''); +$this->breadcrumb('审结元数据'); +$this->breadcrumb()->setSeparator(' > '); $this->headScript()->appendFile('/js/pubfunc.js'); ?> - -metadata)) : ?> -
-page->getNavigation(); ?> -
-metadata as $md) : - $thumburl='/gndata/'.sprintf('%05d',floor(($md['gid']+0.1)/100)*100).'-'.sprintf('%05d',ceil(($md['gid']+0.1)/100)*100-1)."/".$md['gid']; + +metadata)) : ?> +
+page->getNavigation(); ?> +
+metadata as $md) : + $thumburl='/gndata/'.sprintf('%05d',floor(($md['gid']+0.1)/100)*100).'-'.sprintf('%05d',ceil(($md['gid']+0.1)/100)*100-1)."/".$md['gid']; $thumburl.='/public/'.str_replace('_s.','.',$md['filename']); -?> -
-
- escape($md['title']); ?> 【接收时间:】 - - 查看评审页 - -
- - <?php echo $this->escape($md['title']);?> - -
- -
-
-page->getNavigation(); -else : -?> -
-

当前没有对应元数据。

-
- \ No newline at end of file +?> +
+
+ escape($md['title']); ?> 【接收时间:】 + + 查看评审页 + +
+ + <?php echo $this->escape($md['title']);?> + +
+ +
+page->getNavigation(); +else : +?> +
+

当前没有对应元数据。

+
+ +
diff --git a/application/default/views/scripts/review/search.phtml b/application/default/views/scripts/review/search.phtml index 6ea19a9a..251165e7 100644 --- a/application/default/views/scripts/review/search.phtml +++ b/application/default/views/scripts/review/search.phtml @@ -1,47 +1,47 @@ -headTitle($this->config->title->site); -$this->headTitle($this->config->title->review); -$this->headTitle('快速搜索'); -$this->headTitle()->setSeparator(' - '); -$this->headLink()->appendStylesheet('/css/mdreview.css'); -$this->breadcrumb('首页'); -$this->breadcrumb(''.$this->config->title->review.''); -$this->breadcrumb('快速搜索'); -$this->breadcrumb()->setSeparator(' > '); -$this->headScript()->appendFile('/js/pubfunc.js'); -?> - -metadata)) : ?> -
-page->getNavigation(); ?> -
-metadata as $md) : - $thumburl='/gndata/'.sprintf('%05d',floor(($md['gid']+0.1)/100)*100).'-'.sprintf('%05d',ceil(($md['gid']+0.1)/100)*100-1)."/".$md['gid']; +headTitle($this->config->title->site); +$this->headTitle($this->config->title->review); +$this->headTitle('快速搜索'); +$this->headTitle()->setSeparator(' - '); +$this->headLink()->appendStylesheet('/css/mdreview.css'); +$this->breadcrumb('首页'); +$this->breadcrumb(''.$this->config->title->review.''); +$this->breadcrumb('快速搜索'); +$this->breadcrumb()->setSeparator(' > '); +$this->headScript()->appendFile('/js/pubfunc.js'); +?> + +metadata)) : ?> +
+page->getNavigation(); ?> +
+metadata as $md) : + $thumburl='/gndata/'.sprintf('%05d',floor(($md['gid']+0.1)/100)*100).'-'.sprintf('%05d',ceil(($md['gid']+0.1)/100)*100-1)."/".$md['gid']; $thumburl.='/public/'.str_replace('_s.','.',$md['filename']); -?> -
-
- escape($md['title']); ?> 【状态:】 - - 查看评审页 - -
- - <?php echo $this->escape($md['title']);?> - -
- -
-
-page->getNavigation(); -else : -?> -
-

您的搜索结果为空,请尝试其他关键词进行查询。

-
- \ No newline at end of file +?> +
+
+ escape($md['title']); ?> 【状态:】 + + 查看评审页 + +
+ + <?php echo $this->escape($md['title']);?> + +
+ +
+page->getNavigation(); +else : +?> +
+

您的搜索结果为空,请尝试其他关键词进行查询。

+
+ +