From 53fd821832ef5b4773201116d39941bd9c4d20f6 Mon Sep 17 00:00:00 2001 From: avene Date: Sat, 12 May 2018 10:43:02 +0800 Subject: [PATCH] #40 --- .../default/views/scripts/data/browse.phtml | 119 +++++++++--------- .../views/scripts/data/onlinelist-bak.phtml | 63 ++++++++++ 2 files changed, 121 insertions(+), 61 deletions(-) create mode 100755 application/default/views/scripts/data/onlinelist-bak.phtml diff --git a/application/default/views/scripts/data/browse.phtml b/application/default/views/scripts/data/browse.phtml index e174911f..5c73529f 100755 --- a/application/default/views/scripts/data/browse.phtml +++ b/application/default/views/scripts/data/browse.phtml @@ -3,87 +3,83 @@ $this->headTitle($this->config->title->site); $this->headTitle($this->config->title->data); $this->headTitle('数据列表浏览'); $this->headTitle()->setSeparator(' - '); -$this->headLink()->appendStylesheet('/static-sanji/css/data-list.css'); -$this->headLink()->appendStylesheet('/static-sanji-v2/css/bootstrap.min.css'); -$this->headLink()->appendStylesheet('/static-sanji-v2/css/top.css'); $this->headLink()->appendStylesheet('/static-sanji-v2/css/dataProduct.css'); -$this->headLink()->appendStylesheet('/static-sanji-v2/css/bottom.css'); -$this->nav[] = array('link' => "/data/browse", 'title' => '数据列表浏览'); -$this->theme->AppendPlus($this, 'colorbox'); +$this->headLink()->appendStylesheet('/static-sanji-v2/css/header-position.css'); ?> -
-
+
+
+ 首页 + / + 数据产品 +
+
+
+ + + + +
+
partial('data/tools.phtml'); ?>
-
-

最近更新数据

- 查看更多 +
-
- paginator as $key => $md) : ?> - +
- -
-
-

数据资源查找

-
-
- partial('data/resource-find.phtml'); ?> -
- - -
-
-

数据服务

-
-
-
- @@ -93,4 +89,5 @@ $this->theme->AppendPlus($this, 'colorbox'); // $(".colorbox").colorbox({rel:"colorbox",photo:"true",transition:"fade"}); // $(".colorbox").colorbox({photo:"true"}); //}); + \ No newline at end of file diff --git a/application/default/views/scripts/data/onlinelist-bak.phtml b/application/default/views/scripts/data/onlinelist-bak.phtml new file mode 100755 index 00000000..14d13e77 --- /dev/null +++ b/application/default/views/scripts/data/onlinelist-bak.phtml @@ -0,0 +1,63 @@ +headTitle($this->config->title->site); +$this->headTitle($this->config->title->data); +$this->headTitle('在线数据浏览'); +$this->headTitle($this->codename); +$this->headTitle()->setSeparator(' - '); +$this->nav[] = array('link'=>"/data/offline",'title'=>'在线数据浏览'); +$this->headLink()->appendStylesheet('/static-sanji/css/data-list.css'); +?> +
+
+
+ render('breadcrumbs.phtml') ?> +
+
+
+
+ partial('data/tools.phtml'); ?> +
+
+
+ +
+
+
+ paginator as $md) : ?> +
+
+
+ +
+ + + +
+
+

escape($md['title']);?>

+

|  

+

+ ',mb_strlen($md['description'])>120 ? $this->escape(mb_substr($md['description'],0,120,'UTF-8').'...'):$this->escape($md['description']));?> +

+
+
+ 文件大小 + 0.99 ? round($md['filesize'] / 2014, 2) : '小于1'?>MB +
+ 更多 +
+
+
+ +
+
+ +
+
+
+
+ +
+
+
+
\ No newline at end of file