diff --git a/app/templates/orbit_bootstrap/modules/personal_lab/index.html.erb b/app/templates/orbit_bootstrap/modules/personal_lab/index.html.erb new file mode 100644 index 0000000..bf24889 --- /dev/null +++ b/app/templates/orbit_bootstrap/modules/personal_lab/index.html.erb @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + +

{{widget-title}}

{{th_year}}{{th_lab_title}}{{th_location}}{{th_member}}
{{year}}{{lab_title}}{{location}}{{member}}{{th_detail}}
+{{pagination_goes_here}} \ No newline at end of file diff --git a/app/templates/orbit_bootstrap/modules/personal_lab/show.html.erb b/app/templates/orbit_bootstrap/modules/personal_lab/show.html.erb new file mode 100644 index 0000000..1b4a941 --- /dev/null +++ b/app/templates/orbit_bootstrap/modules/personal_lab/show.html.erb @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + +
{{th_lab_title}}{{lab_title}}
{{th_location}}{{location}}
{{th_participating_professor}}{{participating_professor}}
{{th_participating_student}}{{participating_student}}
{{th_year}}{{year}}
{{th_keywords}}{{keywords}}
{{th_extension_no}}{{extension_no}}
{{th_research_direction}}{{research_direction}}
{{th_facility}}{{facility}}
{{th_url}}{{url}}
{{th_note}}{{note}}
{{td_files}} +
+
+ + {{file_title}} + {{file_ext}} - {{file_description}} +
+
+
diff --git a/built_in_extensions.rb b/built_in_extensions.rb index 6bb96b8..94e4dca 100644 --- a/built_in_extensions.rb +++ b/built_in_extensions.rb @@ -12,6 +12,7 @@ gem 'personal_diploma', git: 'git@gitlab.tp.rulingcom.com:saurabh/personal-diplo gem 'personal_experience', git: 'git@gitlab.tp.rulingcom.com:saurabh/personal-experience.git' gem 'personal_honor', git: 'git@gitlab.tp.rulingcom.com:saurabh/personal-honor.git' gem 'personal_book', git: 'git@gitlab.tp.rulingcom.com:saurabh/personal-book.git' +gem 'personal_lab', git: 'git@gitlab.tp.rulingcom.com:saurabh/personal-lab.git' #widgets gem "site_menu_widget", git: 'git@gitlab.tp.rulingcom.com:saurabh/site-menu-widget.git'