From d3503048e0b33f9e32487530604501bd06490cbd Mon Sep 17 00:00:00 2001 From: yan Date: Fri, 29 May 2020 10:07:45 +0800 Subject: [PATCH] add explore dataset route --- custom/templates/base/head_navbar.tmpl | 8 +-- custom/templates/explore/dataset_list.tmpl | 49 +++++++++++++++++++ custom/templates/explore/dataset_search.tmpl | 14 ++++++ custom/templates/explore/datasets.tmpl | 17 +++++++ custom/templates/explore/navbar.tmpl | 5 +- custom/templates/explore/organizations.tmpl | 10 ++-- custom/templates/explore/users.tmpl | 2 +- options/locale/locale_en-US.ini | 1 + options/locale/locale_zh-CN.ini | 1 + routers/home.go | 73 ++++++++++++++++++++++++++++ routers/routes/routes.go | 3 +- templates/explore/dataset_list.tmpl | 0 templates/explore/dataset_search.tmpl | 0 templates/explore/datasets.tmpl | 0 14 files changed, 171 insertions(+), 12 deletions(-) create mode 100644 custom/templates/explore/dataset_list.tmpl create mode 100644 custom/templates/explore/dataset_search.tmpl create mode 100644 custom/templates/explore/datasets.tmpl create mode 100644 templates/explore/dataset_list.tmpl create mode 100644 templates/explore/dataset_search.tmpl create mode 100644 templates/explore/datasets.tmpl diff --git a/custom/templates/base/head_navbar.tmpl b/custom/templates/base/head_navbar.tmpl index 026966d3b..2dc35b404 100644 --- a/custom/templates/base/head_navbar.tmpl +++ b/custom/templates/base/head_navbar.tmpl @@ -1,6 +1,6 @@