diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index c58f28c..14e3bf1 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -21,7 +21,7 @@ color: $theme-color-main; font-family: $main-font; - & > * { + & > *:not(p) { display: inline-block; margin-top: 0; margin-bottom: 0; diff --git a/modules/announcement/_annc_widget17.html.erb b/modules/announcement/_annc_widget17.html.erb new file mode 100644 index 0000000..f93db42 --- /dev/null +++ b/modules/announcement/_annc_widget17.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/announcement/_annc_widget18.html.erb b/modules/announcement/_annc_widget18.html.erb new file mode 100644 index 0000000..cb7b210 --- /dev/null +++ b/modules/announcement/_annc_widget18.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/archive/archive_index7.html.erb b/modules/archive/archive_index7.html.erb new file mode 100644 index 0000000..cd4449f --- /dev/null +++ b/modules/archive/archive_index7.html.erb @@ -0,0 +1,60 @@ +
+

+ {{page-title}} +

+
+

{{category-title}}

+
+
+
上傳日期
+
標題
+
{{description-head}}
+
檔案下載
+
+
+
+
+
{{created_at}}
+
+ {{archive-title}} + + {{status}} + +
+
{{description}}
+ +
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/modules/archive/archive_index8.html.erb b/modules/archive/archive_index8.html.erb new file mode 100644 index 0000000..6e6ef93 --- /dev/null +++ b/modules/archive/archive_index8.html.erb @@ -0,0 +1,48 @@ +
+

+ {{page-title}} +

+
+

{{category-title}}

+
+
+
上傳日期
+
標題
+
{{description-head}}
+
檔案下載
+
+
+
+
+
{{created_at}}
+
+
+
+ {{file-name}} + + {{status}} + +
+
+
+
{{description}}
+
+ +
+
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/modules/gallery/_gallery_widget4.html.erb b/modules/gallery/_gallery_widget4.html.erb new file mode 100644 index 0000000..67da31d --- /dev/null +++ b/modules/gallery/_gallery_widget4.html.erb @@ -0,0 +1,38 @@ + \ No newline at end of file diff --git a/modules/gallery/_gallery_widget5.html.erb b/modules/gallery/_gallery_widget5.html.erb new file mode 100644 index 0000000..70896f8 --- /dev/null +++ b/modules/gallery/_gallery_widget5.html.erb @@ -0,0 +1,72 @@ + + + + \ No newline at end of file diff --git a/modules/gallery/gallery_index5.html.erb b/modules/gallery/gallery_index5.html.erb new file mode 100644 index 0000000..051a164 --- /dev/null +++ b/modules/gallery/gallery_index5.html.erb @@ -0,0 +1,32 @@ + +{{pagination_goes_here}} diff --git a/modules/web_resource/_web_res_widget2.html.erb b/modules/web_resource/_web_res_widget2.html.erb new file mode 100644 index 0000000..b85221e --- /dev/null +++ b/modules/web_resource/_web_res_widget2.html.erb @@ -0,0 +1,18 @@ + + \ No newline at end of file diff --git a/modules/web_resource/info.json b/modules/web_resource/info.json index 3d1bb8f..df326f5 100644 --- a/modules/web_resource/info.json +++ b/modules/web_resource/info.json @@ -21,8 +21,16 @@ { "filename" : "web_res_widget1", "name" : { - "zh_tw" : "1. 列表 ( 模組標題, 連結 )", - "en" : "1. List (widget-title, link)" + "zh_tw" : "1. 直式列表 ( 模組標題, 連結 )", + "en" : "1. Vertical List (widget-title, link)" + }, + "thumbnail" : "thumb.png" + }, + { + "filename" : "web_res_widget2", + "name" : { + "zh_tw" : "2. 橫式列表 ( 模組標題, 連結 )", + "en" : "2. Horizontal List (widget-title, link)" }, "thumbnail" : "thumb.png" }