From 5dd5b1ce73902cf56c87dff2f26d5bcabbc4a4d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A6=81=E6=87=82=E5=BE=97=E8=88=8D=E5=BE=97?= Date: Sun, 12 Apr 2020 00:43:52 +0800 Subject: [PATCH] =?UTF-8?q?list.ftl=E5=A4=87=E4=BB=BD=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8CPR=E7=9C=8B=E8=BF=99=E4=B8=AA=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- list_ftl.md | 316 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 316 insertions(+) create mode 100644 list_ftl.md diff --git a/list_ftl.md b/list_ftl.md new file mode 100644 index 0000000..fe37159 --- /dev/null +++ b/list_ftl.md @@ -0,0 +1,316 @@ +```ftl +<#include "/include/macros.ftl"> +<@header> +
+
+
+ <@breadcrumb> + + +
+
+
+ + +
+
+
+
+
+
+ + + +<@addOrUpdateMOdal defaultTitle="添加用户"> + +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+ + +<@footer> + + + + +``` \ No newline at end of file -- Gitee