From 2a02a99c8f9e146e542d55550540c84115af5b37 Mon Sep 17 00:00:00 2001 From: rulingcom Date: Sat, 11 Mar 2023 11:14:24 +0800 Subject: [PATCH] update template --- modules/calendar/_calendar_widget1.html.erb | 124 +++++++------- modules/calendar/_calendar_widget2.html.erb | 156 +++++++++--------- modules/calendar/index.html.erb | 80 ++++----- modules/calendar/index2.html.erb | 108 ++++++------ modules/calendar/index3.html.erb | 140 ++++++++-------- modules/calendar/info.json | 90 +++++----- .../personal_journal/index_by_author.html.erb | 13 ++ modules/personal_journal/info.json | 8 + modules/video_pro/_video_pro_widget1.html.erb | 42 +++++ .../_video_pro_widget_jqcloud1.html.erb | 20 +++ modules/video_pro/info.json | 54 ++++++ modules/video_pro/thumbs/thumb.png | Bin 0 -> 4075 bytes modules/video_pro/video_pro_index1.html.erb | 43 +++++ modules/video_pro/video_pro_index2.html.erb | 141 ++++++++++++++++ modules/video_pro/video_pro_index3.html.erb | 70 ++++++++ .../video_pro_index_post_agency1.html.erb | 97 +++++++++++ 16 files changed, 837 insertions(+), 349 deletions(-) create mode 100644 modules/personal_journal/index_by_author.html.erb create mode 100644 modules/video_pro/_video_pro_widget1.html.erb create mode 100644 modules/video_pro/_video_pro_widget_jqcloud1.html.erb create mode 100644 modules/video_pro/info.json create mode 100644 modules/video_pro/thumbs/thumb.png create mode 100644 modules/video_pro/video_pro_index1.html.erb create mode 100644 modules/video_pro/video_pro_index2.html.erb create mode 100644 modules/video_pro/video_pro_index3.html.erb create mode 100644 modules/video_pro/video_pro_index_post_agency1.html.erb diff --git a/modules/calendar/_calendar_widget1.html.erb b/modules/calendar/_calendar_widget1.html.erb index f691295..163bb6e 100644 --- a/modules/calendar/_calendar_widget1.html.erb +++ b/modules/calendar/_calendar_widget1.html.erb @@ -1,63 +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 index 4313f12..f1fa761 100644 --- a/modules/calendar/_calendar_widget2.html.erb +++ b/modules/calendar/_calendar_widget2.html.erb @@ -1,79 +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 index 37a4a1b..37e7cf8 100644 --- a/modules/calendar/index.html.erb +++ b/modules/calendar/index.html.erb @@ -1,41 +1,41 @@ -
-
- -
-
-
-
-
- -
-
- -
-
-

- placeholder -

-
-
-
-
- -
- - \ No newline at end of file diff --git a/modules/calendar/index2.html.erb b/modules/calendar/index2.html.erb index b2d63e0..6ffa18b 100644 --- a/modules/calendar/index2.html.erb +++ b/modules/calendar/index2.html.erb @@ -1,55 +1,55 @@ - -{{style_tag}} -
-
-

- placeholder - -

