From f3000d194782dea1379d8777fa759f42804bc502 Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Mon, 17 Nov 2014 18:20:10 +0800 Subject: [PATCH] added active and survey module templates --- .../modules/active/index.html.erb | 24 +++++++++++++++++++ .../modules/survey/index.html.erb | 20 ++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 app/templates/orbit_bootstrap/modules/active/index.html.erb create mode 100644 app/templates/orbit_bootstrap/modules/survey/index.html.erb diff --git a/app/templates/orbit_bootstrap/modules/active/index.html.erb b/app/templates/orbit_bootstrap/modules/active/index.html.erb new file mode 100644 index 0000000..5bda937 --- /dev/null +++ b/app/templates/orbit_bootstrap/modules/active/index.html.erb @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + +
+

{{page-title}}

+
{{th_category}}{{th_act_time_range}}{{th_title}}{{th_sign_up_time_range}}{{th_sign_up}}
{{category}}{{act_start_date}} ~
{{act_end_date}}
{{title}}{{sign_start_date}} ~
{{sign_end_date}}
{{sign_up}}
+{{pagination_goes_here}} \ No newline at end of file diff --git a/app/templates/orbit_bootstrap/modules/survey/index.html.erb b/app/templates/orbit_bootstrap/modules/survey/index.html.erb new file mode 100644 index 0000000..577ef16 --- /dev/null +++ b/app/templates/orbit_bootstrap/modules/survey/index.html.erb @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + +

{{page-title}}

{{th_title}}{{th_time_range}}{{th_write}}{{th_result}}
{{title}}{{time_range}}{{write}}{{result}}
+{{pagination_goes_here}} \ No newline at end of file