<%= _('Phase details')%>
<%= _('Sections') %>
- <% if phase.sections.length > 1 %> -<%= question.id.present? ? _('Question %{number}:') % { number: question.number } : _('New question:') %>
-<%= form_for(question, url: url, namespace: question.id.present? ? question.id : 'new_question', html: { method: method, class: 'question_form' }) do |f| %> - <% current_format = question.question_format.present? ? question.question_format : QuestionFormat.find_by(formattype: QuestionFormat.formattypes[:textarea]) %> - - -- - text area (large box for paragraphs);
- - text field (for a short answer);
- - checkboxes where options are presented in a list and multiple values can be selected;
- - radio buttons where options are presented in a list but only one can be selected;
- - dropdown like this box - only one option can be selected;
- - multiple select box allows users to select several options from a scrollable list, using the CTRL key;
<%= _('No themes have been defined. Please contact your administrator for assistance.') %>
- <% end %> -<%= raw _('Here you can view previously published versions of your template. These can no longer be modified.')%>
++ <%= sanitize _('Here you can view previously published versions of your template. These can no longer be modified.')%> +
<%= _('Templates') %>
<%= _('If you would like to modify one of the templates below, you must first change your organisation affiliation.') %>
++ <%= _('If you would like to modify one of the templates below, you must first change your organisation affiliation.') %> +
<%= _('If you wish to add an organisational template for a Data Management Plan, use the \'create template\' button. You can create more than one template if desired e.g. one for researchers and one for PhD students. Your template will be presented to users within your organisation when no funder templates apply. If you want to add questions to funder templates use the \'customise template\' options below.') %>
<%= title %>
+<%= @title %>
<%= @template.id.present? ? template.title : _('New Template') %>
+ <%= link_to _('View all templates'), + org_admin_templates_path, + class: 'btn btn-default pull-right' %> +<%= _('Plan Guidance Configuration') %>
-<%= _('To help you write your plan, %{application_name} can show you guidance from a variety of organisations.') % - {application_name: Rails.configuration.branding[:application][:name]} %> -
- -<%= _('Find guidance from additional organisations below') %>
- <%= link_to _('See the full list'), '#', 'data-toggle' => 'modal', 'data-target' => '#modal-full-guidances', class: 'modal-guidances-window' %> -- <%= f.button(_('Submit'), class: "btn btn-default", type: "submit") %> + <% if @all_guidance_groups.length > 0 %><% if @all_guidance_groups.length > 0 %> +
<%= _('To help you write your plan, %{application_name} can show you guidance from a variety of organisations.') % + {application_name: Rails.configuration.branding[:application][:name]} %> +
+ + + <% if @all_guidance_groups.length > @important_ggs.length %> +<%= _('Find guidance from additional organisations below') %>
+ <%= link_to _('See the full list'), '#', 'data-toggle' => 'modal', 'data-target' => '#modal-full-guidances', class: 'modal-guidances-window' %> + <% end %> ++ <%= f.button(_('Save'), class: "btn btn-default", type: "submit") %> + + <% else %> +
<%= _("There is no additional guidance for this template.") %>
+ <% end %><%= _('No. plans by template') %>
+-
+
-
+ + <%= label_tag('monthly_plans_by_template', _('Time picker')) %> + ++
+
- + + +
<%= _('User accounts') %>
<%= _('Total ') + @total_users.to_s %>
+- <%= _('Below is a list of users registered for your organisation. You can sort the data by each field.')%> + <%= _('Below is a list of users registered for your organisation. You can + sort the data by each field.')%>