From 1586210c6915c17d8ca698e73bc8f0c7d8f563a3 Mon Sep 17 00:00:00 2001 From: datagear Date: Mon, 1 Apr 2019 20:25:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86main.ftl=E9=A1=B5=E9=9D=A2=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E9=80=89=E9=A1=B9=E5=8D=A1=E9=80=BB=E8=BE=91=E6=8A=BD?= =?UTF-8?q?=E5=8F=96=E8=87=B3page=5Fobj=5Ftabs.ftl=E4=B8=AD=EF=BC=8C?= =?UTF-8?q?=E4=BE=BF=E4=BA=8E=E5=A4=8D=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/view/include/page_obj_tabs.ftl | 308 +++++++++++++++ .../src/main/webapp/WEB-INF/view/main.ftl | 353 ++++-------------- .../src/main/webapp/static/theme/common.css | 18 +- 3 files changed, 384 insertions(+), 295 deletions(-) create mode 100644 datagear-web/src/main/webapp/WEB-INF/view/include/page_obj_tabs.ftl diff --git a/datagear-web/src/main/webapp/WEB-INF/view/include/page_obj_tabs.ftl b/datagear-web/src/main/webapp/WEB-INF/view/include/page_obj_tabs.ftl new file mode 100644 index 00000000..65136ea2 --- /dev/null +++ b/datagear-web/src/main/webapp/WEB-INF/view/include/page_obj_tabs.ftl @@ -0,0 +1,308 @@ +<#-- +选项卡JS片段。 + +依赖: +page_js_obj.jsp +--> + diff --git a/datagear-web/src/main/webapp/WEB-INF/view/main.ftl b/datagear-web/src/main/webapp/WEB-INF/view/main.ftl index 97b94921..2caf332d 100644 --- a/datagear-web/src/main/webapp/WEB-INF/view/main.ftl +++ b/datagear-web/src/main/webapp/WEB-INF/view/main.ftl @@ -5,6 +5,7 @@ <#include "include/html_head.ftl"> <@spring.message code='app.name' /> <#include "include/page_js_obj.ftl" > +<#include "include/page_obj_tabs.ftl" >