diff --git a/modules/ad_banner/_ad_banner_widget1.html.erb b/modules/ad_banner/_ad_banner_widget1.html.erb index b789da9..d5c4f38 100644 --- a/modules/ad_banner/_ad_banner_widget1.html.erb +++ b/modules/ad_banner/_ad_banner_widget1.html.erb @@ -29,35 +29,33 @@
- - + + \ No newline at end of file diff --git a/modules/archive/archive_index3.html.erb b/modules/archive/archive_index3.html.erb index ad5e1ad..21fb229 100644 --- a/modules/archive/archive_index3.html.erb +++ b/modules/archive/archive_index3.html.erb @@ -13,7 +13,7 @@
{{file-name}} - {{file-type}} + {{file-type}}
diff --git a/modules/archive/info.json b/modules/archive/info.json index 564b0d3..8f4652f 100644 --- a/modules/archive/info.json +++ b/modules/archive/info.json @@ -71,6 +71,22 @@ "en": "11. Table list - Simple - Unfold Files (widget-title, category, Serial Number, filename, download link)" }, "thumbnail": "ar9.png" + }, + { + "filename": "archive_index12", + "name": { + "zh_tw": "12. 手風琴式列表 - 有下拉 ( 模組標題, 類別標題, 檔案名稱, 下載連結 )", + "en": "12. Accordion list - with drop down (widget-title, category, filename, download link)" + }, + "thumbnail": "ar2.png" + }, + { + "filename": "archive_index13", + "name": { + "zh_tw": "13. 頁籤式 ( 模組標題, 類別標題, 標題, 檔案名稱, 下載連結, 描述 )", + "en": "13. Tab list (widget-title, category, title, filename, download link, description)" + }, + "thumbnail": "ar-tab1.png" } ], "widgets": [ diff --git a/modules/archive/thumbs/ar-tab1.png b/modules/archive/thumbs/ar-tab1.png new file mode 100644 index 0000000..2f887da Binary files /dev/null and b/modules/archive/thumbs/ar-tab1.png differ diff --git a/modules/ask/_ask_widget_form.html.erb b/modules/ask/_ask_widget_form.html.erb new file mode 100644 index 0000000..7f677b5 --- /dev/null +++ b/modules/ask/_ask_widget_form.html.erb @@ -0,0 +1,111 @@ +
+ + + + +

+ {{widget-title}} +

+
+ {{switch_form}} +
+ +
\ No newline at end of file diff --git a/modules/ask/_ask_widget_list.html.erb b/modules/ask/_ask_widget_list.html.erb new file mode 100644 index 0000000..23fbdb4 --- /dev/null +++ b/modules/ask/_ask_widget_list.html.erb @@ -0,0 +1,18 @@ +
+

+ {{widget-title}} +

+ + + + + + + + + + + +
{{td}}
{{content}}
+
{{more_title}}
+
diff --git a/modules/ask/info.json b/modules/ask/info.json new file mode 100644 index 0000000..9dd7c12 --- /dev/null +++ b/modules/ask/info.json @@ -0,0 +1,20 @@ +{ + "widgets" : [ + { + "filename" : "ask_widget_form", + "name" : { + "zh_tw" : "1. 模組標題、發問介面", + "en" : "1. widget-title, question" + }, + "thumbnail" : "thumb.png" + }, + { + "filename" : "ask_widget_list", + "name" : { + "zh_tw" : "2. 模組標題、 發佈回覆列表", + "en" : "2. widget-title, published list" + }, + "thumbnail" : "thumb.png" + } + ] +} \ No newline at end of file diff --git a/modules/ask/thumbs/thumb.png b/modules/ask/thumbs/thumb.png new file mode 100644 index 0000000..266af56 Binary files /dev/null and b/modules/ask/thumbs/thumb.png differ diff --git a/modules/calendar/.DS_Store b/modules/calendar/.DS_Store new file mode 100644 index 0000000..d8987f1 Binary files /dev/null and b/modules/calendar/.DS_Store differ diff --git a/modules/calendar/_calendar_widget1.html.erb b/modules/calendar/_calendar_widget1.html.erb new file mode 100644 index 0000000..f691295 --- /dev/null +++ b/modules/calendar/_calendar_widget1.html.erb @@ -0,0 +1,63 @@ +
+
+

+ placeholder + +

+ + + + + + + + + {{default_column}} + +
{{week_title}}
+
+ +
+<%= stylesheet_link_tag "calendar_widget1" %> + \ No newline at end of file diff --git a/modules/calendar/_calendar_widget2.html.erb b/modules/calendar/_calendar_widget2.html.erb new file mode 100644 index 0000000..4313f12 --- /dev/null +++ b/modules/calendar/_calendar_widget2.html.erb @@ -0,0 +1,79 @@ +
+
+ {{calendar_title}} + {{widget_title}} +
+
+

+ placeholder + +

+ + + + + + + + + {{default_column}} + +
{{week_title}}
+
+ +
+<%= stylesheet_link_tag "calendar_widget2" %> + \ No newline at end of file diff --git a/modules/calendar/index.html.erb b/modules/calendar/index.html.erb new file mode 100644 index 0000000..37a4a1b --- /dev/null +++ b/modules/calendar/index.html.erb @@ -0,0 +1,41 @@ +
+
+ +
+
+
+
+
+ +
+
+ +
+
+

+ placeholder +

+
+
+
+
+ +
+ + \ No newline at end of file diff --git a/modules/calendar/index2.html.erb b/modules/calendar/index2.html.erb new file mode 100644 index 0000000..b2d63e0 --- /dev/null +++ b/modules/calendar/index2.html.erb @@ -0,0 +1,55 @@ + +{{style_tag}} +
+
+

+ placeholder + +

+ + + + + + + + + {{default_column}} + +
{{week_title}}
+
+ +
+ \ No newline at end of file diff --git a/modules/calendar/index3.html.erb b/modules/calendar/index3.html.erb new file mode 100644 index 0000000..de8cabd --- /dev/null +++ b/modules/calendar/index3.html.erb @@ -0,0 +1,71 @@ + +{{style_tag}} +
+
+ {{calendar_title}} + {{widget_title}} +
+
+

+ placeholder + +

+ + + + + + + + + {{default_column}} + +
{{week_title}}
+
+ +
+ \ No newline at end of file diff --git a/modules/calendar/info.json b/modules/calendar/info.json new file mode 100644 index 0000000..529ac5a --- /dev/null +++ b/modules/calendar/info.json @@ -0,0 +1,46 @@ +{ + "frontend": [ + { + "filename" : "index", + "name" : { + "zh_tw" : "1. 行事曆", + "en" : "1. Calendar" + }, + "thumbnail" : "thumb.png" + }, + { + "filename" : "index2", + "name" : { + "zh_tw" : "2. 行事曆(和widget樣式1同)", + "en" : "2. Calendar(same as widget style 1)" + }, + "thumbnail" : "thumb.png" + }, + { + "filename" : "index3", + "name" : { + "zh_tw" : "3. 行事曆加公告", + "en" : "3. Calendar with announcement" + }, + "thumbnail" : "thumb.png" + } + ], + "widgets" : [ + { + "filename" : "calendar_widget1", + "name" : { + "zh_tw" : "1. 行事曆", + "en" : "1. Calendar" + }, + "thumbnail" : "thumb.png" + }, + { + "filename" : "calendar_widget2", + "name" : { + "zh_tw" : "2. 行事曆加公告", + "en" : "2. Calendar with announcement" + }, + "thumbnail" : "thumb2.png" + } + ] +} \ No newline at end of file diff --git a/modules/calendar/thumbs/thumb.png b/modules/calendar/thumbs/thumb.png new file mode 100644 index 0000000..266af56 Binary files /dev/null and b/modules/calendar/thumbs/thumb.png differ diff --git a/modules/calendar/thumbs/thumb2.png b/modules/calendar/thumbs/thumb2.png new file mode 100644 index 0000000..266af56 Binary files /dev/null and b/modules/calendar/thumbs/thumb2.png differ diff --git a/modules/custom_announcement/_annc_widget1.html.erb b/modules/custom_announcement/_annc_widget1.html.erb new file mode 100644 index 0000000..7874f6a --- /dev/null +++ b/modules/custom_announcement/_annc_widget1.html.erb @@ -0,0 +1,32 @@ +
+

+ {{widget-title}} +

+ +
+ <%= (I18n.locale.to_s =="zh_tw") ? "更多最新消息" : "More NEWS" %> +
+
diff --git a/modules/custom_announcement/_annc_widget10.html.erb b/modules/custom_announcement/_annc_widget10.html.erb new file mode 100644 index 0000000..8f355bb --- /dev/null +++ b/modules/custom_announcement/_annc_widget10.html.erb @@ -0,0 +1,22 @@ +
+

+ {{widget-title}} +

+ +
+ <%= (I18n.locale.to_s =="zh_tw") ? "更多最新消息" : "More NEWS" %> +
+
diff --git a/modules/custom_announcement/_annc_widget11.html.erb b/modules/custom_announcement/_annc_widget11.html.erb new file mode 100644 index 0000000..8cb505b --- /dev/null +++ b/modules/custom_announcement/_annc_widget11.html.erb @@ -0,0 +1,21 @@ +
+

+ {{widget-title}} +

+ +
+ <%= (I18n.locale.to_s =="zh_tw") ? "更多最新消息" : "More NEWS" %> +
+
diff --git a/modules/custom_announcement/_annc_widget12.html.erb b/modules/custom_announcement/_annc_widget12.html.erb new file mode 100644 index 0000000..c28572a --- /dev/null +++ b/modules/custom_announcement/_annc_widget12.html.erb @@ -0,0 +1,27 @@ +
+

+ {{widget-title}} +

+ + + + + + + + + + + + + +
{{title-head}}{{date-head}}
+ + {{status}} + + {{title}} +
+
+ <%= (I18n.locale.to_s =="zh_tw") ? "更多最新消息" : "More NEWS" %> +
+
\ No newline at end of file diff --git a/modules/custom_announcement/_annc_widget13.html.erb b/modules/custom_announcement/_annc_widget13.html.erb new file mode 100644 index 0000000..8c84f35 --- /dev/null +++ b/modules/custom_announcement/_annc_widget13.html.erb @@ -0,0 +1,27 @@ +
+

+ {{widget-title}} +

+ + + + + + + + + + + + + +
{{date-head}}{{title-head}}
+ + {{status}} + + {{title}} +
+
+ <%= (I18n.locale.to_s =="zh_tw") ? "更多最新消息" : "More NEWS" %> +
+
\ No newline at end of file diff --git a/modules/custom_announcement/_annc_widget14.html.erb b/modules/custom_announcement/_annc_widget14.html.erb new file mode 100644 index 0000000..e80bd4e --- /dev/null +++ b/modules/custom_announcement/_annc_widget14.html.erb @@ -0,0 +1,29 @@ +
+

+ {{widget-title}} +

+
+
+ {{main_picture_description}} +
+ +
+
+ <%= (I18n.locale.to_s =="zh_tw") ? "更多最新消息" : "More NEWS" %> +
+
diff --git a/modules/custom_announcement/_annc_widget15.html.erb b/modules/custom_announcement/_annc_widget15.html.erb new file mode 100644 index 0000000..7d7dc70 --- /dev/null +++ b/modules/custom_announcement/_annc_widget15.html.erb @@ -0,0 +1,162 @@ +
+
+

+ {{widget-title}} +

+ <%= (I18n.locale.to_s =="zh_tw") ? "更多最新消息" : "More NEWS" %> +
+
+ + +
+ +
+ + diff --git a/modules/custom_announcement/_annc_widget16.html.erb b/modules/custom_announcement/_annc_widget16.html.erb new file mode 100644 index 0000000..e8f44b7 --- /dev/null +++ b/modules/custom_announcement/_annc_widget16.html.erb @@ -0,0 +1,47 @@ +
+ +

+ {{widget-title}} +

+ +
+ + + <%= (I18n.locale.to_s =="zh_tw") ? "更多+" : "More NEWS" %> +
+ +
+ +
+
+ {{img_description}} +
+
+
+ + {{status}} + + +
+

+ {{title}} +

+
+
+
+
diff --git a/modules/custom_announcement/_annc_widget17.html.erb b/modules/custom_announcement/_annc_widget17.html.erb new file mode 100644 index 0000000..f89b735 --- /dev/null +++ b/modules/custom_announcement/_annc_widget17.html.erb @@ -0,0 +1,31 @@ +
+
+

Search

+
+

+ + +

+
+
+

+ {{widget-title}} +

+ +
+ <%= (I18n.locale.to_s =="zh_tw") ? "更多最新消息" : "More NEWS" %> +
+
\ No newline at end of file diff --git a/modules/custom_announcement/_annc_widget18.html.erb b/modules/custom_announcement/_annc_widget18.html.erb new file mode 100644 index 0000000..059e48d --- /dev/null +++ b/modules/custom_announcement/_annc_widget18.html.erb @@ -0,0 +1,86 @@ +
+
+

+ {{widget-title}} +

+ <%= (I18n.locale.to_s =="zh_tw") ? "更多最新消息" : "More NEWS" %> +
+ +
+ + \ No newline at end of file diff --git a/modules/custom_announcement/_annc_widget2.html.erb b/modules/custom_announcement/_annc_widget2.html.erb new file mode 100644 index 0000000..ac0e8b9 --- /dev/null +++ b/modules/custom_announcement/_annc_widget2.html.erb @@ -0,0 +1,34 @@ +
+

+ {{widget-title}} +

+ +
+ <%= (I18n.locale.to_s =="zh_tw") ? "更多最新消息" : "More NEWS" %> +
+
diff --git a/modules/custom_announcement/_annc_widget3.html.erb b/modules/custom_announcement/_annc_widget3.html.erb new file mode 100644 index 0000000..1dd7f21 --- /dev/null +++ b/modules/custom_announcement/_annc_widget3.html.erb @@ -0,0 +1,34 @@ +
+

+ {{widget-title}} +

+ +
+ <%= (I18n.locale.to_s =="zh_tw") ? "更多最新消息" : "More NEWS" %> +
+
diff --git a/modules/custom_announcement/_annc_widget4.html.erb b/modules/custom_announcement/_annc_widget4.html.erb new file mode 100644 index 0000000..1c00e14 --- /dev/null +++ b/modules/custom_announcement/_annc_widget4.html.erb @@ -0,0 +1,107 @@ +
+
+

+ {{widget-title}} +

+ <%= (I18n.locale.to_s =="zh_tw") ? "更多最新消息" : "More NEWS" %> +
+ +
+ + diff --git a/modules/custom_announcement/_annc_widget5.html.erb b/modules/custom_announcement/_annc_widget5.html.erb new file mode 100644 index 0000000..836d1ee --- /dev/null +++ b/modules/custom_announcement/_annc_widget5.html.erb @@ -0,0 +1,31 @@ +
+

+ {{widget-title}} +

+ +
+ <%= (I18n.locale.to_s =="zh_tw") ? "更多最新消息" : "More NEWS" %> +
+
diff --git a/modules/custom_announcement/_annc_widget6.html.erb b/modules/custom_announcement/_annc_widget6.html.erb new file mode 100644 index 0000000..78d2489 --- /dev/null +++ b/modules/custom_announcement/_annc_widget6.html.erb @@ -0,0 +1,26 @@ +
+

+ {{widget-title}} +

+ +
+ <%= (I18n.locale.to_s =="zh_tw") ? "更多最新消息" : "More NEWS" %> +
+
diff --git a/modules/custom_announcement/_annc_widget7.html.erb b/modules/custom_announcement/_annc_widget7.html.erb new file mode 100644 index 0000000..f229ae5 --- /dev/null +++ b/modules/custom_announcement/_annc_widget7.html.erb @@ -0,0 +1,26 @@ +
+

+ {{widget-title}} +

+ +
+ <%= (I18n.locale.to_s =="zh_tw") ? "更多最新消息" : "More NEWS" %> +
+
diff --git a/modules/custom_announcement/_annc_widget8.html.erb b/modules/custom_announcement/_annc_widget8.html.erb new file mode 100644 index 0000000..d251900 --- /dev/null +++ b/modules/custom_announcement/_annc_widget8.html.erb @@ -0,0 +1,29 @@ +
+

+ {{widget-title}} +

+ + + + + + + + + + + + + + + +
{{category-head}}{{title-head}}{{date-head}}
{{category}} + + {{status}} + + {{title}} +
+
+ <%= (I18n.locale.to_s =="zh_tw") ? "更多最新消息" : "More NEWS" %> +
+
\ No newline at end of file diff --git a/modules/custom_announcement/_annc_widget9.html.erb b/modules/custom_announcement/_annc_widget9.html.erb new file mode 100644 index 0000000..008b072 --- /dev/null +++ b/modules/custom_announcement/_annc_widget9.html.erb @@ -0,0 +1,29 @@ +
+

+ {{widget-title}} +

+ + + + + + + + + + + + + + + +
{{date-head}}{{title-head}}{{category-head}}
+ + {{status}} + + {{title}} + {{category}}
+
+ <%= (I18n.locale.to_s =="zh_tw") ? "更多最新消息" : "More NEWS" %> +
+
\ No newline at end of file diff --git a/modules/custom_announcement/annc_index1.html.erb b/modules/custom_announcement/annc_index1.html.erb new file mode 100644 index 0000000..9623c45 --- /dev/null +++ b/modules/custom_announcement/annc_index1.html.erb @@ -0,0 +1,25 @@ +
+

{{page-title}}

+ + + + + + + + + + + + + + + +
{{category-head}}{{title-head}}{{date-head}}
{{category}} + + {{status}} + + {{title}} +
+
+{{pagination_goes_here}} diff --git a/modules/custom_announcement/annc_index10.html.erb b/modules/custom_announcement/annc_index10.html.erb new file mode 100644 index 0000000..c589b43 --- /dev/null +++ b/modules/custom_announcement/annc_index10.html.erb @@ -0,0 +1,22 @@ +
+

{{page-title}}

+ > +
+{{pagination_goes_here}} \ No newline at end of file diff --git a/modules/custom_announcement/annc_index11.html.erb b/modules/custom_announcement/annc_index11.html.erb new file mode 100644 index 0000000..7365c75 --- /dev/null +++ b/modules/custom_announcement/annc_index11.html.erb @@ -0,0 +1,18 @@ +
+

{{page-title}}

+ +
+{{pagination_goes_here}} \ No newline at end of file diff --git a/modules/custom_announcement/annc_index12.html.erb b/modules/custom_announcement/annc_index12.html.erb new file mode 100644 index 0000000..bed0aff --- /dev/null +++ b/modules/custom_announcement/annc_index12.html.erb @@ -0,0 +1,18 @@ +
+

{{page-title}}

+ +
+{{pagination_goes_here}} \ No newline at end of file diff --git a/modules/custom_announcement/annc_index13.html.erb b/modules/custom_announcement/annc_index13.html.erb new file mode 100644 index 0000000..bee85e5 --- /dev/null +++ b/modules/custom_announcement/annc_index13.html.erb @@ -0,0 +1,23 @@ +
+

{{page-title}}

+ + + + + + + + + + + + + +
{{title-head}}{{date-head}}
+ + {{status}} + + {{title}} +
+
+{{pagination_goes_here}} diff --git a/modules/custom_announcement/annc_index14.html.erb b/modules/custom_announcement/annc_index14.html.erb new file mode 100644 index 0000000..f80ca3b --- /dev/null +++ b/modules/custom_announcement/annc_index14.html.erb @@ -0,0 +1,23 @@ +
+

{{page-title}}

+ + + + + + + + + + + + + +
{{date-head}}{{title-head}}
+ + {{status}} + + {{title}} +
+
+{{pagination_goes_here}} diff --git a/modules/custom_announcement/annc_index15.html.erb b/modules/custom_announcement/annc_index15.html.erb new file mode 100644 index 0000000..3eb9a05 --- /dev/null +++ b/modules/custom_announcement/annc_index15.html.erb @@ -0,0 +1,25 @@ +
+

{{page-title}}

+ + + + + + + + + + + + + + + +
{{date-head}}{{title-head}}{{view-count-head}}
+ + {{status}} + + {{title}} + {{view_count}}
+
+{{pagination_goes_here}} diff --git a/modules/custom_announcement/annc_index16.html.erb b/modules/custom_announcement/annc_index16.html.erb new file mode 100644 index 0000000..d282496 --- /dev/null +++ b/modules/custom_announcement/annc_index16.html.erb @@ -0,0 +1,39 @@ +
+

{{page-title}}

+ + + + + + + + + + + + + + + + + +
{{date-head}}{{title-head}}{{link-head}}{{file-head}}
+ + {{status}} + + {{title}} + + +
+
+{{pagination_goes_here}} diff --git a/modules/custom_announcement/annc_index17.html.erb b/modules/custom_announcement/annc_index17.html.erb new file mode 100644 index 0000000..0e35310 --- /dev/null +++ b/modules/custom_announcement/annc_index17.html.erb @@ -0,0 +1,27 @@ +
+

{{page-title}}

+ + + + + + + + + + + + + + + + + +
{{category-head}}{{title-head}}{{date-head}}{{department-head}}
{{category}} + + {{status}} + + {{title}} + {{department}}
+
+{{pagination_goes_here}} diff --git a/modules/custom_announcement/annc_index2.html.erb b/modules/custom_announcement/annc_index2.html.erb new file mode 100644 index 0000000..864061e --- /dev/null +++ b/modules/custom_announcement/annc_index2.html.erb @@ -0,0 +1,27 @@ +
+

{{page-title}}

+ + + + + + + + + + + + + + + + + +
{{category-head}}{{title-head}}{{date-head}}{{view-count-head}}
{{category}} + + {{status}} + + {{title}} + {{view_count}}
+
+{{pagination_goes_here}} \ No newline at end of file diff --git a/modules/custom_announcement/annc_index3.html.erb b/modules/custom_announcement/annc_index3.html.erb new file mode 100644 index 0000000..b69e56f --- /dev/null +++ b/modules/custom_announcement/annc_index3.html.erb @@ -0,0 +1,25 @@ +
+

{{page-title}}

+ + + + + + + + + + + + + + + +
{{date-head}}{{title-head}}{{category-head}}
+ + {{status}} + + {{title}} + {{category}}
+
+{{pagination_goes_here}} \ No newline at end of file diff --git a/modules/custom_announcement/annc_index4.html.erb b/modules/custom_announcement/annc_index4.html.erb new file mode 100644 index 0000000..e95aa94 --- /dev/null +++ b/modules/custom_announcement/annc_index4.html.erb @@ -0,0 +1,27 @@ +
+

{{page-title}}

+ + + + + + + + + + + + + + + + + +
{{date-head}}{{title-head}}{{category-head}}{{view-count-head}}
+ + {{status}} + + {{title}} + {{category}}{{view_count}}
+
+{{pagination_goes_here}} \ No newline at end of file diff --git a/modules/custom_announcement/annc_index5.html.erb b/modules/custom_announcement/annc_index5.html.erb new file mode 100644 index 0000000..d0614d0 --- /dev/null +++ b/modules/custom_announcement/annc_index5.html.erb @@ -0,0 +1,30 @@ +
+

{{page-title}}

+ +
+{{pagination_goes_here}} diff --git a/modules/custom_announcement/annc_index6.html.erb b/modules/custom_announcement/annc_index6.html.erb new file mode 100644 index 0000000..4e29e2a --- /dev/null +++ b/modules/custom_announcement/annc_index6.html.erb @@ -0,0 +1,30 @@ +
+

{{page-title}}

+ +
+{{pagination_goes_here}} \ No newline at end of file diff --git a/modules/custom_announcement/annc_index7.html.erb b/modules/custom_announcement/annc_index7.html.erb new file mode 100644 index 0000000..b731bc9 --- /dev/null +++ b/modules/custom_announcement/annc_index7.html.erb @@ -0,0 +1,83 @@ +
+

{{page-title}}

+ +
+{{pagination_goes_here}} + diff --git a/modules/custom_announcement/annc_index8.html.erb b/modules/custom_announcement/annc_index8.html.erb new file mode 100644 index 0000000..b4e0462 --- /dev/null +++ b/modules/custom_announcement/annc_index8.html.erb @@ -0,0 +1,26 @@ +
+

{{page-title}}

+
+{{pagination_goes_here}} \ No newline at end of file diff --git a/modules/custom_announcement/annc_index9.html.erb b/modules/custom_announcement/annc_index9.html.erb new file mode 100644 index 0000000..dd09135 --- /dev/null +++ b/modules/custom_announcement/annc_index9.html.erb @@ -0,0 +1,22 @@ +
+

{{page-title}}

+ +
+{{pagination_goes_here}} \ No newline at end of file diff --git a/modules/custom_announcement/info.json b/modules/custom_announcement/info.json new file mode 100644 index 0000000..476c487 --- /dev/null +++ b/modules/custom_announcement/info.json @@ -0,0 +1,288 @@ +{ + "frontend": [ + { + "filename" : "annc_index1", + "name" : { + "zh_tw" : "1. 標準標題列表-1A ( 模組標題, 類別, 狀態, 標題, 日期 )", + "en" : "1. Standard Title List-1 (widget-title, category, status, title, postdate)" + }, + "thumbnail" : "annc_index1_thumbs.png" + }, + { + "filename" : "annc_index2", + "name" : { + "zh_tw" : "2. 標準標題列表-1B ( 模組標題, 類別, 狀態, 標題, 日期, 瀏覽人次 )", + "en" : "2. Standard Title List-1B (widget-title, category, status, title, postdate, view-count)" + }, + "thumbnail" : "annc_index2_thumbs.png" + }, + { + "filename" : "annc_index3", + "name" : { + "zh_tw" : "3. 標準表格列表-2A ( 模組標題, 日期, 狀態, 標題, 類別 )", + "en" : "3. Standard Table List-2 (widget-title, postdate, status, title, category)" + }, + "thumbnail" : "annc_index3_thumbs.png" + }, + { + "filename" : "annc_index4", + "name" : { + "zh_tw" : "4. 標準表格列表-2B ( 模組標題, 日期, 狀態, 標題, 類別, 瀏覽人次 )", + "en" : "4. Standard Table List-2 (widget-title, postdate, status, title, category, view-count)" + }, + "thumbnail" : "annc_index4_thumbs.png" + }, + { + "filename" : "annc_index5", + "name" : { + "zh_tw" : "5. 左圖右文 ( 模組標題, 圖片, 狀態, 日期, 類別, 標題, 副標題 )", + "en" : "5. Balanced Image + Text(Left) (widget-title, image, status, postdate, category, title, subtitle)" + }, + "thumbnail" : "annc_index5_thumbs.png" + }, + { + "filename" : "annc_index6", + "name" : { + "zh_tw" : "6. 右圖左文 ( 模組標題, 圖片, 狀態, 日期, 類別, 標題, 副標題 )", + "en" : "6. Balanced Image + Text(Right) (widget-title, image, status, postdate, category, title, subtitle)" + }, + "thumbnail" : "annc_index6_thumbs.png" + }, + { + "filename" : "annc_index7", + "name" : { + "zh_tw" : "7. 三欄圖文 ( 模組標題, 圖片, 狀態, 日期, 類別, 標題, 副標題 )", + "en" : "7. 3-Column Standard Image + Text (widget-title, image, status, postdate, category, title, subtitle)" + }, + "thumbnail" : "annc_index7_thumbs.png" + }, + { + "filename" : "annc_index8", + "name" : { + "zh_tw" : "8. 標準文字列表 ( 模組標題, 日期, 類別, 狀態, 標題, 副標題 )", + "en" : "8. Standard Text List (widget-title, postdate, category, status, title, subtitle)" + }, + "thumbnail" : "annc_index8_thumbs.png" + }, + { + "filename" : "annc_index9", + "name" : { + "zh_tw" : "9. 標準標題列表-1 ( 模組標題, 類別, 狀態, 標題, 日期 )", + "en" : "9. Standard Title List-1 (widget-title, category, status, title, postdate)" + }, + "thumbnail" : "annc_index9_thumbs.png" + }, + { + "filename" : "annc_index10", + "name" : { + "zh_tw" : "10. 標準標題列表-2 ( 模組標題, 日期, 狀態, 標題, 類別 )", + "en" : "10. Standard Title List-2 (widget-title, postdate, status, title, category)" + }, + "thumbnail" : "annc_index10_thumbs.png" + }, + { + "filename" : "annc_index11", + "name" : { + "zh_tw" : "11. 精簡標題列表-1 ( 模組標題, 狀態, 標題, 日期 )", + "en" : "11. Simple Title List-1 (widget-title, status, title, postdate)" + }, + "thumbnail" : "annc_index11_thumbs.png" + }, + { + "filename" : "annc_index12", + "name" : { + "zh_tw" : "12. 精簡標題列表-2 ( 模組標題, 日期, 狀態, 標題 )", + "en" : "12. Simple Title List-2 (widget-title, postdate, status, title)" + }, + "thumbnail" : "annc_index12_thumbs.png" + }, + { + "filename" : "annc_index13", + "name" : { + "zh_tw" : "13. 精簡表格列表-1 ( 模組標題, 狀態, 標題, 日期 )", + "en" : "13. Simple Table List (widget-title, status, title, postdate)" + }, + "thumbnail" : "annc_index13_thumbs.png" + }, + { + "filename" : "annc_index14", + "name" : { + "zh_tw" : "14. 精簡表格列表-2 ( 模組標題, 日期, 狀態, 標題 )", + "en" : "14. Simple Table List (widget-title, postdate, status, title)" + }, + "thumbnail" : "annc_index14_thumbs.png" + }, + { + "filename" : "annc_index15", + "name" : { + "zh_tw" : "15. 精簡表格列表-3 ( 模組標題, 日期, 狀態, 標題, 瀏覽人次 )", + "en" : "15. Simple Table List (widget-title, postdate, status, title, view-count)" + }, + "thumbnail" : "annc_index15_thumbs.png" + }, + { + "filename" : "annc_index16", + "name" : { + "zh_tw" : "16. 連結 + 附件表格列表 ( 模組標題, 類別, 狀態, 標題 )", + "en" : "16. Table List including Links and attachments (widget-title, category, status, title, view-count)" + }, + "thumbnail" : "annc_index16_thumbs.png" + }, + { + "filename" : "annc_index17", + "name" : { + "zh_tw" : "17. 標準標題列表-1A ( 類別, 標題, 日期, 張貼人 )", + "en" : "1. Standard Title List-1 ( category, title, postdate, department)" + }, + "thumbnail" : "annc_index1_thumbs.png" + } + ], + "widgets" : [ + { + "filename" : "annc_widget1", + "name" : { + "zh_tw" : "1. 標準圖文 ( 模組標題, 圖片, 狀態, 日期, 類別, 標題, 副標題 )", + "en" : "1. Standard Image + Text (widget-title, image, status, postdate, category, title, subtitle)" + }, + "thumbnail" : "annc_widget1_thumbs.png" + }, + { + "filename" : "annc_widget2", + "name" : { + "zh_tw" : "2. 左圖右文 ( 模組標題, 圖片, 狀態, 日期, 類別, 標題, 副標題 )", + "en" : "2. Balanced Image + Text(Left) (widget-title, image, status, postdate, category, title, subtitle)" + }, + "thumbnail" : "annc_widget2_thumbs.png" + }, + { + "filename" : "annc_widget3", + "name" : { + "zh_tw" : "3. 右圖左文 ( 模組標題, 圖片, 狀態, 日期, 類別, 標題, 副標題 )", + "en" : "3. Balanced Image + Text(Right) (widget-title, image, status, postdate, category, title, subtitle)" + }, + "thumbnail" : "annc_widget3_thumbs.png" + }, + { + "filename" : "annc_widget4", + "force_cover": "true", + "name" : { + "zh_tw" : "4. 三欄圖文 ( 模組標題, 圖片, 狀態, 日期, 類別, 標題, 副標題 )", + "en" : "4. 3-Column Standard Image + Text (widget-title, image, status, postdate, category, title, subtitle)" + }, + "thumbnail" : "annc_widget4_thumbs.png" + }, + { + "filename" : "annc_widget15", + "force_cover": "true", + "name" : { + "zh_tw" : "4.5. 三欄圖文-slide ( 模組標題, 圖片, 狀態, 日期, 類別, 標題, 副標題 )", + "en" : "4.5. 3-Column Standard Image + Text -slide(widget-title, image, status, postdate, category, title, subtitle)" + }, + "thumbnail" : "annc_widget4_thumbs.png" + }, + { + "filename" : "annc_widget5", + "name" : { + "zh_tw" : "5. 標準文字列表 ( 模組標題, 日期, 類別, 狀態, 標題, 副標題 )", + "en" : "5. Standard Text List (widget-title, postdate, category, status, title, subtitle)" + }, + "thumbnail" : "annc_widget5_thumbs.png" + }, + { + "filename" : "annc_widget6", + "name" : { + "zh_tw" : "6. 標準標題列表-1 ( 模組標題, 類別, 狀態, 標題, 日期 )", + "en" : "6. Standard Title List-1 (widget-title, category, status, title, postdate)" + }, + "thumbnail" : "annc_widget6_thumbs.png" + }, + { + "filename" : "annc_widget7", + "name" : { + "zh_tw" : "7. 標準標題列表-2 ( 模組標題, 日期, 狀態, 標題, 類別 )", + "en" : "7. Standard Title List-2 (widget-title, postdate, status, title, category)" + }, + "thumbnail" : "annc_widget7_thumbs.png" + }, + { + "filename" : "annc_widget8", + "name" : { + "zh_tw" : "8. 標準表格列表-1 ( 模組標題, 類別, 狀態, 標題, 日期 )", + "en" : "8. Standard Table List-1 (widget-title, category, status, title, postdate)" + }, + "thumbnail" : "annc_widget8_thumbs.png" + }, + { + "filename" : "annc_widget9", + "name" : { + "zh_tw" : "9. 標準表格列表-2 ( 模組標題, 日期, 狀態, 標題, 類別 )", + "en" : "9. Standard Table List-2 (widget-title, postdate, status, title, category)" + }, + "thumbnail" : "annc_widget9_thumbs.png" + }, + { + "filename" : "annc_widget10", + "name" : { + "zh_tw" : "10. 精簡標題列表-1 ( 模組標題, 狀態, 標題, 日期 )", + "en" : "10. Simple Title List-1 (widget-title, status, title, postdate)" + }, + "thumbnail" : "annc_widget10_thumbs.png" + }, + { + "filename" : "annc_widget11", + "name" : { + "zh_tw" : "11. 精簡標題列表-2 ( 模組標題, 日期, 狀態, 標題 )", + "en" : "11. Simple Title List-2 (widget-title, postdate, status, title)" + }, + "thumbnail" : "annc_widget11_thumbs.png" + }, + { + "filename" : "annc_widget12", + "name" : { + "zh_tw" : "12. 精簡表格列表-1 ( 模組標題, 狀態, 標題, 日期 )", + "en" : "12. Simple Table List (widget-title, status, title, postdate)" + }, + "thumbnail" : "annc_widget12_thumbs.png" + }, + { + "filename" : "annc_widget13", + "name" : { + "zh_tw" : "13. 精簡表格列表-2 ( 模組標題, 日期, 狀態, 標題 )", + "en" : "13. Simple Table List (widget-title, postdate, status, title)" + }, + "thumbnail" : "annc_widget13_thumbs.png" + }, + { + "filename" : "annc_widget14", + "name" : { + "zh_tw" : "14. 一圖 + 標題列表 ( 模組標題, 圖片, 狀態, 標題, 日期 )", + "en" : "14. 1 Image + Title List (widget-title, image, status, title, postdate)" + }, + "thumbnail" : "annc_widget14_thumbs.png" + }, + { + "filename" : "annc_widget18", + "name" : { + "zh_tw" : "15. 三欄圖文精簡版 ( 模組標題, 標題, 副標題(只顯示15字) )", + "en" : "15. 3-Column Standard Image + Text Lite (widget-title, title, subtitle(only display 15 words))" + }, + "thumbnail" : "annc_widget4_thumbs.png" + }, + { + "filename" : "annc_widget16", + "name" : { + "zh_tw" : "16. 單欄圖文輪播 ( 模組標題, 圖片, 狀態, 日期, 類別, 標題 )", + "en" : "16. Image + Text slide (widget-title, image, status, postdate, category, title)" + }, + "thumbnail" : "annc_widget1_thumbs.png" + }, + { + "filename" : "annc_widget17", + "name" : { + "zh_tw" : "17. 含搜尋功能之精簡標題列表-2 ( 模組標題, 日期, 狀態, 標題 )", + "en" : "17. Simple Title List-2 (widget-title, postdate, status, title), including search" + }, + "thumbnail" : "annc_widget11_thumbs.png" + } + ] +} \ No newline at end of file diff --git a/modules/custom_announcement/show.html.erb b/modules/custom_announcement/show.html.erb new file mode 100644 index 0000000..b31da4c --- /dev/null +++ b/modules/custom_announcement/show.html.erb @@ -0,0 +1,342 @@ + +
+

{{title}}

+ + + +
+
+ {{img_description}} + {{img_description}} +
+
{{subtitle_ann}}
+
{{body}}
+
+ + + +
+ + +{{link_to_edit}} + + \ No newline at end of file diff --git a/modules/custom_announcement/thumbs/annc_index10_thumbs.png b/modules/custom_announcement/thumbs/annc_index10_thumbs.png new file mode 100644 index 0000000..0745dc6 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_index10_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_index11_thumbs.png b/modules/custom_announcement/thumbs/annc_index11_thumbs.png new file mode 100644 index 0000000..8dc2261 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_index11_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_index12_thumbs.png b/modules/custom_announcement/thumbs/annc_index12_thumbs.png new file mode 100644 index 0000000..2e00654 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_index12_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_index13_thumbs.png b/modules/custom_announcement/thumbs/annc_index13_thumbs.png new file mode 100644 index 0000000..82eee2c Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_index13_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_index14_thumbs.png b/modules/custom_announcement/thumbs/annc_index14_thumbs.png new file mode 100644 index 0000000..0a58044 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_index14_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_index15_thumbs.png b/modules/custom_announcement/thumbs/annc_index15_thumbs.png new file mode 100644 index 0000000..cb9ed5e Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_index15_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_index16_thumbs.png b/modules/custom_announcement/thumbs/annc_index16_thumbs.png new file mode 100644 index 0000000..6ecaa4e Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_index16_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_index1_thumbs.png b/modules/custom_announcement/thumbs/annc_index1_thumbs.png new file mode 100644 index 0000000..0ad29c4 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_index1_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_index2_thumbs.png b/modules/custom_announcement/thumbs/annc_index2_thumbs.png new file mode 100644 index 0000000..d7baca7 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_index2_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_index3_thumbs.png b/modules/custom_announcement/thumbs/annc_index3_thumbs.png new file mode 100644 index 0000000..0193f81 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_index3_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_index4_thumbs.png b/modules/custom_announcement/thumbs/annc_index4_thumbs.png new file mode 100644 index 0000000..7c0a551 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_index4_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_index5_thumbs.png b/modules/custom_announcement/thumbs/annc_index5_thumbs.png new file mode 100644 index 0000000..832fe35 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_index5_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_index6_thumbs.png b/modules/custom_announcement/thumbs/annc_index6_thumbs.png new file mode 100644 index 0000000..eac8619 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_index6_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_index7_thumbs.png b/modules/custom_announcement/thumbs/annc_index7_thumbs.png new file mode 100644 index 0000000..b69abd9 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_index7_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_index8_thumbs.png b/modules/custom_announcement/thumbs/annc_index8_thumbs.png new file mode 100644 index 0000000..cf6eb30 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_index8_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_index9_thumbs.png b/modules/custom_announcement/thumbs/annc_index9_thumbs.png new file mode 100644 index 0000000..9fc7c23 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_index9_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_widget10_thumbs.png b/modules/custom_announcement/thumbs/annc_widget10_thumbs.png new file mode 100644 index 0000000..8dc2261 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_widget10_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_widget11_thumbs.png b/modules/custom_announcement/thumbs/annc_widget11_thumbs.png new file mode 100644 index 0000000..2e00654 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_widget11_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_widget12_thumbs.png b/modules/custom_announcement/thumbs/annc_widget12_thumbs.png new file mode 100644 index 0000000..82eee2c Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_widget12_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_widget13_thumbs.png b/modules/custom_announcement/thumbs/annc_widget13_thumbs.png new file mode 100644 index 0000000..0a58044 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_widget13_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_widget14_thumbs.png b/modules/custom_announcement/thumbs/annc_widget14_thumbs.png new file mode 100644 index 0000000..d1cab18 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_widget14_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_widget1_thumbs.png b/modules/custom_announcement/thumbs/annc_widget1_thumbs.png new file mode 100644 index 0000000..77ba0a8 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_widget1_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_widget2_thumbs.png b/modules/custom_announcement/thumbs/annc_widget2_thumbs.png new file mode 100644 index 0000000..832fe35 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_widget2_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_widget3_thumbs.png b/modules/custom_announcement/thumbs/annc_widget3_thumbs.png new file mode 100644 index 0000000..eac8619 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_widget3_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_widget4_thumbs.png b/modules/custom_announcement/thumbs/annc_widget4_thumbs.png new file mode 100644 index 0000000..b69abd9 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_widget4_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_widget5_thumbs.png b/modules/custom_announcement/thumbs/annc_widget5_thumbs.png new file mode 100644 index 0000000..cf6eb30 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_widget5_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_widget6_thumbs.png b/modules/custom_announcement/thumbs/annc_widget6_thumbs.png new file mode 100644 index 0000000..9fc7c23 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_widget6_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_widget7_thumbs.png b/modules/custom_announcement/thumbs/annc_widget7_thumbs.png new file mode 100644 index 0000000..0745dc6 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_widget7_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_widget8_thumbs.png b/modules/custom_announcement/thumbs/annc_widget8_thumbs.png new file mode 100644 index 0000000..7cfddf7 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_widget8_thumbs.png differ diff --git a/modules/custom_announcement/thumbs/annc_widget9_thumbs.png b/modules/custom_announcement/thumbs/annc_widget9_thumbs.png new file mode 100644 index 0000000..b0a2bb4 Binary files /dev/null and b/modules/custom_announcement/thumbs/annc_widget9_thumbs.png differ diff --git a/modules/custom_gallery/_custom_gallery_widget1.html.erb b/modules/custom_gallery/_custom_gallery_widget1.html.erb new file mode 100644 index 0000000..8c8ff6d --- /dev/null +++ b/modules/custom_gallery/_custom_gallery_widget1.html.erb @@ -0,0 +1,30 @@ + diff --git a/modules/custom_gallery/_custom_gallery_widget2.html.erb b/modules/custom_gallery/_custom_gallery_widget2.html.erb new file mode 100644 index 0000000..721de0e --- /dev/null +++ b/modules/custom_gallery/_custom_gallery_widget2.html.erb @@ -0,0 +1,20 @@ + \ No newline at end of file diff --git a/modules/custom_gallery/_custom_gallery_widget3.html.erb b/modules/custom_gallery/_custom_gallery_widget3.html.erb new file mode 100644 index 0000000..0a5dc2e --- /dev/null +++ b/modules/custom_gallery/_custom_gallery_widget3.html.erb @@ -0,0 +1,31 @@ + diff --git a/modules/custom_gallery/_custom_gallery_widget4.html.erb b/modules/custom_gallery/_custom_gallery_widget4.html.erb new file mode 100644 index 0000000..cfd3241 --- /dev/null +++ b/modules/custom_gallery/_custom_gallery_widget4.html.erb @@ -0,0 +1,39 @@ + \ No newline at end of file diff --git a/modules/custom_gallery/_custom_gallery_widget5.html.erb b/modules/custom_gallery/_custom_gallery_widget5.html.erb new file mode 100644 index 0000000..7570c11 --- /dev/null +++ b/modules/custom_gallery/_custom_gallery_widget5.html.erb @@ -0,0 +1,73 @@ + + + + \ No newline at end of file diff --git a/modules/custom_gallery/custom_gallery_index1.html.erb b/modules/custom_gallery/custom_gallery_index1.html.erb new file mode 100644 index 0000000..4531ca1 --- /dev/null +++ b/modules/custom_gallery/custom_gallery_index1.html.erb @@ -0,0 +1,21 @@ + +{{pagination_goes_here}} diff --git a/modules/custom_gallery/custom_gallery_index2.html.erb b/modules/custom_gallery/custom_gallery_index2.html.erb new file mode 100644 index 0000000..dceb6f4 --- /dev/null +++ b/modules/custom_gallery/custom_gallery_index2.html.erb @@ -0,0 +1,21 @@ + +{{pagination_goes_here}} diff --git a/modules/custom_gallery/custom_gallery_index3.html.erb b/modules/custom_gallery/custom_gallery_index3.html.erb new file mode 100644 index 0000000..fb8f821 --- /dev/null +++ b/modules/custom_gallery/custom_gallery_index3.html.erb @@ -0,0 +1,20 @@ + +{{pagination_goes_here}} diff --git a/modules/custom_gallery/custom_gallery_index4.html.erb b/modules/custom_gallery/custom_gallery_index4.html.erb new file mode 100644 index 0000000..8e69c37 --- /dev/null +++ b/modules/custom_gallery/custom_gallery_index4.html.erb @@ -0,0 +1,20 @@ + +{{pagination_goes_here}} diff --git a/modules/custom_gallery/custom_gallery_index5.html.erb b/modules/custom_gallery/custom_gallery_index5.html.erb new file mode 100644 index 0000000..4a5a7a1 --- /dev/null +++ b/modules/custom_gallery/custom_gallery_index5.html.erb @@ -0,0 +1,32 @@ + +{{pagination_goes_here}} diff --git a/modules/custom_gallery/info.json b/modules/custom_gallery/info.json new file mode 100644 index 0000000..6eec99f --- /dev/null +++ b/modules/custom_gallery/info.json @@ -0,0 +1,86 @@ +{ + "frontend": [ + { + "filename" : "custom_gallery_index1", + "name" : { + "zh_tw" : "1. 縮圖 ( 相本圖片, 相本說明, 分頁導覽 )", + "en" : "1. Thumbnail ( custom_gallery thumbnail, custom_gallery description, page navigation )" + }, + "thumbnail" : "thumb.png" + }, + { + "filename" : "custom_gallery_index2", + "name" : { + "zh_tw" : "2. 條列 ( 相本圖片, 相本說明, 分頁導覽 )", + "en" : "2. Thumbnail ( custom_gallery thumbnail, custom_gallery description, page navigation )" + }, + "thumbnail" : "thumb.png" + }, + { + "filename" : "custom_gallery_index3", + "name" : { + "zh_tw" : "3. 縮圖 ( 相本圖片, 分頁導覽 )", + "en" : "3. Thumbnail ( custom_gallery thumbnail, page navigation )" + }, + "thumbnail" : "thumb.png" + }, + { + "filename" : "custom_gallery_index4", + "name" : { + "zh_tw" : "4. 條列 ( 相本圖片, 分頁導覽 )", + "en" : "4. Thumbnail ( custom_gallery thumbnail, page navigation )" + }, + "thumbnail" : "thumb.png" + }, + { + "filename" : "custom_gallery_index5", + "name" : { + "zh_tw" : "5. 卡片", + "en" : "5. Card" + }, + "thumbnail" : "thumb.png" + } + ], + "widgets" : [ + { + "filename" : "custom_gallery_widget1", + "name" : { + "zh_tw" : "1. 跑馬燈 ( 模組標題, 圖片 )", + "en" : "1. Carousel Effect (widget-title, image)" + }, + "thumbnail" : "thumb.png" + }, + { + "filename" : "custom_gallery_widget2", + "name" : { + "zh_tw" : "2. 相本排版 ( 模組標題, 圖片 )", + "en" : "2. Thumbnail (widget-title, image)" + }, + "thumbnail" : "thumb.png" + }, + { + "filename" : "custom_gallery_widget3", + "name" : { + "zh_tw" : "3. 單本相簿跑馬燈 ( 圖片 )", + "en" : "3. Single Picture With Carousel Effect (image)" + }, + "thumbnail" : "thumb.png" + }, + { + "filename" : "custom_gallery_widget4", + "name" : { + "zh_tw" : "4. 卡片", + "en" : "4. Card" + }, + "thumbnail" : "thumb.png" + }, + { + "filename" : "custom_gallery_widget5", + "name" : { + "zh_tw" : "5. 投影片式輪播", + "en" : "5. Slide" + }, + "thumbnail" : "thumb.png" + } + ] +} \ No newline at end of file diff --git a/modules/custom_gallery/show.html.erb b/modules/custom_gallery/show.html.erb new file mode 100644 index 0000000..17c6d27 --- /dev/null +++ b/modules/custom_gallery/show.html.erb @@ -0,0 +1,18 @@ + \ No newline at end of file diff --git a/modules/custom_gallery/thumbs/thumb.png b/modules/custom_gallery/thumbs/thumb.png new file mode 100644 index 0000000..266af56 Binary files /dev/null and b/modules/custom_gallery/thumbs/thumb.png differ diff --git a/modules/event_news_mod/_event_news_widget15.html.erb b/modules/event_news_mod/_event_news_widget15.html.erb index d0ab81d..8ec87cd 100644 --- a/modules/event_news_mod/_event_news_widget15.html.erb +++ b/modules/event_news_mod/_event_news_widget15.html.erb @@ -155,7 +155,7 @@ active_item.addClass("active"); active_item.find("li").css("display","block"); flag=true; - $('[data-subpart-id=\"{{subpart-id}}\"] ul.w-annc__list.active').eq(0).effect("slide", { direction: "left", mode: 'show', duration: 500},function(){flag=false;}); + $('[data-subpart-id=\"{{subpart-id}}\"] ul.w-annc__list.active').eq(0).effect("slide", { direction: "right", mode: 'show', duration: 500},function(){flag=false;}); }; }); }); diff --git a/modules/gallery/_gallery_widget4.html.erb b/modules/gallery/_gallery_widget4.html.erb index 67da31d..2b56d73 100644 --- a/modules/gallery/_gallery_widget4.html.erb +++ b/modules/gallery/_gallery_widget4.html.erb @@ -27,7 +27,7 @@ - + diff --git a/modules/web_resource/_web_res_widget3.html.erb b/modules/web_resource/_web_res_widget3.html.erb new file mode 100644 index 0000000..70cfa0d --- /dev/null +++ b/modules/web_resource/_web_res_widget3.html.erb @@ -0,0 +1,174 @@ + + + + + + diff --git a/modules/web_resource/_web_res_widget4.html.erb b/modules/web_resource/_web_res_widget4.html.erb new file mode 100644 index 0000000..22e7870 --- /dev/null +++ b/modules/web_resource/_web_res_widget4.html.erb @@ -0,0 +1,49 @@ + + + + + + \ No newline at end of file diff --git a/modules/web_resource/_web_res_widget5.html.erb b/modules/web_resource/_web_res_widget5.html.erb new file mode 100644 index 0000000..42c479b --- /dev/null +++ b/modules/web_resource/_web_res_widget5.html.erb @@ -0,0 +1,50 @@ + + + + \ No newline at end of file diff --git a/modules/web_resource/_web_res_widget6.html.erb b/modules/web_resource/_web_res_widget6.html.erb new file mode 100644 index 0000000..989df1a --- /dev/null +++ b/modules/web_resource/_web_res_widget6.html.erb @@ -0,0 +1,51 @@ + + + + + + \ No newline at end of file diff --git a/modules/web_resource/info.json b/modules/web_resource/info.json index df326f5..74b6852 100644 --- a/modules/web_resource/info.json +++ b/modules/web_resource/info.json @@ -33,6 +33,38 @@ "en" : "2. Horizontal List (widget-title, link)" }, "thumbnail" : "thumb.png" + }, + { + "filename" : "web_res_widget3", + "name" : { + "zh_tw" : "3. 輪播1(slide)", + "en" : "3. Banner 1(slide)" + }, + "thumbnail" : "thumb.png" + }, + { + "filename" : "web_res_widget4", + "name" : { + "zh_tw" : "4. 輪播2(carousel 4)", + "en" : "4. Banner 2(carousel 4)" + }, + "thumbnail" : "thumb.png" + }, + { + "filename" : "web_res_widget5", + "name" : { + "zh_tw" : "5. 輪播3(carousel 5)", + "en" : "5. Banner 3(carousel 5)" + }, + "thumbnail" : "thumb.png" + }, + { + "filename" : "web_res_widget6", + "name" : { + "zh_tw" : "6. 輪播4 - 僅有圖片,無標題(carousel 5)", + "en" : "6. Banner 4 - Only Images, No title(carousel 5)" + }, + "thumbnail" : "thumb.png" } ] -} \ No newline at end of file +} diff --git a/template.json b/template.json index 1918d92..9d4d4d1 100644 --- a/template.json +++ b/template.json @@ -1,6 +1 @@ -{ - "key": "AsiaV2_lite", - "title": "主選單上緣與主Banner上緣切齊,可自行置入版面背景底圖", - "author": "亞洲大學公版直式主選單2號版型(淺綠、聽語系修改版)", - "thumbnail": "assets/images/design_thumb.png" -} \ No newline at end of file +{"key":"AsiaV2_lite","title":"主選單上緣與主Banner上緣切齊,可自行置入版面背景底圖","author":"亞洲大學公版直式主選單2號版型(淺綠、聽語系修改版)","thumbnail":"assets/images/design_thumb.png"} \ No newline at end of file