diff --git a/vendor/built_in_modules/personal_book/app/views/panel/personal_book/back_end/writing_books/_paper_type_qe.html.erb b/vendor/built_in_modules/personal_book/app/views/panel/personal_book/back_end/writing_books/_paper_type_qe.html.erb index b73dc906..8b1d7498 100644 --- a/vendor/built_in_modules/personal_book/app/views/panel/personal_book/back_end/writing_books/_paper_type_qe.html.erb +++ b/vendor/built_in_modules/personal_book/app/views/panel/personal_book/back_end/writing_books/_paper_type_qe.html.erb @@ -4,7 +4,7 @@
<%= t('writing_book.year') %> | +<%= t('writing_book.title') %> | +
---|---|
<%= writing_book.year %> | ++ <%= link_to writing_book.create_link, panel_personal_book_front_end_writing_book_path(writing_book) %> + | +
+ | + | + | + | + |
---|
<%= t('diploma.date') %> | +<%= t('diploma.school_name') %> | +
---|---|
<%= diploma.start_date.strftime("%Y.%m") %> ~ <%= diploma.end_date.strftime("%Y.%m") %> | ++ <%= link_to diploma.school_name, panel_personal_diploma_front_end_diploma_path(diploma) %> + | +
+ | + | + | + | + |
---|
You may have mistyped the address or the page may have moved.
+Maybe you tried to change something you didn't have access to.
+We've been notified about this issue and we'll take a look at it shortly.
+<%= t('writing_book_category.key') %> | + <% if @types.is_localized?(:title) %> + <% @site_valid_locales.each do |locale| %> +<%= I18nVariable.first(:conditions => {:key => locale})[I18n.locale] %> | + <% end %> + <% else %> +<%= t('writing_book_category.title') %> | + <% end %> +
---|
- <%= t('add')%> - 專利類別 + <%= t('add')%> + 機關類別
+ | + | + | + | + |
---|
<%= t('experience.date') %> | +<%= t('experience.organizationt_title') %> | +
---|---|
<%= experience.start_date.strftime("%Y.%m") %> ~ <%= experience.end_date.strftime("%Y.%m") %> | ++ <%= link_to experience.organizationt_title, panel_personal_experience_front_end_experience_path(experience) %> + | +
+ | + | + | + | + |
---|
You may have mistyped the address or the page may have moved.
+Maybe you tried to change something you didn't have access to.
+We've been notified about this issue and we'll take a look at it shortly.
++ <%= t('add')%> + 類別 +
++ | + | + | + | + |
---|
<%= t('honor.year') %> | +<%= t('honor.award_name') %> | +
---|---|
<%= honor.year %> | ++ <%= link_to honor.award_name, panel_personal_honor_front_end_honor_path(honor) %> + | +
+ | + | + | + | + |
---|
You may have mistyped the address or the page may have moved.
+Maybe you tried to change something you didn't have access to.
+We've been notified about this issue and we'll take a look at it shortly.
+<%= t('writing_journal.year') %> | +<%= t('writing_journal.title') %> | +
---|---|
<%= writing_journal.year %> | ++ <%= link_to writing_journal.create_link, panel_personal_journal_front_end_writing_journal_path(writing_journal) %> + | +
+ | + | + | + | + |
---|
<%= t('lab.year') %> | +<%= t('lab.lab_title') %> | +<%= t('lab.location') %> | +
---|---|---|
<%= lab.year %> | ++ <%= link_to lab.lab_title, panel_personal_lab_front_end_lab_path(lab) %> + | +<%= lab.location %> | +
+ | + | + | + | + |
---|
You may have mistyped the address or the page may have moved.
+Maybe you tried to change something you didn't have access to.
+We've been notified about this issue and we'll take a look at it shortly.
+<%= t('writing_patent_category.key') %> | - <% @site_valid_locales.each do |locale| %> -<%= I18nVariable.first(:conditions => {:key => locale})[I18n.locale] %> | - <% end %> -
---|
- | - | - | - | - |
---|
- | - | - | - | - |
---|
<%= t('writing_patent.publish_date') %> | +<%= t('writing_patent.title') %> | +
---|---|
<%= writing_patent.publish_date.strftime("%Y.%m") %> | ++ <%= link_to writing_patent.patent_title, panel_personal_patent_front_end_writing_patent_path(writing_patent) %> + | +
<%= t('project.period') %> | +<%= t('project.project_title') %> | +
---|---|
<%= project.period_start_date.strftime("%Y.%m") %> ~ <%= project.period_end_date.strftime("%Y.%m") %> | ++ <%= link_to project.project_title, panel_personal_project_front_end_project_path(project) %> + | +
<%= t('research.publish_date') %> | +<%= t('research.title') %> | +
---|---|
<%= research.publish_date.strftime("%Y.%m") %> | ++ <%= link_to research.research_title, panel_personal_research_front_end_research_path(research) %> + | +
<%= t('writing_seminar.year') %> | +<%= t('writing_seminar.title') %> | +
---|---|
<%= writing_seminar.year %> | ++ <%= link_to writing_seminar.create_link, panel_personal_seminar_front_end_writing_seminar_path(writing_seminar) %> + | +