|
|
@ -83,7 +83,7 @@
|
|
|
|
<!--点击新建参赛作品弹出框新建参赛作品并关联到竞赛中-->
|
|
|
|
<!--点击新建参赛作品弹出框新建参赛作品并关联到竞赛中-->
|
|
|
|
<div id="put-project-form" style="display: none; padding-left: 83px; width: 88%">
|
|
|
|
<div id="put-project-form" style="display: none; padding-left: 83px; width: 88%">
|
|
|
|
<%= form_for Softapplication.new, :url => softapplications_path do |f| %>
|
|
|
|
<%= form_for Softapplication.new, :url => softapplications_path do |f| %>
|
|
|
|
<fieldset class="contes-new-box", style="padding-left: 36px; line-height: 10px">
|
|
|
|
<fieldset class="contes-new-box", style="padding-left: 36px; line-height: 8px; margin-left: 1px">
|
|
|
|
<%= hidden_field_tag 'contest_id', @contest.id %>
|
|
|
|
<%= hidden_field_tag 'contest_id', @contest.id %>
|
|
|
|
<tr style="width:700px; margin-left: -10px;">
|
|
|
|
<tr style="width:700px; margin-left: -10px;">
|
|
|
|
<span><%= l(:label_work_name) %></span>
|
|
|
|
<span><%= l(:label_work_name) %></span>
|
|
|
@ -127,7 +127,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<tr style="width:800px;">
|
|
|
|
<tr style="width:800px;">
|
|
|
|
<span><%= l(:label_work_deposit_project) %>:</span>
|
|
|
|
<span><%= l(:label_work_deposit_project) %>:</span>
|
|
|
|
<span><%= select_tag 'project', options_for_select(select_option_helper(@option)), :name => 'project', :class => 'grayline2' %></span>
|
|
|
|
<span style="padding-left: 4px"><%= select_tag 'project', options_for_select(select_option_helper(@option)), :name => 'project', :class => 'grayline2' %></span>
|
|
|
|
<span><%= link_to '创建项目', new_project_path(course: 0, project_type: 0), :target=>'_blank'%></span>
|
|
|
|
<span><%= link_to '创建项目', new_project_path(course: 0, project_type: 0), :target=>'_blank'%></span>
|
|
|
|
</tr><br/>
|
|
|
|
</tr><br/>
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
@ -146,9 +146,6 @@
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
2、<%= l(:label_upload_softapplication_photo_condition)%>
|
|
|
|
2、<%= l(:label_upload_softapplication_photo_condition)%>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
<p style="font-size: 11px; color: red">
|
|
|
|
|
|
|
|
<%= l(:label_updated_caution)%>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</fieldset>
|
|
|
|
</fieldset>
|
|
|
|
</fieldset></br>
|
|
|
|
</fieldset></br>
|
|
|
|