|
|
|
@ -14,7 +14,7 @@
|
|
|
|
|
<fieldset class="contes-new-box">
|
|
|
|
|
|
|
|
|
|
<tr style="width:700px; margin-left: -10px">
|
|
|
|
|
<span><%= l(:label_softapplication_name) %></span>
|
|
|
|
|
<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>
|
|
|
|
|
</tr></ br>
|
|
|
|
@ -22,7 +22,7 @@
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
<tr style="width:800px;">
|
|
|
|
|
<span><%= l(:label_softapplication_version_available) %></span>
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
</tr></ br>
|
|
|
|
@ -30,7 +30,7 @@
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
<tr style="width:800px;">
|
|
|
|
|
<span><%= l(:label_softapplication_type) %></span>
|
|
|
|
|
<span><%= l(:label_work_type) %></span>
|
|
|
|
|
|
|
|
|
|
<span class="contest-star"> * </span>: <td style="width: 100px"><%= f.text_field :app_type_name, :required => true, :size => 60, :style => "width:400px;" %></td>
|
|
|
|
|
|
|
|
|
@ -39,9 +39,9 @@
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
<tr style="width:800px;">
|
|
|
|
|
<span><%= l(:label_softapplication_description) %></span>
|
|
|
|
|
<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>
|
|
|
|
|
</tr></ br>
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
@ -55,7 +55,7 @@
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
<fieldset style="width: 500px">
|
|
|
|
|
<legend>上传应用软件包和应用截图</legend>
|
|
|
|
|
<legend>上传作品软件包和作品截图</legend>
|
|
|
|
|
<%= render_flash_messages %>
|
|
|
|
|
<p id="put-bid-form-partial">
|
|
|
|
|
<%= render :partial => 'attachments/form' %>
|
|
|
|
|