From c93a7752866f3f6b5bc765acf1d5f301dceb7735 Mon Sep 17 00:00:00 2001 From: wlx Date: Sat, 5 Nov 2011 15:25:58 +0000 Subject: [PATCH] use colorbox to show big thumb --- application/default/views/scripts/data/view.phtml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/application/default/views/scripts/data/view.phtml b/application/default/views/scripts/data/view.phtml index a1827130..6d5683db 100755 --- a/application/default/views/scripts/data/view.phtml +++ b/application/default/views/scripts/data/view.phtml @@ -9,10 +9,10 @@ $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.6.4.min.js'); - $this->headScript()->appendFile('/static/js/jquery.thickbox.js'); + $this->headScript()->appendFile('/js/jquery-1.7.min.js'); + $this->headScript()->appendFile('/js/jquery.colorbox-min.js'); $this->headLink()->appendStylesheet('/js/theme/default/style.css'); - $this->headLink()->appendStylesheet('/static/css/thickbox.css'); + $this->headLink()->appendStylesheet('/css/colorbox.css'); ?> metadata;if ($md):?>

escape($md->title); @@ -146,8 +146,8 @@ endforeach; -
-
+
+

',$md->description);?> @@ -279,7 +279,9 @@ echo '';

-