diff --git a/application/default/views/scripts/data/tag.phtml b/application/default/views/scripts/data/tag.phtml
index 3c59332e..cd923dfe 100755
--- a/application/default/views/scripts/data/tag.phtml
+++ b/application/default/views/scripts/data/tag.phtml
@@ -1,66 +1,63 @@
-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/metadata.css');
-$this->breadcrumb('首页');
-$this->breadcrumb(''.$this->config->title->data.'');
-$this->breadcrumb('关键词浏览');
-if (!empty($this->codename)) $this->breadcrumb($this->codename);
-$this->breadcrumb()->setSeparator(' > ');
-$this->theme->AppendPlus($this,'colorbox');
-?>
-
-= $this->partial('data/tools.phtml'); ?>
-
-metadata)) : ?>
-
-
当前浏览:codename; ?>
-page->getNavigation(); ?>
-
-metadata as $md) : ?>
-
-
-
-
400?$this->escape(mb_substr($md['description'],0,400,'UTF-8').'...'):$this->escape($md['description']);?>
-
-
-page->getNavigation(); ?>
-
-
-
-'地点关键词','theme'=>'主题关键词','discipline'=>'学科关键词','stratum'=>'地层关键词','temporal'=>'时间关键词');
-$type='';
-foreach($this->keywords as $cg) :
- if ($type!=$cg['keytype']) :
- if ($type!='') : ?>
-
-
-
-
-
+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/metadata.css');
+$this->breadcrumb('首页');
+$this->breadcrumb(''.$this->config->title->data.'');
+$this->breadcrumb('关键词浏览');
+if (!empty($this->codename)) $this->breadcrumb($this->codename);
+$this->breadcrumb()->setSeparator(' > ');
+$this->theme->AppendPlus($this,'colorbox');
+?>
+
+= $this->partial('data/tools.phtml'); ?>
+
+metadata)) : ?>
+
+
当前浏览:codename; ?>
+page->getNavigation(); ?>
+
+metadata as $md) : ?>
+
+
+
+
400?$this->escape(mb_substr($md['description'],0,400,'UTF-8').'...'):$this->escape($md['description']);?>
+
+
+page->getNavigation(); ?>
+
+
+
+'地点关键词','theme'=>'主题关键词','discipline'=>'学科关键词','stratum'=>'地层关键词','temporal'=>'时间关键词');
+$type='';
+foreach($this->keywords as $cg) :
+ if ($type!=$cg['keytype']) :
+ if ($type!='') : ?>
+
+
+
+
+
diff --git a/application/default/views/scripts/data/thumb.phtml b/application/default/views/scripts/data/thumb.phtml
index abca9874..eaa22652 100644
--- a/application/default/views/scripts/data/thumb.phtml
+++ b/application/default/views/scripts/data/thumb.phtml
@@ -9,6 +9,7 @@ $this->breadcrumb(''.$this->config->title->data.'');
$this->breadcrumb('缩略图浏览');
$this->breadcrumb()->setSeparator(' > ');
$this->theme->AppendPlus($this,'masonry');
+$this->theme->AppendPlus($this,'colorbox');
?>
page->getNavigation(); ?>
@@ -16,7 +17,7 @@ $this->theme->AppendPlus($this,'masonry');
metadata as $md) : ?>
-
+
@@ -38,6 +39,11 @@ $(function(){
itemSelector : '.items',
//columnWidth : 240
});
+ $('a.gallery').bind('click',function(){
+ $.colorbox({
+ photo:$(this).attr('rel'),
+ });
+ });
});
\ No newline at end of file
diff --git a/application/default/views/scripts/heihe/thumb.phtml b/application/default/views/scripts/heihe/thumb.phtml
index d3d4cd8b..9209ce5e 100644
--- a/application/default/views/scripts/heihe/thumb.phtml
+++ b/application/default/views/scripts/heihe/thumb.phtml
@@ -24,7 +24,7 @@ $this->theme->AppendPlus($this,'masonry');
metadata as $md) : ?>
-
+
@@ -42,8 +42,15 @@ $this->theme->AppendPlus($this,'masonry');
\ No newline at end of file