From 9d0d6ef31dcc0ed7a3e77bba8cd9076a6083e0ca Mon Sep 17 00:00:00 2001 From: User Date: Tue, 7 May 2024 10:50:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0index2=E5=90=AB=E5=BA=8F?= =?UTF-8?q?=E8=99=9F=E8=A1=A8=E6=A0=BC=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/universal_table/index2.html.erb | 105 ++++++++++++++++++++++++ modules/universal_table/info.json | 14 +++- 2 files changed, 116 insertions(+), 3 deletions(-) create mode 100644 modules/universal_table/index2.html.erb diff --git a/modules/universal_table/index2.html.erb b/modules/universal_table/index2.html.erb new file mode 100644 index 0000000..1bd0bf6 --- /dev/null +++ b/modules/universal_table/index2.html.erb @@ -0,0 +1,105 @@ + + + + + + + + + + + + + +
+

{{table-name}}

+ Reset +
+ +
{{title}}
+ +
{{text}}
+
{{total_entries}}
+
{{export_button}}
+ {{pagination_goes_here}} + diff --git a/modules/universal_table/info.json b/modules/universal_table/info.json index cda3d13..909f7ce 100644 --- a/modules/universal_table/info.json +++ b/modules/universal_table/info.json @@ -3,10 +3,18 @@ { "filename" : "index", "name" : { - "zh_tw" : "1. 列表", - "en" : "1. List" + "zh_tw" : "1. 單純表格列表", + "en" : "1. Pure index table" + }, + "thumbnail" : "thumb.png" + } + { + "filename" : "index2", + "name" : { + "zh_tw" : "2. 含序號表格列表", + "en" : "2. Index Table with serial number" }, "thumbnail" : "thumb.png" } ] -} \ No newline at end of file +}