diff --git a/announcement.gemspec b/announcement.gemspec index dd72f8f..5b3f092 100644 --- a/announcement.gemspec +++ b/announcement.gemspec @@ -146,6 +146,7 @@ if bundle_update_flag end File.open(info_json_file,"w+"){|f| f.write(info_json)} end + Bundler.with_clean_env{%x[cp -rn #{app_path}/modules/announcement/thumbs/* #{folder}modules/announcement/thumbs/.]} end end rescue => e diff --git a/modules/announcement/_annc_widget19.html.erb b/modules/announcement/_annc_widget19.html.erb new file mode 100644 index 0000000..b204083 --- /dev/null +++ b/modules/announcement/_annc_widget19.html.erb @@ -0,0 +1,32 @@ + +
+

{{widget-title}}

+
\ No newline at end of file diff --git a/modules/announcement/annc_index18.html.erb b/modules/announcement/annc_index18.html.erb new file mode 100644 index 0000000..3d58bf4 --- /dev/null +++ b/modules/announcement/annc_index18.html.erb @@ -0,0 +1,26 @@ +
+

{{page-title}}

+
+{{pagination_goes_here}} \ No newline at end of file diff --git a/modules/announcement/info.json b/modules/announcement/info.json index 476c487..f27deb6 100644 --- a/modules/announcement/info.json +++ b/modules/announcement/info.json @@ -135,7 +135,15 @@ "en" : "1. Standard Title List-1 ( category, title, postdate, department)" }, "thumbnail" : "annc_index1_thumbs.png" - } + }, + { + "filename": "annc_index18", + "name": { + "zh_tw": "18. 標準文字列表三欄 ( 模組標題, 日期, 類別, 狀態, 標題, 副標題 )", + "en": "18. 3-Column Standard Text List (widget-title, postdate, category, status, title, subtitle)" + }, + "thumbnail": "annc_index19_thumbs.png" + }, ], "widgets" : [ { @@ -283,6 +291,14 @@ "en" : "17. Simple Title List-2 (widget-title, postdate, status, title), including search" }, "thumbnail" : "annc_widget11_thumbs.png" - } + }, + { + "filename": "annc_widget19", + "name": { + "zh_tw": "19. 標準文字列表三欄 ( 模組標題, 日期, 類別, 狀態, 標題, 副標題 )", + "en": "19. 3-Column Standard Text List (widget-title, postdate, category, status, title, subtitle)" + }, + "thumbnail": "annc_index19_thumbs.png" + } ] } \ No newline at end of file diff --git a/modules/announcement/thumbs/annc_index19_thumbs.png b/modules/announcement/thumbs/annc_index19_thumbs.png new file mode 100644 index 0000000..21bb4c9 Binary files /dev/null and b/modules/announcement/thumbs/annc_index19_thumbs.png differ