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 0000000..266af56 Binary files /dev/null and b/modules/video_pro/thumbs/thumb.png differ diff --git a/modules/video_pro/video_pro_index1.html.erb b/modules/video_pro/video_pro_index1.html.erb new file mode 100644 index 0000000..0b1cac0 --- /dev/null +++ b/modules/video_pro/video_pro_index1.html.erb @@ -0,0 +1,43 @@ +
+ +
+ +
+{{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