change news to 工作动态

This commit is contained in:
wlx 2012-04-16 09:32:19 +00:00
parent 7649214b94
commit 1a93953fe1
4 changed files with 9 additions and 9 deletions

View File

@ -27,7 +27,7 @@ title.site=青海湖流域环境与生态科学数据平台
title.data=数据与服务
title.review=元数据评审
title.author=数据管理
title.news=新闻动态
title.news=工作动态
title.about=关于我们
supportemail=dceepq@163.com
reportemail=westdc-report-subscribe@lists.westgis.ac.cn

View File

@ -6,7 +6,7 @@ $this->headTitle()->setSeparator(' - ');
$this->headLink()->appendStylesheet('/css/news.css');
$this->headScript()->appendFile('/js/jquery-1.7.min.js');
$this->breadcrumb('<a href="/">首页</a>');
$this->breadcrumb('<a href="/news">新闻中心</a>');
$this->breadcrumb('<a href="/news">'.$this->config->title->news.'</a>');
$this->breadcrumb('<a href="/news/'.$this->type.'">'.$this->infos['typename'].'</a>');
$this->breadcrumb($this->infos['title']);
$this->breadcrumb()->setSeparator(' > ');
@ -17,7 +17,7 @@ $this->headMeta()->appendName('description', mb_substr($this->infos['description
<div class="full center clear" id="body">
<div class="w300 Lfloat clear">
<div class="tbox">
<div class="title">栏目导航</div>
<div class="title">分类</div>
<div class="content navmenu">
<ul>
<?php

View File

@ -1,17 +1,17 @@
<?php
$this->headTitle($this->config->title->site);
$this->headTitle('新闻中心');
$this->headTitle($this->config->title->news);
$this->headTitle()->setSeparator(' - ');
$this->headLink()->appendStylesheet('/css/news.css');
$this->headScript()->appendFile('/js/jquery-1.7.min.js');
$this->breadcrumb('<a href="/">首页</a>');
$this->breadcrumb('新闻中心');
$this->breadcrumb($this->config->title->news);
$this->breadcrumb()->setSeparator(' > ');
?>
<div class="full center clear" id="body">
<div class="w300 Lfloat clear">
<div class="tbox">
<div class="title">新闻分类</div>
<div class="title">分类</div>
<div class="content navmenu">
<ul>
<?php

View File

@ -1,18 +1,18 @@
<?php
$this->headTitle($this->config->title->site);
$this->headTitle('新闻中心');
$this->headTitle($this->config->title->news);
$this->headTitle()->setSeparator(' - ');
$this->headLink()->appendStylesheet('/css/news.css');
$this->headScript()->appendFile('/js/jquery-1.7.min.js');
$this->breadcrumb('<a href="/">首页</a>');
$this->breadcrumb('<a href="/news">新闻中心</a>');
$this->breadcrumb('<a href="/news">'.$this->config->title->news.'</a>');
$this->breadcrumb($this->title);
$this->breadcrumb()->setSeparator(' > ');
?>
<div class="full center clear" id="body">
<div class="w300 Lfloat clear">
<div class="tbox">
<div class="title">新闻分类</div>
<div class="title">分类</div>
<div class="content navmenu">
<ul>
<?php