|
|
|
@ -15,6 +15,11 @@
|
|
|
|
|
<p style="padding-left: 180px;"><%= setting_text_field :activity_days_default, :size => 6 %> <%= l(:label_day_plural) %></p>
|
|
|
|
|
|
|
|
|
|
<p style="padding-left: 180px;"><%= setting_text_field :host_name, :size => 60 %>
|
|
|
|
|
<p style="padding-left: 180px;"><%= setting_text_field :host_course, :size => 60 %>
|
|
|
|
|
<p style="padding-left: 180px;"><%= setting_text_field :host_contest, :size => 60 %>
|
|
|
|
|
<p style="padding-left: 180px;"><%= setting_text_field :host_user, :size => 60 %>
|
|
|
|
|
<p style="padding-left: 180px;"><%= setting_text_field :host_repository, :size => 60 %>
|
|
|
|
|
|
|
|
|
|
<em class="info"><%= l(:label_example) %>: <%= @guessed_host_and_path %></em></p>
|
|
|
|
|
|
|
|
|
|
<p style="padding-left: 180px;"><%= setting_select :protocol, [['HTTP', 'http'], ['HTTPS', 'https']] %></p>
|
|
|
|
|