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
+}