|
|
|
@ -91,7 +91,7 @@
|
|
|
|
|
<tr style="width:700px; margin-left: -10px;">
|
|
|
|
|
<span><%= l(:label_work_name) %></span>
|
|
|
|
|
<span class="contest-star"> * </span>:
|
|
|
|
|
<td><%= f.text_field :name, :required => true, :size => 60, :style => "width:400px;" %></td>
|
|
|
|
|
<td><%= f.text_field :name, :required => true, :size => 60, :style => "width:350px;" %></td>
|
|
|
|
|
<span style="font-size: 10px">(<%= l(:label_workname_lengthlimit) %>)</span>
|
|
|
|
|
</tr>
|
|
|
|
|
<br/>
|
|
|
|
@ -101,17 +101,32 @@
|
|
|
|
|
<tr style="width:800px;">
|
|
|
|
|
<span><%= l(:label_running_platform) %></span>
|
|
|
|
|
<span class="contest-star"> * </span>:
|
|
|
|
|
<td style="width: 100px"><%= f.text_field :android_min_version_available, :required => true, :size => 60, :style => "width:400px;" %></td>
|
|
|
|
|
<td style="width: 100px"><%= f.text_field :android_min_version_available, :required => true, :size => 60, :style => "width:350px;" %></td>
|
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
<br/>
|
|
|
|
|
<br/>
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
<tr style="width:800px;">
|
|
|
|
|
<span><%= l(:label_work_type) %></span>
|
|
|
|
|
<span class="contest-star"> * </span>:
|
|
|
|
|
<td style="width: 100px">
|
|
|
|
|
<span>
|
|
|
|
|
<%#= select_tag 'app_type_name', work_type_opttion, {:name => 'app_type_name',:style => "width:358px;"} %>
|
|
|
|
|
</span>
|
|
|
|
|
<%= f.select :app_type_name,work_type_opttion, {},{:style => "width:358px;"} %>
|
|
|
|
|
<%#= f.text_field :app_type_name, :required => true, :size => 60, :style => "width:400px;" %>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<br/>
|
|
|
|
|
<br/>
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
<tr style="width:800px;">
|
|
|
|
|
<span><%= l(:label_work_description) %></span>
|
|
|
|
|
<span class="contest-star"> * </span>:
|
|
|
|
|
<td style="width: 100px"><%= f.text_field :description, :required => true, :size => 60, :style => "width:400px;" %></td>
|
|
|
|
|
<td style="width: 100px"><%= f.text_field :description, :required => true, :size => 60, :style => "width:350px;" %></td>
|
|
|
|
|
<span style="font-size: 10px">(<%= l(:label_workdescription_lengthlimit) %>)</span>
|
|
|
|
|
</tr>
|
|
|
|
|
<br/>
|
|
|
|
@ -121,7 +136,7 @@
|
|
|
|
|
<tr style="width:800px;">
|
|
|
|
|
<span><%= l(:label_softapplication_developers) %></span>
|
|
|
|
|
<span class="contest-star"> * </span>:
|
|
|
|
|
<td style="width: 100px"><%= f.text_field :application_developers, :required => true, :size => 60, :style => "width:400px;" %></td>
|
|
|
|
|
<td style="width: 100px"><%= f.text_field :application_developers, :required => true, :size => 60, :style => "width:350px;" %></td>
|
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
<br/>
|
|
|
|
@ -130,8 +145,8 @@
|
|
|
|
|
|
|
|
|
|
<tr style="width:800px;">
|
|
|
|
|
<span><%= l(:label_work_deposit_project) %>:</span>
|
|
|
|
|
<span style="padding-left: 4px"><%= select_tag 'project', options_for_select(select_option_helper(@option)), :name => 'project', :class => 'grayline2' %></span>
|
|
|
|
|
<span><%= link_to l(:label_create_new_projects),{:controller => 'projects',:action => 'new',course: 0, project_type: 0} , :target => '_blank',host:Setting.project_domain %></span><!-- new_project_path(course: 0, project_type: 0) -->
|
|
|
|
|
<span style="padding-left: 4px"><%= select_tag 'project', options_for_select(select_option_helper(@option)), :name => 'project', :class => 'grayline2',:style => "width:358px;" %></span>
|
|
|
|
|
<span><%= link_to l(:label_create_new_projects), new_project_path(course: 0, project_type: 0), :target => '_blank' %></span>
|
|
|
|
|
</tr>
|
|
|
|
|
<br/>
|
|
|
|
|
<br/>
|
|
|
|
@ -240,7 +255,10 @@
|
|
|
|
|
<div style="padding-left: 68px">
|
|
|
|
|
<tr>
|
|
|
|
|
<td><%= l(:label_profile) %>:</td>
|
|
|
|
|
<td> <%= c_project.project.description.truncate(90, omission: '...') %> </td>
|
|
|
|
|
<td>
|
|
|
|
|
<%#= c_project.project.description.truncate(90, omission: '...') %>
|
|
|
|
|
<%= c_project.project.description %>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</br>
|
|
|
|
|
</div>
|
|
|
|
@ -276,7 +294,10 @@
|
|
|
|
|
<div style="padding-left: 68px; padding-top: 5px">
|
|
|
|
|
<tr>
|
|
|
|
|
<td><strong><%= l(:label_profile) %>:</strong></td>
|
|
|
|
|
<td> <%= c_softapplication.softapplication.description.truncate(90, omission: '...') %> </td>
|
|
|
|
|
<td>
|
|
|
|
|
<%#= c_softapplication.softapplication.description.truncate(90, omission: '...') %>
|
|
|
|
|
<%= c_softapplication.softapplication.description %>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</br>
|
|
|
|
|
</div>
|
|
|
|
|