From cf151678a9b4195eafd00747bdb9270fccab08ba Mon Sep 17 00:00:00 2001 From: thinkgem Date: Mon, 22 Jul 2024 15:38:28 +0800 Subject: [PATCH] open views tagsview/form --- .../views/tagsview/form/iconselect.html | 2459 +++++++++++++++++ .../views/tagsview/form/imageclip.html | 159 ++ .../views/tagsview/form/treeselect.html | 177 ++ 3 files changed, 2795 insertions(+) create mode 100644 modules/core/src/main/resources/views/tagsview/form/iconselect.html create mode 100644 modules/core/src/main/resources/views/tagsview/form/imageclip.html create mode 100644 modules/core/src/main/resources/views/tagsview/form/treeselect.html diff --git a/modules/core/src/main/resources/views/tagsview/form/iconselect.html b/modules/core/src/main/resources/views/tagsview/form/iconselect.html new file mode 100644 index 00000000..a4be1910 --- /dev/null +++ b/modules/core/src/main/resources/views/tagsview/form/iconselect.html @@ -0,0 +1,2459 @@ +<%/* Copyright (c) 2013-Now http://jeesite.com All rights reserved. + * No deletion without permission, or be held responsible to law. */ %> +<% layout('/layouts/default.html', {title: '图标选择', bodyClass: 'box box-main', libs: ['zTree']}){ %> + + + +<% } %> + \ No newline at end of file diff --git a/modules/core/src/main/resources/views/tagsview/form/imageclip.html b/modules/core/src/main/resources/views/tagsview/form/imageclip.html new file mode 100644 index 00000000..e4e3085f --- /dev/null +++ b/modules/core/src/main/resources/views/tagsview/form/imageclip.html @@ -0,0 +1,159 @@ +<%/* Copyright (c) 2013-Now http://jeesite.com All rights reserved. + * No deletion without permission, or be held responsible to law. */ %> +<% layout('/layouts/default.html', {title: '图标裁剪', bodyClass: 'nobg', libs: ['']}){ %> + +
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ + +
+
+ + + + +
+
+ + +
+
+ + +
+
+ +
+
+ +
+
+
+<% } %> + + \ No newline at end of file diff --git a/modules/core/src/main/resources/views/tagsview/form/treeselect.html b/modules/core/src/main/resources/views/tagsview/form/treeselect.html new file mode 100644 index 00000000..32556a3d --- /dev/null +++ b/modules/core/src/main/resources/views/tagsview/form/treeselect.html @@ -0,0 +1,177 @@ +<%/* Copyright (c) 2013-Now http://jeesite.com All rights reserved. + * No deletion without permission, or be held responsible to law. */ %> +<% layout('/layouts/default.html', {title: '选项选择', bodyClass: 'box b0', libs: ['zTree']}){ %> +
+ + +
+ + +
+<% } %> + \ No newline at end of file