diff --git a/application/default/views/scripts/glacier/browse.phtml b/application/default/views/scripts/glacier/browse.phtml new file mode 100755 index 00000000..3dde7bf0 --- /dev/null +++ b/application/default/views/scripts/glacier/browse.phtml @@ -0,0 +1,30 @@ +headTitle($this->config->title->site); + $this->headTitle($this->config->title->data); + $this->headTitle('全部浏览'); +$this->headTitle()->setSeparator(' - '); +$this->headLink()->appendStylesheet('/css/water.css'); +$this->breadcrumb('首页'); +$this->breadcrumb(''.$this->config->title->data.''); +$this->breadcrumb(''.$this->config->title->glacier.''); +$this->breadcrumb('浏览'); +$this->breadcrumb()->setSeparator(' > '); +?> + + \ No newline at end of file diff --git a/application/default/views/scripts/glacier/category.phtml b/application/default/views/scripts/glacier/category.phtml new file mode 100755 index 00000000..36844eea --- /dev/null +++ b/application/default/views/scripts/glacier/category.phtml @@ -0,0 +1,45 @@ +headTitle($this->config->title->site); + $this->headTitle($this->config->title->data); +$this->headTitle('分类浏览'); +if (!empty($this->codename)) $this->headTitle($this->codename); +$this->headTitle()->setSeparator(' - '); +$this->headLink()->appendStylesheet('/css/water.css'); +$this->breadcrumb('首页'); +$this->breadcrumb(''.$this->config->title->data.''); +$this->breadcrumb(''.$this->config->title->glacier.''); +$this->breadcrumb('分类浏览:'.$this->codename); +$this->breadcrumb()->setSeparator(' > '); +?> + + \ No newline at end of file diff --git a/application/default/views/scripts/glacier/document.phtml b/application/default/views/scripts/glacier/document.phtml new file mode 100644 index 00000000..ef9ed030 --- /dev/null +++ b/application/default/views/scripts/glacier/document.phtml @@ -0,0 +1,68 @@ +headTitle($this->config->title->site); +$this->headTitle($this->config->title->data); +$this->headTitle()->setSeparator(' - '); +$this->headLink()->appendStylesheet('/css/water.css'); +$this->headScript()->appendFile('/js/jquery-1.7.min.js'); +$this->headScript()->appendFile('/js/jquery.colorbox-min.js'); +$this->headLink()->appendStylesheet('/css/colorbox.css'); +$this->breadcrumb('首页'); +$this->breadcrumb(''.$this->config->title->data.''); +$this->breadcrumb(''.$this->config->title->glacier.''); +$this->breadcrumb('数据文档'); +$this->breadcrumb()->setSeparator(' > '); +?> + + + + \ No newline at end of file diff --git a/application/default/views/scripts/glacier/everestnorth.phtml b/application/default/views/scripts/glacier/everestnorth.phtml new file mode 100644 index 00000000..1d531234 --- /dev/null +++ b/application/default/views/scripts/glacier/everestnorth.phtml @@ -0,0 +1,33 @@ +headTitle($this->config->title->site); +$this->headTitle($this->config->title->data); +$this->headTitle()->setSeparator(' - '); +$this->headLink()->appendStylesheet('/css/water.css'); +$this->breadcrumb('首页'); +$this->breadcrumb(''.$this->config->title->data.''); +$this->breadcrumb(''.$this->config->title->glacier.''); +$this->breadcrumb('珠穆朗玛峰北坡'); +$this->breadcrumb()->setSeparator(' > '); +?> + + + diff --git a/application/default/views/scripts/glacier/gongga.phtml b/application/default/views/scripts/glacier/gongga.phtml new file mode 100644 index 00000000..91f1585c --- /dev/null +++ b/application/default/views/scripts/glacier/gongga.phtml @@ -0,0 +1,33 @@ +headTitle($this->config->title->site); +$this->headTitle($this->config->title->data); +$this->headTitle()->setSeparator(' - '); +$this->headLink()->appendStylesheet('/css/water.css'); +$this->breadcrumb('首页'); +$this->breadcrumb(''.$this->config->title->data.''); +$this->breadcrumb(''.$this->config->title->glacier.''); +$this->breadcrumb('贡嘎山'); +$this->breadcrumb()->setSeparator(' > '); +?> + + + diff --git a/application/default/views/scripts/glacier/list.phtml b/application/default/views/scripts/glacier/list.phtml new file mode 100644 index 00000000..ca49e5b9 --- /dev/null +++ b/application/default/views/scripts/glacier/list.phtml @@ -0,0 +1,42 @@ +headTitle($this->config->title->site); +$this->headTitle($this->config->title->data); +$this->headTitle()->setSeparator(' - '); +$this->headLink()->appendStylesheet('/css/water.css'); +$this->breadcrumb('首页'); +$this->breadcrumb(''.$this->config->title->data.''); +$this->breadcrumb(''.$this->config->title->glacier.''); +$this->breadcrumb('数据列表'); +$this->breadcrumb()->setSeparator(' > '); +$this->headScript()->appendFile('/js/jquery-1.7.min.js'); +$this->headScript()->appendFile('/js/jquery.colorbox-min.js'); +$this->headLink()->appendStylesheet('/css/colorbox.css'); +?> + + + + \ No newline at end of file diff --git a/application/default/views/scripts/glacier/namco.phtml b/application/default/views/scripts/glacier/namco.phtml new file mode 100644 index 00000000..b9c72707 --- /dev/null +++ b/application/default/views/scripts/glacier/namco.phtml @@ -0,0 +1,33 @@ +headTitle($this->config->title->site); +$this->headTitle($this->config->title->data); +$this->headTitle()->setSeparator(' - '); +$this->headLink()->appendStylesheet('/css/water.css'); +$this->breadcrumb('首页'); +$this->breadcrumb(''.$this->config->title->data.''); +$this->breadcrumb(''.$this->config->title->glacier.''); +$this->breadcrumb('纳木错流域'); +$this->breadcrumb()->setSeparator(' > '); +?> + + + diff --git a/application/default/views/scripts/glacier/navi.phtml b/application/default/views/scripts/glacier/navi.phtml index 9d22361f..a47669c3 100644 --- a/application/default/views/scripts/glacier/navi.phtml +++ b/application/default/views/scripts/glacier/navi.phtml @@ -2,7 +2,7 @@
  • 项目简介
  • 基础数据
  • @@ -16,14 +16,14 @@
  • 其他地区
  • -
  • 典型冰川区数据 - diff --git a/application/default/views/scripts/glacier/nianchu.phtml b/application/default/views/scripts/glacier/nianchu.phtml new file mode 100644 index 00000000..965d665d --- /dev/null +++ b/application/default/views/scripts/glacier/nianchu.phtml @@ -0,0 +1,33 @@ +headTitle($this->config->title->site); +$this->headTitle($this->config->title->data); +$this->headTitle()->setSeparator(' - '); +$this->headLink()->appendStylesheet('/css/water.css'); +$this->breadcrumb('首页'); +$this->breadcrumb(''.$this->config->title->data.''); +$this->breadcrumb(''.$this->config->title->glacier.''); +$this->breadcrumb('年楚河流域'); +$this->breadcrumb()->setSeparator(' > '); +?> + + + diff --git a/application/default/views/scripts/glacier/qilian.phtml b/application/default/views/scripts/glacier/qilian.phtml new file mode 100644 index 00000000..7cb9740d --- /dev/null +++ b/application/default/views/scripts/glacier/qilian.phtml @@ -0,0 +1,33 @@ +headTitle($this->config->title->site); +$this->headTitle($this->config->title->data); +$this->headTitle()->setSeparator(' - '); +$this->headLink()->appendStylesheet('/css/water.css'); +$this->breadcrumb('首页'); +$this->breadcrumb(''.$this->config->title->data.''); +$this->breadcrumb(''.$this->config->title->glacier.''); +$this->breadcrumb('祁连山'); +$this->breadcrumb()->setSeparator(' > '); +?> + + + diff --git a/application/default/views/scripts/glacier/tag.phtml b/application/default/views/scripts/glacier/tag.phtml new file mode 100755 index 00000000..9c0d88e1 --- /dev/null +++ b/application/default/views/scripts/glacier/tag.phtml @@ -0,0 +1,54 @@ +headTitle($this->config->title->site); +$this->headTitle($this->config->title->data); +if (!empty($this->codename)) $this->headTitle($this->codename); +$this->headTitle()->setSeparator(' - '); +$this->headLink()->appendStylesheet('/css/water.css'); +$this->breadcrumb('首页'); +$this->breadcrumb(''.$this->config->title->data.''); +$this->breadcrumb(''.$this->config->title->glacier.''); +$this->breadcrumb('关键词导航'.(($this->codename)?':'.$this->codename:'')); +$this->breadcrumb()->setSeparator(' > '); +?> + + + diff --git a/application/default/views/scripts/glacier/thumb.phtml b/application/default/views/scripts/glacier/thumb.phtml new file mode 100644 index 00000000..49ccdc62 --- /dev/null +++ b/application/default/views/scripts/glacier/thumb.phtml @@ -0,0 +1,42 @@ +headTitle($this->config->title->site); +$this->headTitle($this->config->title->data); +$this->headTitle('全部浏览'); +$this->headTitle()->setSeparator(' - '); +$this->headLink()->appendStylesheet('/css/water.css'); +$this->breadcrumb('首页'); +$this->breadcrumb(''.$this->config->title->data.''); +$this->breadcrumb(''.$this->config->title->glacier.''); +$this->breadcrumb('缩略图浏览'); +$this->breadcrumb()->setSeparator(' > '); +$this->headScript()->appendFile('/js/jquery-1.7.min.js'); +$this->headScript()->appendFile('/js/jquery.colorbox-min.js'); +$this->headLink()->appendStylesheet('/css/colorbox.css'); +?> + + + \ No newline at end of file diff --git a/application/default/views/scripts/glacier/tianshan.phtml b/application/default/views/scripts/glacier/tianshan.phtml new file mode 100644 index 00000000..51b4b6f6 --- /dev/null +++ b/application/default/views/scripts/glacier/tianshan.phtml @@ -0,0 +1,33 @@ +headTitle($this->config->title->site); +$this->headTitle($this->config->title->data); +$this->headTitle()->setSeparator(' - '); +$this->headLink()->appendStylesheet('/css/water.css'); +$this->breadcrumb('首页'); +$this->breadcrumb(''.$this->config->title->data.''); +$this->breadcrumb(''.$this->config->title->glacier.''); +$this->breadcrumb('天山'); +$this->breadcrumb()->setSeparator(' > '); +?> + + + diff --git a/application/default/views/scripts/glacier/timeline.phtml b/application/default/views/scripts/glacier/timeline.phtml new file mode 100755 index 00000000..a25afc0b --- /dev/null +++ b/application/default/views/scripts/glacier/timeline.phtml @@ -0,0 +1,23 @@ +headTitle($this->config->title->site); +$this->headTitle($this->config->title->data); +$this->headTitle('时间轴导航'); +$this->headTitle()->setSeparator(' - '); +$this->headLink()->appendStylesheet('/css/water.css'); +$this->breadcrumb('首页'); +$this->breadcrumb(''.$this->config->title->data.''); +$this->breadcrumb(''.$this->config->title->glacier.''); +$this->breadcrumb('时间轴导航'); +$this->breadcrumb()->setSeparator(' > '); +$this->headScript()->appendFile('/js/timeline_var.js'); +$this->headScript()->appendFile('/js/timeline_js/timeline-api.js'); +$this->headScript()->appendFile('/js/glaciertime.js'); +?> + + \ No newline at end of file diff --git a/application/default/views/scripts/glacier/timemap.phtml b/application/default/views/scripts/glacier/timemap.phtml new file mode 100644 index 00000000..359c93b1 --- /dev/null +++ b/application/default/views/scripts/glacier/timemap.phtml @@ -0,0 +1,96 @@ +headTitle($this->config->title->site); +$this->headTitle($this->config->title->data); +$this->headTitle('时空导航'); +$this->headTitle()->setSeparator(' - '); +$this->headLink()->appendStylesheet('/css/water.css'); +$this->breadcrumb('首页'); +$this->breadcrumb(''.$this->config->title->data.''); +$this->breadcrumb(''.$this->config->title->glacier.''); +$this->breadcrumb('时空联合导航'); +$this->breadcrumb()->setSeparator(' > '); +//$this->headScript()->appendFile('http://maps.google.cN/maps?file=api&v=2&key='.$this->config->google->maps->api); +$this->headScript()->appendFile('/js/timeline_var.js'); +$this->headScript()->appendFile('/js/timeline_js/timeline-api.js'); +$this->headScript()->appendFile('/js/jquery-1.7.min.js'); +$this->headScript()->appendFile('/js/timemap.2.0.1/lib/mxn/mxn.js?(google)'); +$this->headScript()->appendFile('/js/timemap.2.0.1/timemap.pack.js'); +$this->headScript()->appendFile('/js/jquery.colorbox-min.js'); +$this->headLink()->appendStylesheet('/css/colorbox.css'); +?> + + + \ No newline at end of file diff --git a/application/default/views/scripts/glacier/view.phtml b/application/default/views/scripts/glacier/view.phtml new file mode 100755 index 00000000..86faa27d --- /dev/null +++ b/application/default/views/scripts/glacier/view.phtml @@ -0,0 +1,579 @@ +headTitle($this->config->title->site); + $this->headTitle($this->config->title->data); + $this->headTitle($this->metadata->title); + $this->headTitle()->setSeparator(' - '); + $this->headLink()->appendStylesheet('/css/water.css'); + $this->headLink()->appendStylesheet('/css/heihemdview.css'); + $this->breadcrumb('首页'); + $this->breadcrumb(''.$this->config->title->data.''); + $this->breadcrumb(''.$this->config->title->glacier.''); + $this->breadcrumb('查看元数据'); + $this->breadcrumb()->setSeparator(' > '); + //$this->headScript()->appendFile('http://maps.google.cn/maps?file=api&v=2&key='.$this->config->google->maps->api); + $this->headScript()->appendFile('/js/jquery-1.7.min.js'); + $this->headScript()->appendFile('/js/jquery.colorbox-min.js'); + $this->headScript()->appendFile('/js/jquery.idTabs.min.js'); + $this->headLink()->appendStylesheet('/css/colorbox.css'); + //$this->headLink()->appendStylesheet('/js/theme/default/style.css'); +?> + + +
    + +
    +
    +

    +

    ',$md->description);?> +

    +
    + +
    +
    + citation) : ?> +

    本数据引用方式

    +

    escape($md->citation);?>

    + +ref) : ?> +

    建议参考文献

    +
      + ref as $ref) : + if (empty($ref->link)) + echo '
    1. '.$ref->reference.'
    2. '; + else + echo '
    3. '.$ref->reference.' 下载
    4. '; + endforeach; + ?> +
    + +

    数据使用声明

    +uselimits) : +foreach($this->uselimits as $uselimit) : +echo '

    '.str_replace(array("\r\n", "\n", "\r"),'

    ',$this->escape($uselimit->uselimit)).'

    '; +endforeach; +?> + +

    为尊重知识产权、保障数据作者的权益、扩展数据中心的服务、评估数据的应用潜力,请数据使用者在使用数据所产生的研究成果中(包括公开发表的论文、论著、数据产品和未公开发表的研究报告、数据产品等成果),明确注明数据来源和数据作者。对于转载(二次或多次发布)的数据,作者还须注明原始数据来源。

    +

    中文发表的成果参考以下规范注明: 数据来源于国家自然科学基金委员会"中国西部环境与生态科学数据中心"(http://westdc.westgis.ac.cn)

    +

    英文发表的成果依据以下规范注明: The data set is provided by Environmental and Ecological Science Data Center for West China,National Natural Science Foundation of China (http://westdc.westgis.ac.cn)

    +

    + +suppinfo) : ?> +

    项目支持信息

    + '.str_replace(array("\r\n", "\n", "\r"),'

    ',$this->escape($md->suppinfo)).'

    ';?> + +resources) : ?> +

    其他在线资源

    + + + +
    +keys as $cg){ + if($cg->keytype=="theme") + $keywords[]=$cg->keyword; + } + $ev = join(" ",$keywords); +?> + + +
    +
    + +
    +downhistory) : ?> +

    最近10条服务记录如下:

    +
      +downhistory as $v){ + echo '
    1. '.date("Y-m-d",strtotime($v->ts_created))." ".$v->unit." ".$v->realname; + if (!empty($v->offlineproject)) + echo ' 用途:'.$v->offlineproject; + elseif (!empty($v->onlineproject)) + echo ' 用途:'.$v->onlineproject; + echo '
    2. '; + } +?> +
    + +暂时没有服务记录,欢迎您下载使用! + +
    +
    +
    +
    +
    +status>0 and $md->status<5) : ?> +

    此数据还在评审过程中,我们真切地邀请您参加此数据的评审,以便我们能尽快发布此数据!

    + +

    数据评论

    +
    +
    +hasIdentity()) +{ + $user = $auth->getIdentity(); + $name = $user->realname; + $email = $user->email; +}else +{ + $name = ""; + $email = ""; +} +?> +
    +

    + + +

    +

    + + +

    +

    + + e.g. http://westdc.westgis.ac.cn/ +

    +

    + + +

    +

    + + +

    +

    + + + + 提交 +

    +
    + +
    + + + + + +

    Cannot find the metadata.

    +

    没有找到对应的元数据。

    + +
    diff --git a/application/default/views/scripts/glacier/yangtze.phtml b/application/default/views/scripts/glacier/yangtze.phtml new file mode 100644 index 00000000..ffdd5286 --- /dev/null +++ b/application/default/views/scripts/glacier/yangtze.phtml @@ -0,0 +1,33 @@ +headTitle($this->config->title->site); +$this->headTitle($this->config->title->data); +$this->headTitle()->setSeparator(' - '); +$this->headLink()->appendStylesheet('/css/water.css'); +$this->breadcrumb('首页'); +$this->breadcrumb(''.$this->config->title->data.''); +$this->breadcrumb(''.$this->config->title->glacier.''); +$this->breadcrumb('长江源区'); +$this->breadcrumb()->setSeparator(' > '); +?> + + +