|
|
|
@ -32,7 +32,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>
|
|
|
|
|
<span><%= l(:label_softapplication_name_condition)%></span>
|
|
|
|
|
<span style="font-size: 10px">(<%= l(:label_workname_lengthlimit) %>)</span>
|
|
|
|
|
</tr><br/>
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
@ -40,7 +40,7 @@
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
<span style="font-size: 10px">(<%= l(:label_workdescription_lengthlimit) %>)</span>
|
|
|
|
|
</tr>
|
|
|
|
|
<br/>
|
|
|
|
|
<br />
|
|
|
|
@ -73,7 +73,7 @@
|
|
|
|
|
<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>
|
|
|
|
|
<span><%= l(:label_softapplication_description_condition)%></span>
|
|
|
|
|
<!--<span><%#= l(:label_softapplication_description_condition)%></span>-->
|
|
|
|
|
</tr>
|
|
|
|
|
<br/>
|
|
|
|
|
<br />
|
|
|
|
@ -82,7 +82,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>
|
|
|
|
|
|
|
|
|
|
<span style="font-size: 10px">(<%= l(:label_workdescription_lengthlimit) %>)</span>
|
|
|
|
|
</tr>
|
|
|
|
|
<br/>
|
|
|
|
|
<br />
|
|
|
|
@ -100,10 +100,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<fieldset style="width: 500px">
|
|
|
|
|
<p style="padding-left: 60px">
|
|
|
|
|
<% options = {:author => true, :deletable => true} %>
|
|
|
|
|
<%= render :partial => 'attachments/links',
|
|
|
|
|
:locals => {:attachments => @softapplication.attachments, :options => options} %>
|
|
|
|
|
</p>
|
|
|
|
|
<legend><%=l(:label_upload_softworkpacket_photo)%></legend>
|
|
|
|
|
<%= render_flash_messages %>
|
|
|
|
|
<p id="put-bid-form-partial">
|
|
|
|
|
<%= render :partial => 'attachments/form' %>
|
|
|
|
|
<%= render :partial => 'attachments/form' %>
|
|
|
|
|
</p>
|
|
|
|
|
<p style="font-size: 10px">1、<%=l(:label_upload_softapplication_packets_mustpacketed)%><br>2、<%=l(:label_upload_softapplication_photo_condition)%></p>
|
|
|
|
|
<p style="font-size: 10px; color: red"><%=l(:label_updated_caution)%></p>
|
|
|
|
|