- - - - - - - - - {{default_column}} - -
{{week_title}}
-
- -
- +{{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 index de8cabd..2ab0863 100644 --- a/modules/calendar/index3.html.erb +++ b/modules/calendar/index3.html.erb @@ -1,71 +1,71 @@ - -{{style_tag}} -
-
- {{calendar_title}} - {{widget_title}} -
-
-

- placeholder - -

- - - - - - - - - {{default_column}} - -
{{week_title}}
-
- -
- +{{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 index 529ac5a..b189381 100644 --- a/modules/calendar/info.json +++ b/modules/calendar/info.json @@ -1,46 +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" - } - ] +{ + "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/personal_journal/index_by_author.html.erb b/modules/personal_journal/index_by_author.html.erb new file mode 100644 index 0000000..972a947 --- /dev/null +++ b/modules/personal_journal/index_by_author.html.erb @@ -0,0 +1,13 @@ +

{{page-title}}

+
+
+

{{year}}

+
+

{{name}}

+
    +
  • {{title}}
  • +
+
+
+
+{{pagination_goes_here}} \ No newline at end of file diff --git a/modules/personal_journal/info.json b/modules/personal_journal/info.json index bdb0c2c..b3b2ea3 100644 --- a/modules/personal_journal/info.json +++ b/modules/personal_journal/info.json @@ -15,6 +15,14 @@ "en" : "2. List which includes search" }, "thumbnail" : "thumb.png" + }, + { + "filename" : "index_by_author", + "name" : { + "zh_tw" : "3. 作者論文", + "en" : "3. List by Author" + }, + "thumbnail" : "thumb.png" } ] } \ No newline at end of file diff --git a/modules/video_pro/_video_pro_widget1.html.erb b/modules/video_pro/_video_pro_widget1.html.erb new file mode 100644 index 0000000..07be0c6 --- /dev/null +++ b/modules/video_pro/_video_pro_widget1.html.erb @@ -0,0 +1,42 @@ +
+ +
+ +
\ No newline at end of file diff --git a/modules/video_pro/_video_pro_widget_jqcloud1.html.erb b/modules/video_pro/_video_pro_widget_jqcloud1.html.erb new file mode 100644 index 0000000..1d48386 --- /dev/null +++ b/modules/video_pro/_video_pro_widget_jqcloud1.html.erb @@ -0,0 +1,20 @@ +
+ <%= javascript_include_tag 'video_pro/jqcloud.min' %> + <%= stylesheet_link_tag 'video_pro/jqcloud.min' %> +
+ +
diff --git a/modules/video_pro/info.json b/modules/video_pro/info.json new file mode 100644 index 0000000..2d2056a --- /dev/null +++ b/modules/video_pro/info.json @@ -0,0 +1,54 @@ +{ + "widgets" : [ + { + "filename" : "video_pro_widget1", + "name" : { + "zh_tw" : "1. 影片列表1 ( 縮圖, 影片資訊, 頁面連結)", + "en" : "1. Video List 1 ( snapshot, video info, page link)" + }, + "thumbnail" : "thumb.png" + }, + { + "filename" : "video_pro_widget_jqcloud1", + "name" : { + "zh_tw" : "2. 影片文字雲(標籤)", + "en" : "2. Video Word Cloud(tags)" + }, + "thumbnail" : "thumb.png" + } + ], + "frontend" : [ + { + "filename" : "video_pro_index1", + "name" : { + "zh_tw" : "1. 影片列表1 ( 縮圖, 影片資訊, 頁面連結)", + "en" : "1. Video List 1 ( snapshot, video info, page link)" + }, + "thumbnail" : "thumb.png" + }, + { + "filename" : "video_pro_index2", + "name" : { + "zh_tw" : "2. 影片列表1 + 類別 + 搜尋 ( 縮圖, 影片資訊, 頁面連結)", + "en" : "2. Video List 1 + Category filter + Search ( snapshot, video info, page link)" + }, + "thumbnail" : "thumb.png" + }, + { + "filename" : "video_pro_index3", + "name" : { + "zh_tw" : "3. 影片列表2 + 懸浮框 ( 縮圖, 影片資訊)", + "en" : "3. Video List 2 + Modal window ( snapshot, video info)" + }, + "thumbnail" : "thumb.png" + }, + { + "filename" : "video_pro_index_post_agency1", + "name" : { + "zh_tw" : "4. 影片列表3 + 發佈單位篩選 ( 縮圖, 影片資訊, 關鍵字, 頁面連結)", + "en" : "4. Video List 3 + Post Agency filter ( snapshot, video info, keyword, page link)" + }, + "thumbnail" : "thumb.png" + } + ] +} \ No newline at end of file diff --git a/modules/video_pro/thumbs/thumb.png b/modules/video_pro/thumbs/thumb.png new file mode 100644 index 0000000000000000000000000000000000000000..266af5606742714c262a949cd58aedc2b84b1959 GIT binary patch literal 4075 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 + +
+ + +{{pagination_goes_here}} \ No newline at end of file diff --git a/modules/video_pro/video_pro_index2.html.erb b/modules/video_pro/video_pro_index2.html.erb new file mode 100644 index 0000000..165ec8d --- /dev/null +++ b/modules/video_pro/video_pro_index2.html.erb @@ -0,0 +1,141 @@ +
+
+
+
+ +
+ +
+
+
+
+ +
+ +
+ + +
+{{pagination_goes_here}} \ No newline at end of file diff --git a/modules/video_pro/video_pro_index3.html.erb b/modules/video_pro/video_pro_index3.html.erb new file mode 100644 index 0000000..5068e81 --- /dev/null +++ b/modules/video_pro/video_pro_index3.html.erb @@ -0,0 +1,70 @@ +
+ + +
+ + +
+{{pagination_goes_here}} \ No newline at end of file diff --git a/modules/video_pro/video_pro_index_post_agency1.html.erb b/modules/video_pro/video_pro_index_post_agency1.html.erb new file mode 100644 index 0000000..ce74a1d --- /dev/null +++ b/modules/video_pro/video_pro_index_post_agency1.html.erb @@ -0,0 +1,97 @@ +
+
+
+
+ +
+
+
+
+ +
+ + +
+{{pagination_goes_here}} \ No newline at end of file