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

{{widget-title}}

{{th_duration}}{{th_project_title}}{{th_job_title}}{{th_participator}}{{th_authors}}
{{duration}}{{project_title}}{{job_title}}{{participator}}{{authors}}
+{{pagination_goes_here}} \ No newline at end of file diff --git a/app/templates/orbit_bootstrap/modules/personal_project/show.html.erb b/app/templates/orbit_bootstrap/modules/personal_project/show.html.erb new file mode 100644 index 0000000..28524c0 --- /dev/null +++ b/app/templates/orbit_bootstrap/modules/personal_project/show.html.erb @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + +
{{th_project_title}}{{project_title}}
{{th_duration}}{{duration}}
{{th_project_type}}{{project_type}}
{{th_job_title}}{{job_title}}
{{th_participator}}{{participator}}
{{th_unit}}{{unit}}
{{th_year}}{{year}}
{{th_keywords}}{{keywords}}
{{th_url}}{{url}}
{{th_abstract}}{{abstract}}
{{th_note}}{{note}}
{{th_files}} +
+
+ + {{file_title}} + {{file_ext}} - {{file_description}} +
+
+
diff --git a/built_in_extensions.rb b/built_in_extensions.rb index dae97e4..b7d0997 100644 --- a/built_in_extensions.rb +++ b/built_in_extensions.rb @@ -14,6 +14,7 @@ gem 'personal_honor', git: 'git@gitlab.tp.rulingcom.com:saurabh/personal-honor.g 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' gem 'personal_patent', git: 'git@gitlab.tp.rulingcom.com:saurabh/personal-patent.git' +gem 'personal_project', git: 'git@gitlab.tp.rulingcom.com:saurabh/personal-project.git' #widgets gem "site_menu_widget", git: 'git@gitlab.tp.rulingcom.com:saurabh/site-menu-widget.git'