-= $this->item['body']; ?>
+headTitle($this->config->title->site);
+$this->headTitle('联系我们');
+$this->headTitle()->setSeparator(' - ');
+$this->headLink()->appendStylesheet('/css/about.css');
+$this->breadcrumb('
');
+$this->breadcrumb('联系我们');
+$this->breadcrumb()->setSeparator(' > ');
+?>
+
\ No newline at end of file
diff --git a/application/default/views/scripts/about/honor.phtml b/application/default/views/scripts/about/honor.phtml
index 37e96252..eb99bf70 100644
--- a/application/default/views/scripts/about/honor.phtml
+++ b/application/default/views/scripts/about/honor.phtml
@@ -1,19 +1,21 @@
-headTitle($this->config->title->site);
-$this->headTitle('服务成效');
-$this->headTitle()->setSeparator(' - ');
-$this->headLink()->appendStylesheet('/css/about.css');
-$this->breadcrumb('
');
-$this->breadcrumb('服务成效');
-$this->breadcrumb()->setSeparator(' > ');
-?>
-
-
-
服务成效
-= $this->item['body']; ?>
+headTitle($this->config->title->site);
+$this->headTitle('服务成效');
+$this->headTitle()->setSeparator(' - ');
+$this->headLink()->appendStylesheet('/css/about.css');
+$this->breadcrumb('
首页');
+$this->breadcrumb('
关于本站');
+$this->breadcrumb('服务成效');
+$this->breadcrumb()->setSeparator(' > ');
+?>
+
+
+ = $this->partial('about/navi.phtml'); ?>
+
+
+
+
服务成效
+ = $this->item['body']; ?>
+
+
\ No newline at end of file
diff --git a/application/default/views/scripts/about/index.phtml b/application/default/views/scripts/about/index.phtml
index de7bdc80..caa199f7 100755
--- a/application/default/views/scripts/about/index.phtml
+++ b/application/default/views/scripts/about/index.phtml
@@ -1,34 +1,36 @@
-headTitle($this->config->title->site);
-$this->headTitle('关于我们');
-$this->headTitle()->setSeparator(' - ');
-$this->headLink()->appendStylesheet('/css/about.css');
-$this->breadcrumb('
首页');
-$this->breadcrumb('关于我们');
-$this->breadcrumb()->setSeparator(' > ');
-?>
-
-
-
-
- 中国西部环境与生态科学数据中心(“西部数据中心”)受
中国自然科学基金委资助,以中国西部环境与生态科学研究计划(“西部计划”)重点项目的形式立项(编号:90502010),旨在收集和整理“西部计划”各项目执行期间产出数据集,为中国西部环境与生态科学研究,乃至更广泛意义上的地表表层科学研究服务。
-
-
- 介绍“西部数据中心”项目立项的一些背景,可以理解西部数据中心要做些什么内容,以及采用什么样的实现手段。
-
- 项目参与单位
-
- “西部数据中心”以中国科学院寒区旱区环境与工程研究所为承担单位,由遥感与地理信息科学研究室组织实施。参与单位包括中国科学院地理科学与资源研究所。其中“知识积累平台”依托中国科学院资源环境科学信息中心实现项目中的文献收集和管理。
-
-
-
+headTitle($this->config->title->site);
+$this->headTitle('关于我们');
+$this->headTitle()->setSeparator(' - ');
+$this->headLink()->appendStylesheet('/css/about.css');
+$this->breadcrumb('
首页');
+$this->breadcrumb('关于我们');
+$this->breadcrumb()->setSeparator(' > ');
+?>
+
+
+ = $this->partial('about/navi.phtml'); ?>
+
+
+
+
+
+ 中国西部环境与生态科学数据中心(“西部数据中心”)受
中国自然科学基金委资助,以中国西部环境与生态科学研究计划(“西部计划”)重点项目的形式立项(编号:90502010),旨在收集和整理“西部计划”各项目执行期间产出数据集,为中国西部环境与生态科学研究,乃至更广泛意义上的地表表层科学研究服务。
+
+
+ 介绍“西部数据中心”项目立项的一些背景,可以理解西部数据中心要做些什么内容,以及采用什么样的实现手段。
+
+ 项目参与单位
+
+ “西部数据中心”以中国科学院寒区旱区环境与工程研究所为承担单位,由遥感与地理信息科学研究室组织实施。参与单位包括中国科学院地理科学与资源研究所。其中“知识积累平台”依托中国科学院资源环境科学信息中心实现项目中的文献收集和管理。
+
+
+
+
+
\ No newline at end of file
diff --git a/application/default/views/scripts/about/legal.phtml b/application/default/views/scripts/about/legal.phtml
index b65bfb10..67231892 100644
--- a/application/default/views/scripts/about/legal.phtml
+++ b/application/default/views/scripts/about/legal.phtml
@@ -1,19 +1,21 @@
-headTitle($this->config->title->site);
-$this->headTitle('隐私政策');
-$this->headTitle()->setSeparator(' - ');
-$this->headLink()->appendStylesheet('/css/about.css');
-$this->breadcrumb('
首页');
-$this->breadcrumb('
关于本站');
-$this->breadcrumb('隐私政策');
-$this->breadcrumb()->setSeparator(' > ');
-?>
-
-
-
隐私政策
-= $this->item['body']; ?>
+headTitle($this->config->title->site);
+$this->headTitle('隐私政策');
+$this->headTitle()->setSeparator(' - ');
+$this->headLink()->appendStylesheet('/css/about.css');
+$this->breadcrumb('
首页');
+$this->breadcrumb('
关于本站');
+$this->breadcrumb('隐私政策');
+$this->breadcrumb()->setSeparator(' > ');
+?>
+
+
+ = $this->partial('about/navi.phtml'); ?>
+
+
+
+
隐私政策
+ = $this->item['body']; ?>
+
+
\ No newline at end of file
diff --git a/application/default/views/scripts/about/link.phtml b/application/default/views/scripts/about/link.phtml
index 8f050785..fe85446d 100644
--- a/application/default/views/scripts/about/link.phtml
+++ b/application/default/views/scripts/about/link.phtml
@@ -1,19 +1,21 @@
-headTitle($this->config->title->site);
-$this->headTitle('友情链接');
-$this->headTitle()->setSeparator(' - ');
-$this->headLink()->appendStylesheet('/css/about.css');
-$this->breadcrumb('
首页');
-$this->breadcrumb('
关于本站');
-$this->breadcrumb('友情链接');
-$this->breadcrumb()->setSeparator(' > ');
-?>
-
-
-
友情链接
-= $this->item['body']; ?>
+headTitle($this->config->title->site);
+$this->headTitle('友情链接');
+$this->headTitle()->setSeparator(' - ');
+$this->headLink()->appendStylesheet('/css/about.css');
+$this->breadcrumb('
首页');
+$this->breadcrumb('
关于本站');
+$this->breadcrumb('友情链接');
+$this->breadcrumb()->setSeparator(' > ');
+?>
+
+
+ = $this->partial('about/navi.phtml'); ?>
+
+
+
+
友情链接
+ = $this->item['body']; ?>
+
+
\ No newline at end of file
diff --git a/application/default/views/scripts/about/navi.phtml b/application/default/views/scripts/about/navi.phtml
index c2facd30..bfe20069 100644
--- a/application/default/views/scripts/about/navi.phtml
+++ b/application/default/views/scripts/about/navi.phtml
@@ -1,12 +1,14 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/application/default/views/scripts/about/patent.phtml b/application/default/views/scripts/about/patent.phtml
index 01d8e9df..ad3d9f1b 100644
--- a/application/default/views/scripts/about/patent.phtml
+++ b/application/default/views/scripts/about/patent.phtml
@@ -1,41 +1,43 @@
-headTitle($this->config->title->site);
-$this->headTitle('成果发表');
-$this->headTitle()->setSeparator(' - ');
-$this->headLink()->appendStylesheet('/css/about.css');
-$this->breadcrumb('
首页');
-$this->breadcrumb('
关于本站');
-$this->breadcrumb('
成果发表');
-$this->breadcrumb('专利与著作权');
-$this->breadcrumb()->setSeparator(' > ');
-?>
-
-
-
成果发表
-
-
- paginator)): ?>
-
- paginator as $item): ?>
- -
- link)) :
- echo ' 下载';
- endif;
- ?>
-
-
-
-
= $this->paginator; ?>
-
-
+headTitle($this->config->title->site);
+$this->headTitle('成果发表');
+$this->headTitle()->setSeparator(' - ');
+$this->headLink()->appendStylesheet('/css/about.css');
+$this->breadcrumb('
首页');
+$this->breadcrumb('
关于本站');
+$this->breadcrumb('
成果发表');
+$this->breadcrumb('专利与著作权');
+$this->breadcrumb()->setSeparator(' > ');
+?>
+
+
+ = $this->partial('about/navi.phtml'); ?>
+
+
+
+
成果发表
+
+
+ paginator)): ?>
+
+ paginator as $item): ?>
+ -
+ link)) :
+ echo ' 下载';
+ endif;
+ ?>
+
+
+
+
= $this->paginator; ?>
+
+
+
+
\ No newline at end of file
diff --git a/application/default/views/scripts/about/publication.phtml b/application/default/views/scripts/about/publication.phtml
index 6c27a15a..2836634b 100644
--- a/application/default/views/scripts/about/publication.phtml
+++ b/application/default/views/scripts/about/publication.phtml
@@ -1,40 +1,42 @@
-headTitle($this->config->title->site);
-$this->headTitle('成果发表');
-$this->headTitle()->setSeparator(' - ');
-$this->headLink()->appendStylesheet('/css/about.css');
-$this->breadcrumb('
首页');
-$this->breadcrumb('
关于本站');
-$this->breadcrumb('成果发表');
-$this->breadcrumb()->setSeparator(' > ');
-?>
-
-
-
成果发表
-
-
- paginator)): ?>
-
- paginator as $item): ?>
- -
- 下载';
- endif;
- ?>
-
-
-
-
= $this->paginator; ?>
-
-
+headTitle($this->config->title->site);
+$this->headTitle('成果发表');
+$this->headTitle()->setSeparator(' - ');
+$this->headLink()->appendStylesheet('/css/about.css');
+$this->breadcrumb('
首页');
+$this->breadcrumb('
关于本站');
+$this->breadcrumb('成果发表');
+$this->breadcrumb()->setSeparator(' > ');
+?>
+
+
+ = $this->partial('about/navi.phtml'); ?>
+
+
+
+
成果发表
+
+
+ paginator)): ?>
+
+ paginator as $item): ?>
+ -
+ 下载';
+ endif;
+ ?>
+
+
+
+
= $this->paginator; ?>
+
+
+
+
\ No newline at end of file
diff --git a/application/default/views/scripts/about/report.phtml b/application/default/views/scripts/about/report.phtml
index 432e947e..15904f05 100644
--- a/application/default/views/scripts/about/report.phtml
+++ b/application/default/views/scripts/about/report.phtml
@@ -1,41 +1,43 @@
-headTitle($this->config->title->site);
-$this->headTitle('成果发表');
-$this->headTitle()->setSeparator(' - ');
-$this->headLink()->appendStylesheet('/css/about.css');
-$this->breadcrumb('
首页');
-$this->breadcrumb('
关于本站');
-$this->breadcrumb('
成果发表');
-$this->breadcrumb('文档报告');
-$this->breadcrumb()->setSeparator(' > ');
-?>
-
-
-
成果发表
-
-
- paginator)): ?>
-
- paginator as $item): ?>
- -
- link)) :
- echo ' 下载';
- endif;
- ?>
-
-
-
-
= $this->paginator; ?>
-
-
+headTitle($this->config->title->site);
+$this->headTitle('成果发表');
+$this->headTitle()->setSeparator(' - ');
+$this->headLink()->appendStylesheet('/css/about.css');
+$this->breadcrumb('
首页');
+$this->breadcrumb('
关于本站');
+$this->breadcrumb('
成果发表');
+$this->breadcrumb('文档报告');
+$this->breadcrumb()->setSeparator(' > ');
+?>
+
+
+ = $this->partial('about/navi.phtml'); ?>
+
+
+
+
成果发表
+
+
+ paginator)): ?>
+
+ paginator as $item): ?>
+ -
+ link)) :
+ echo ' 下载';
+ endif;
+ ?>
+
+
+
+
= $this->paginator; ?>
+
+
+
+
\ No newline at end of file
diff --git a/application/default/views/scripts/about/sponsors.phtml b/application/default/views/scripts/about/sponsors.phtml
index 351d2d6e..f793fd8e 100644
--- a/application/default/views/scripts/about/sponsors.phtml
+++ b/application/default/views/scripts/about/sponsors.phtml
@@ -1,19 +1,21 @@
-headTitle($this->config->title->site);
-$this->headTitle('支持项目');
-$this->headTitle()->setSeparator(' - ');
-$this->headLink()->appendStylesheet('/css/about.css');
-$this->breadcrumb('
首页');
-$this->breadcrumb('
关于本站');
-$this->breadcrumb('支持项目');
-$this->breadcrumb()->setSeparator(' > ');
-?>
-
-
-
支持项目
-= $this->item['body']; ?>
+headTitle($this->config->title->site);
+$this->headTitle('支持项目');
+$this->headTitle()->setSeparator(' - ');
+$this->headLink()->appendStylesheet('/css/about.css');
+$this->breadcrumb('
首页');
+$this->breadcrumb('
关于本站');
+$this->breadcrumb('支持项目');
+$this->breadcrumb()->setSeparator(' > ');
+?>
+
+
+ = $this->partial('about/navi.phtml'); ?>
+
+
+
+
支持项目
+ = $this->item['body']; ?>
+
+
\ No newline at end of file
diff --git a/application/default/views/scripts/about/supportus.phtml b/application/default/views/scripts/about/supportus.phtml
index 9f2ec0b0..7ef9d545 100644
--- a/application/default/views/scripts/about/supportus.phtml
+++ b/application/default/views/scripts/about/supportus.phtml
@@ -1,19 +1,21 @@
-headTitle($this->config->title->site);
-$this->headTitle('支持我们');
-$this->headTitle()->setSeparator(' - ');
-$this->headLink()->appendStylesheet('/css/about.css');
-$this->breadcrumb('
首页');
-$this->breadcrumb('
关于本站');
-$this->breadcrumb('支持我们');
-$this->breadcrumb()->setSeparator(' > ');
-?>
-
-
-
支持我们
-= $this->item['body']; ?>
+headTitle($this->config->title->site);
+$this->headTitle('支持我们');
+$this->headTitle()->setSeparator(' - ');
+$this->headLink()->appendStylesheet('/css/about.css');
+$this->breadcrumb('
首页');
+$this->breadcrumb('
关于本站');
+$this->breadcrumb('支持我们');
+$this->breadcrumb()->setSeparator(' > ');
+?>
+
+
+ = $this->partial('about/navi.phtml'); ?>
+
+
+
+
支持我们
+ = $this->item['body']; ?>
+
+
\ No newline at end of file
diff --git a/application/default/views/scripts/data/pagination_literature.phtml b/application/default/views/scripts/data/pagination_literature.phtml
index a4d31531..bd811f65 100644
--- a/application/default/views/scripts/data/pagination_literature.phtml
+++ b/application/default/views/scripts/data/pagination_literature.phtml
@@ -1,26 +1,28 @@
pageCount): ?>
-
+
+
\ No newline at end of file
diff --git a/application/default/views/scripts/data/pagination_related.phtml b/application/default/views/scripts/data/pagination_related.phtml
index c54191d3..98695681 100644
--- a/application/default/views/scripts/data/pagination_related.phtml
+++ b/application/default/views/scripts/data/pagination_related.phtml
@@ -1,26 +1,28 @@
pageCount): ?>
-
+
+
\ No newline at end of file
diff --git a/application/default/views/scripts/data/view.phtml b/application/default/views/scripts/data/view.phtml
index 5fd35389..3483d3bb 100755
--- a/application/default/views/scripts/data/view.phtml
+++ b/application/default/views/scripts/data/view.phtml
@@ -126,13 +126,13 @@ if ($md->title_en) echo '
'.$this->escape($md->title_en);?>
diff --git a/application/default/views/scripts/heihe/navi.phtml b/application/default/views/scripts/heihe/navi.phtml
index cd727cda..bab02efd 100644
--- a/application/default/views/scripts/heihe/navi.phtml
+++ b/application/default/views/scripts/heihe/navi.phtml
@@ -1,27 +1,28 @@
-
-
\ No newline at end of file
diff --git a/htdocs/css/about.css b/htdocs/css/about.css
index 45f53549..6a76e4d2 100755
--- a/htdocs/css/about.css
+++ b/htdocs/css/about.css
@@ -1,15 +1,48 @@
-#sidebar{float:left;margin:0;padding:0;width:160px;_margin-right:-3px;float:left;border-right:2px solid #ddd;background:#ddd;border-radius:5px;overflow:hidden;}
-#sidebar li{margin:5px 0 5px 30px;}
-#sidebar li.title{margin:0;padding:5px 40px;background-color:#ECA965;}
-#leftnavi li{margin:5px 0 5px 20px;font-size:9pt;border:1px #93bee2 solid;background-color:#e8f4ff;width:100px;height:22px;padding:0 10px 0 10px;}
-#content{margin-left:160px;}
-#content p{text-indent: 20px;}
-#content ul li{list-style:disc;margin-left:50px;}
+.bs-review-nav{
+ padding:14px;
+}
+.bs-review-sidenav{
+ padding:0px;
+ margin:0px;
+}
+.bs-review-sidenav > li:first-child > a {
+ border-radius: 6px 6px 0 0;
+}
+.bs-review-sidenav > li:last-child > a {
+ border-radius: 0 0 6px 6px;
+}
+.bs-review-sidenav li{
+ margin:0px;
+ padding:0px;
+ line-height:30px;
+}
+.bs-review-sidenav li a {
+ border:1px solid #E5E5E5;
+ margin: 0 0 -1px;
+}
+.bs-review-sidenav li.active a {
+ border:none;
+ margin: 0 0 0 0;
+}
+.bs-review-sidenav li i{
+ float:right;
+ margin-top:8px;
+}
+.bs-review-nav .form-search{
+ margin:10px auto;
+}
+.bs-review-nav .form-search .keyword{
+ width:95%;
+}
+
+
+#content{}
+#content p{text-indent: 20px;}
.logo{float:right;margin-left:10px;margin-bottom:15px;text-align:center;}
.preface
{
margin-left: 20px;
- margin-right: 150px;
+ margin-right: 150px;
margin-top:10px;
padding: 5px;
border: 1px solid gray;
@@ -24,16 +57,16 @@ h3{font-size:130%;line-height: 30px;margin:0 0 5px 5px;font-weight:bold;}
font-size: 12px;
font-weight: bold;
margin-bottom: 20px;
-}
-
+}
+
#contactUs,h2
{
font-size: 150%;
padding-left: 60px;
background: url(../images/right_03.gif) no-repeat bottom left;
line-height: 35px;
- margin:0 0 20px 10px;
-}
+ margin:0 0 20px 10px;
+}
#contactUs{margin-left:180px;}
@@ -42,47 +75,47 @@ h3{font-size:130%;line-height: 30px;margin:0 0 5px 5px;font-weight:bold;}
color:Navy;
padding-bottom:5px;
margin-bottom:0px;
-}
-.title{
+}
+.title{
font-weight: bold;
- padding: 0px 10px 0px;
+ padding: 0px 10px 0px;
font-size: 105%;
-}
-#online{
-float:left;
-width:450px;
-}
-#offline{
-float:left;
-background:#eee;
-margin:10px;
-padding:5px;
-width:300px;
-}
-dd {float:left;padding-top:5px;margin-left:5px;}
-dt {clear:both;float:left;width:150px;padding-top:5px;}
-label {
- display: block;
- vertical-align: bottom;
- float:left;
-}
-label.required { background:url(/images/req-asterisk.gif) right no-repeat; padding-right:26px; }
-#message{
-width:400px;padding-top:10px;
-border:1px dotted;
-color:red;
-}
-input,select,textarea,button {
- font:1em Tahoma;
- color:#444444;
- width:80%;
- border-width: 1px;
- border-style: solid;
- border-color: #444;
-}
-
-#submitbutton{width:100px;}
-ul{list-style-type: none;}
+}
+#online{
+float:left;
+width:450px;
+}
+#offline{
+float:left;
+background:#eee;
+margin:10px;
+padding:5px;
+width:300px;
+}
+dd {float:left;padding-top:5px;margin-left:5px;}
+dt {clear:both;float:left;width:150px;padding-top:5px;}
+label {
+ display: block;
+ vertical-align: bottom;
+ float:left;
+}
+label.required { background:url(/images/req-asterisk.gif) right no-repeat; padding-right:26px; }
+#message{
+width:400px;padding-top:10px;
+border:1px dotted;
+color:red;
+}
+input,select,textarea,button {
+ font:1em Tahoma;
+ color:#444444;
+ width:80%;
+ border-width: 1px;
+ border-style: solid;
+ border-color: #444;
+}
+
+#submitbutton{width:100px;}
+ul{list-style-type: none;}
#tabs-controller {overflow:hidden;padding:5px 0;margin:5px 0px;}
#tabs-controller ul li{float:left;padding:3px 10px;border:1px solid #93bee2;border-radius:5px;margin:0 5px;list-style-type:none;}
#tabs-controller ul li:hover{background:#f1f8fe;}