diff --git a/modules/archive/archive_index12.html.erb b/modules/archive/archive_index12.html.erb index f71b52f..e2e0da5 100644 --- a/modules/archive/archive_index12.html.erb +++ b/modules/archive/archive_index12.html.erb @@ -48,5 +48,11 @@ $v.css('display', 'none'); } }) + $(document).ready(function(){ + var location_id = window.location.hash; + if(location_id && location_id != '' && location_id.length > 1){ + $(location_id).addClass('in'); + } + }) \ No newline at end of file diff --git a/modules/archive/archive_index14.html.erb b/modules/archive/archive_index14.html.erb new file mode 100644 index 0000000..49064ad --- /dev/null +++ b/modules/archive/archive_index14.html.erb @@ -0,0 +1,50 @@ +
+

+ {{page-title}} +

+
+
+ +
+
+ +
+
+
+ {{link_to_edit}} +
+ + +
\ No newline at end of file diff --git a/modules/archive/info.json b/modules/archive/info.json index fa91032..e3350cd 100644 --- a/modules/archive/info.json +++ b/modules/archive/info.json @@ -117,7 +117,16 @@ }, "force_cover": "true", "thumbnail": "ar-tab1.png" - } + }, + { + "filename" : "archive_index14", + "name" : { + "zh_tw" : "14. 手風琴式列表 - 有下拉 - 針對各筆資料 ( 模組標題, 標題, 檔案名稱, 下載連結 )", + "en" : "14. Accordion list - with drop down - For every data (widget-title, title, filename, download link)" + }, + "force_cover": "true", + "thumbnail" : "ar2.png" + } ], "widgets" : [ {