diff --git a/modules/personal_lab/index.html.erb b/modules/personal_lab/index.html.erb
index 776451c..b7144fc 100644
--- a/modules/personal_lab/index.html.erb
+++ b/modules/personal_lab/index.html.erb
@@ -1,22 +1,41 @@
-
+
{{widget-title}}
- {{th_year}} |
{{th_lab_title}} |
{{th_location}} |
{{th_member}} |
- |
- {{year}} |
- {{lab_title}} |
+ {{lab_title}} |
{{location}} |
{{member}} |
- {{th_detail}} |
-{{pagination_goes_here}}
\ No newline at end of file
+{{pagination_goes_here}}
+
+
\ No newline at end of file
diff --git a/modules/personal_lab/index.html.erb.bak b/modules/personal_lab/index.html.erb.bak
new file mode 100644
index 0000000..edfdb53
--- /dev/null
+++ b/modules/personal_lab/index.html.erb.bak
@@ -0,0 +1,40 @@
+
+ {{widget-title}}
+
+
+ {{th_year}} |
+ {{th_lab_title}} |
+ {{th_location}} |
+ {{th_member}} |
+ 更多內容 |
+
+
+
+
+ {{year}} |
+ {{lab_title}} |
+ {{location}} |
+ {{member}} |
+ {{th_detail}} |
+
+
+
+{{pagination_goes_here}}
+
+
\ No newline at end of file
diff --git a/modules/personal_lab/info.json b/modules/personal_lab/info.json
index b347042..cda3d13 100644
--- a/modules/personal_lab/info.json
+++ b/modules/personal_lab/info.json
@@ -1,12 +1,12 @@
-{
- "frontend": [
- {
- "filename" : "index",
- "name" : {
- "zh_tw" : "1. 列表",
- "en" : "1. List"
- },
- "thumbnail" : "thumb.png"
- }
- ]
+{
+ "frontend": [
+ {
+ "filename" : "index",
+ "name" : {
+ "zh_tw" : "1. 列表",
+ "en" : "1. List"
+ },
+ "thumbnail" : "thumb.png"
+ }
+ ]
}
\ No newline at end of file