From 643ccaad7aad222203728bfa3c4c034eb510dc26 Mon Sep 17 00:00:00 2001 From: Li Jianxuan Date: Wed, 28 Aug 2013 02:49:07 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8data/view=E9=A1=B5=E9=9D=A2=E4=B8=AD?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86dataservice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/default/views/scripts/data/view.phtml | 11 ++++++++--- application/default/views/scripts/heihe/view.phtml | 4 ++-- application/default/views/scripts/water/view.phtml | 13 +++++++++++-- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/application/default/views/scripts/data/view.phtml b/application/default/views/scripts/data/view.phtml index 755772e4..b193aa7d 100755 --- a/application/default/views/scripts/data/view.phtml +++ b/application/default/views/scripts/data/view.phtml @@ -9,6 +9,9 @@ $this->breadcrumb()->setSeparator(' > '); $this->theme->AppendPlus($this,'google_map_v3'); $this->theme->AppendPlus($this,'colorbox'); + if(!empty($this->dataService)) { + $this->theme->AppendModel($this,"dataservice"); + } ?>