|
|
|
@ -80,7 +80,7 @@
|
|
|
|
|
<!--点击新建参赛作品弹出框-->
|
|
|
|
|
<div id="put-project-form" style="display: none; padding-left: 83px; width: 70%">
|
|
|
|
|
<%= form_for "project_for_save", :remote=>true, :url => {:controller => 'softapplications', :action => 'new'}, :complete => '$("#put-bid-form").hide();' do |f| %>
|
|
|
|
|
<fieldset class="contes-new-box">
|
|
|
|
|
<fieldset class="contes-new-box", style="padding-left: 36px">
|
|
|
|
|
|
|
|
|
|
<tr style="width:700px; margin-left: -10px">
|
|
|
|
|
<span><%= l(:label_softapplication_name) %></span>
|
|
|
|
@ -122,7 +122,7 @@
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
<fieldset style="width: 500px">
|
|
|
|
|
<fieldset style="width: 500px", style="padding-top: 10px">
|
|
|
|
|
<legend>
|
|
|
|
|
上传应用软件包和应用截图
|
|
|
|
|
</legend>
|
|
|
|
@ -141,7 +141,7 @@
|
|
|
|
|
|
|
|
|
|
</fieldset>
|
|
|
|
|
</fieldset></br>
|
|
|
|
|
<div class="align-center">
|
|
|
|
|
<div class="align-center", style="padding-top: -3px; padding-bottom: 8px">
|
|
|
|
|
<%= submit_tag l(:button_create), :onclick => "return true" %>
|
|
|
|
|
</div>
|
|
|
|
|
<% end %>
|
|
|
|
|