|  |  |  | @ -36,14 +36,14 @@ | 
			
		
	
		
			
				
					|  |  |  |  | </style> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | <script type="text/javascript" language="javascript"> | 
			
		
	
		
			
				
					|  |  |  |  | 	function clearInfo(id,content) { | 
			
		
	
		
			
				
					|  |  |  |  | 	function clearInfo(id, content) { | 
			
		
	
		
			
				
					|  |  |  |  | 		var text = $('#' + id); | 
			
		
	
		
			
				
					|  |  |  |  | 		if (text.val() == content) { | 
			
		
	
		
			
				
					|  |  |  |  | 			$('#' + id).val(''); | 
			
		
	
		
			
				
					|  |  |  |  | 		} | 
			
		
	
		
			
				
					|  |  |  |  | 	} | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 	function showInfo(id,content) { | 
			
		
	
		
			
				
					|  |  |  |  | 	function showInfo(id, content) { | 
			
		
	
		
			
				
					|  |  |  |  | 		var text = $('#' + id); | 
			
		
	
		
			
				
					|  |  |  |  | 		if (text.val() == '') { | 
			
		
	
		
			
				
					|  |  |  |  | 			$('#' + id).val(content); | 
			
		
	
	
		
			
				
					|  |  |  | @ -56,26 +56,102 @@ | 
			
		
	
		
			
				
					|  |  |  |  | </script> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | <!--参赛步骤--> | 
			
		
	
		
			
				
					|  |  |  |  | <div style="padding-left: 17px; padding-bottom: 15px">温馨提示:如果您希望在我们平台托管参赛数据和代码,请按下面参赛步骤参赛!</div> | 
			
		
	
		
			
				
					|  |  |  |  | <div style="padding-left: 17px; padding-bottom: 15px"> | 
			
		
	
		
			
				
					|  |  |  |  | 	温馨提示:如果您希望在我们平台托管参赛数据和代码,请按下面参赛步骤参赛! | 
			
		
	
		
			
				
					|  |  |  |  | </div> | 
			
		
	
		
			
				
					|  |  |  |  | <% if User.current.logged? %> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 	<div style="padding-bottom: 10px; line-height: 25px"> | 
			
		
	
		
			
				
					|  |  |  |  | 		<div style="padding-left: 17px; font-size: 15px"><strong>参赛步骤:</strong></div> | 
			
		
	
		
			
				
					|  |  |  |  | <div style="padding-bottom: 10px; line-height: 25px"> | 
			
		
	
		
			
				
					|  |  |  |  | 	<div style="padding-left: 17px; font-size: 15px"> | 
			
		
	
		
			
				
					|  |  |  |  | 		<strong>参赛步骤:</strong> | 
			
		
	
		
			
				
					|  |  |  |  | 	</div> | 
			
		
	
		
			
				
					|  |  |  |  | 	<div style="padding-left: 82px; "> | 
			
		
	
		
			
				
					|  |  |  |  | 		<span style="padding-top: 50px">步骤1:</span> | 
			
		
	
		
			
				
					|  |  |  |  | 		<span><%= link_to '新建参赛作品', new_softapplication_path(:target=>'_blank'), :target=>'_blank' %></span> | 
			
		
	
		
			
				
					|  |  |  |  | 		<span><%= link_to '新建参赛作品', "javascript:void(0);", onclick: "$('#put-project-form').toggle();" %></span> | 
			
		
	
		
			
				
					|  |  |  |  | 		<span style="font-size: 12px; color: grey">(先点击“新建参赛作品”, 然后返回本页继续步骤2即可。)</span> | 
			
		
	
		
			
				
					|  |  |  |  | 	</div> | 
			
		
	
		
			
				
					|  |  |  |  | 	<div style="padding-left: 82px; "> | 
			
		
	
		
			
				
					|  |  |  |  | 		<span style="padding-top: 50px">步骤2:</span> | 
			
		
	
		
			
				
					|  |  |  |  | 		<span><%= link_to '关联参赛作品', "javascript:void(0);", onclick: "$('#put-bid-form').toggle();" %></span> | 
			
		
	
		
			
				
					|  |  |  |  | 	</div> | 
			
		
	
		
			
				
					|  |  |  |  | </div> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | <!--点击新建参赛作品弹出框--> | 
			
		
	
		
			
				
					|  |  |  |  | <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"> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 		<tr style="width:700px; margin-left: -10px"> | 
			
		
	
		
			
				
					|  |  |  |  | 			<span><%= l(:label_softapplication_name) %></span> | 
			
		
	
		
			
				
					|  |  |  |  | 			<span class="contest-star"> * </span>: <td ><%= f.text_field :name, :required => true, :size => 60, :style => "width:400px;" %></td> | 
			
		
	
		
			
				
					|  |  |  |  | 		</tr></ br> | 
			
		
	
		
			
				
					|  |  |  |  | 		<br /> | 
			
		
	
		
			
				
					|  |  |  |  | 		<br /> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 		<tr style="width:800px;"> | 
			
		
	
		
			
				
					|  |  |  |  | 			<span><%= l(:label_softapplication_version_available) %></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> | 
			
		
	
		
			
				
					|  |  |  |  | 		<br /> | 
			
		
	
		
			
				
					|  |  |  |  | 		<br /> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 		<tr style="width:800px;"> | 
			
		
	
		
			
				
					|  |  |  |  | 			<span><%= l(:label_softapplication_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> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 		</tr></ br> | 
			
		
	
		
			
				
					|  |  |  |  | 		<br /> | 
			
		
	
		
			
				
					|  |  |  |  | 		<br /> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 		<tr style="width:800px;"> | 
			
		
	
		
			
				
					|  |  |  |  | 			<span><%= l(:label_softapplication_description) %></span> | 
			
		
	
		
			
				
					|  |  |  |  | 			<span class="contest-star"> * </span>: <td style="width: 100px"><%= f.text_field :description, :required => true, :size => 60, :style => "width:400px;" %></td> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 		</tr></ br> | 
			
		
	
		
			
				
					|  |  |  |  | 		<br /> | 
			
		
	
		
			
				
					|  |  |  |  | 		<br /> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 		<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> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 		</tr></ br> | 
			
		
	
		
			
				
					|  |  |  |  | 		<br /> | 
			
		
	
		
			
				
					|  |  |  |  | 		<br /> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 		<fieldset style="width: 500px"> | 
			
		
	
		
			
				
					|  |  |  |  | 			<legend> | 
			
		
	
		
			
				
					|  |  |  |  | 				上传应用软件包和应用截图 | 
			
		
	
		
			
				
					|  |  |  |  | 			</legend> | 
			
		
	
		
			
				
					|  |  |  |  | 			<%= render_flash_messages %> | 
			
		
	
		
			
				
					|  |  |  |  | 			<p id="put-bid-form-partial"> | 
			
		
	
		
			
				
					|  |  |  |  | 				<%= 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> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 		</fieldset> | 
			
		
	
		
			
				
					|  |  |  |  | 	</fieldset></br> | 
			
		
	
		
			
				
					|  |  |  |  | 	<div class="align-center"> | 
			
		
	
		
			
				
					|  |  |  |  | 		<%= submit_tag l(:button_create), :onclick => "return true" %> | 
			
		
	
		
			
				
					|  |  |  |  | 	</div> | 
			
		
	
		
			
				
					|  |  |  |  | 	<% end %> | 
			
		
	
		
			
				
					|  |  |  |  | </div> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 	<!--点击关联参赛作品后弹出关联框--> | 
			
		
	
		
			
				
					|  |  |  |  | 	<div id="put-bid-form" style="display: none; padding-left: 83px; width: 70%"> | 
			
		
	
		
			
				
					|  |  |  |  | <!--点击关联参赛作品后弹出关联框--> | 
			
		
	
		
			
				
					|  |  |  |  | <div id="put-bid-form" style="display: none; padding-left: 83px; width: 70%"> | 
			
		
	
		
			
				
					|  |  |  |  | 	<%= form_for "contest_for_save", :remote=>true, :url => {:controller => 'contests', :action => 'add_softapplication'}, :update => "contesting_softapplication_list", :complete => '$("#put-bid-form").hide();' do |f| %> | 
			
		
	
		
			
				
					|  |  |  |  | 			<table id="contesting_table" border="0" width="102%" style="margin-left: -3px;">  <!--该table为点击关联参赛作品后弹出的--> | 
			
		
	
		
			
				
					|  |  |  |  | 	<table id="contesting_table" border="0" width="102%" style="margin-left: -3px;"> | 
			
		
	
		
			
				
					|  |  |  |  | 		<!--该table为点击关联参赛作品后弹出的--> | 
			
		
	
		
			
				
					|  |  |  |  | 		<tr style="padding-left: 50px"> | 
			
		
	
		
			
				
					|  |  |  |  | 			<%= select_tag 'contest', options_for_select(select_option_app_helper(@softapplication)), :name => 'contest', :class => 'grayline' %> | 
			
		
	
		
			
				
					|  |  |  |  | 		</tr> | 
			
		
	
	
		
			
				
					|  |  |  | @ -85,18 +161,16 @@ | 
			
		
	
		
			
				
					|  |  |  |  | 		</tr> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 		<tr> | 
			
		
	
		
			
				
					|  |  |  |  | 					<td align="right"> | 
			
		
	
		
			
				
					|  |  |  |  | 						<%= submit_tag l(:button_add), :name => nil , :class => "enterprise", | 
			
		
	
		
			
				
					|  |  |  |  | 			<td align="right"> <%= submit_tag l(:button_add), :name => nil , :class => "enterprise", | 
			
		
	
		
			
				
					|  |  |  |  | 			:onmouseout => "this.style.backgroundPosition = 'left top'", | 
			
		
	
		
			
				
					|  |  |  |  | 			:onmouseover => "this.style.backgroundPosition = 'left -30px'"%> | 
			
		
	
		
			
				
					|  |  |  |  | 			<%= submit_tag l(:button_cancel), :name => nil, :onclick => "cancel();", | 
			
		
	
		
			
				
					|  |  |  |  | 			:type => 'button', :class => "enterprise", :onmouseout => "this.style.backgroundPosition = 'left top'", | 
			
		
	
		
			
				
					|  |  |  |  | 						:onmouseover => "this.style.backgroundPosition = 'left -30px'" %>  | 
			
		
	
		
			
				
					|  |  |  |  | 					</td> | 
			
		
	
		
			
				
					|  |  |  |  | 			:onmouseover => "this.style.backgroundPosition = 'left -30px'" %> </td> | 
			
		
	
		
			
				
					|  |  |  |  | 		</tr> | 
			
		
	
		
			
				
					|  |  |  |  | 	</table> | 
			
		
	
		
			
				
					|  |  |  |  | 	<% end %> | 
			
		
	
		
			
				
					|  |  |  |  | 	</div> | 
			
		
	
		
			
				
					|  |  |  |  | </div> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | <% end %> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  |  | @ -106,74 +180,62 @@ | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | <% if @contest.id == 2 or @contest.id == 3 or @contest.id == 6 %> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 	<% @contesting_project.each do |c_project|%> | 
			
		
	
		
			
				
					|  |  |  |  | 		<% if c_project.project %> | 
			
		
	
		
			
				
					|  |  |  |  | 			<div style="padding-left: 18px"> | 
			
		
	
		
			
				
					|  |  |  |  | <% @contesting_project.each do |c_project|%> | 
			
		
	
		
			
				
					|  |  |  |  | <% if c_project.project %> | 
			
		
	
		
			
				
					|  |  |  |  | <div style="padding-left: 18px"> | 
			
		
	
		
			
				
					|  |  |  |  | 	<div style="font-size: 15px"> | 
			
		
	
		
			
				
					|  |  |  |  | 		<tr> | 
			
		
	
		
			
				
					|  |  |  |  | 			<td><strong>参赛作品: </strong></td> | 
			
		
	
		
			
				
					|  |  |  |  | 						<td> | 
			
		
	
		
			
				
					|  |  |  |  | 							<%= link_to(c_project.project.name, project_path(c_project.project), :target => '_blank') %> | 
			
		
	
		
			
				
					|  |  |  |  | 						</td> | 
			
		
	
		
			
				
					|  |  |  |  | 			<td> <%= link_to(c_project.project.name, project_path(c_project.project), :target => '_blank') %> </td> | 
			
		
	
		
			
				
					|  |  |  |  | 		</tr></br> | 
			
		
	
		
			
				
					|  |  |  |  | 	</div> | 
			
		
	
		
			
				
					|  |  |  |  | 	<div style="padding-left: 68px"> | 
			
		
	
		
			
				
					|  |  |  |  | 		<tr> | 
			
		
	
		
			
				
					|  |  |  |  | 			<td>简介:</td> | 
			
		
	
		
			
				
					|  |  |  |  | 						<td> | 
			
		
	
		
			
				
					|  |  |  |  | 							<%= c_project.project.description.truncate(90, omission: '...') %> | 
			
		
	
		
			
				
					|  |  |  |  | 						</td> | 
			
		
	
		
			
				
					|  |  |  |  | 			<td> <%= c_project.project.description.truncate(90, omission: '...') %> </td> | 
			
		
	
		
			
				
					|  |  |  |  | 		</tr></br> | 
			
		
	
		
			
				
					|  |  |  |  | 	</div> | 
			
		
	
		
			
				
					|  |  |  |  | 	<div style="padding-left: 68px; padding-bottom: 8px"> | 
			
		
	
		
			
				
					|  |  |  |  | 		<tr> | 
			
		
	
		
			
				
					|  |  |  |  | 			<td>发布时间:</td> | 
			
		
	
		
			
				
					|  |  |  |  | 						<td> | 
			
		
	
		
			
				
					|  |  |  |  | 							<%= format_time c_project.created_at%> | 
			
		
	
		
			
				
					|  |  |  |  | 						</td> | 
			
		
	
		
			
				
					|  |  |  |  | 			<td> <%= format_time c_project.created_at%> </td> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 		</tr> | 
			
		
	
		
			
				
					|  |  |  |  | 	</div> | 
			
		
	
		
			
				
					|  |  |  |  | 			</div> | 
			
		
	
		
			
				
					|  |  |  |  | 		<% end %> | 
			
		
	
		
			
				
					|  |  |  |  | 		<div class="underline-contests_three"></div> | 
			
		
	
		
			
				
					|  |  |  |  | 	<% end %> | 
			
		
	
		
			
				
					|  |  |  |  | </div> | 
			
		
	
		
			
				
					|  |  |  |  | <% end %> | 
			
		
	
		
			
				
					|  |  |  |  | <div class="underline-contests_three"></div> | 
			
		
	
		
			
				
					|  |  |  |  | <% end %> | 
			
		
	
		
			
				
					|  |  |  |  | <% else %> | 
			
		
	
		
			
				
					|  |  |  |  | 	<% @contesting_softapplication.each do |c_softapplication|%> | 
			
		
	
		
			
				
					|  |  |  |  | 		<% if c_softapplication.softapplication %> | 
			
		
	
		
			
				
					|  |  |  |  | 			<div style="padding-left: 18px"> | 
			
		
	
		
			
				
					|  |  |  |  | <% @contesting_softapplication.each do |c_softapplication|%> | 
			
		
	
		
			
				
					|  |  |  |  | <% if c_softapplication.softapplication %> | 
			
		
	
		
			
				
					|  |  |  |  | <div style="padding-left: 18px"> | 
			
		
	
		
			
				
					|  |  |  |  | 	<div style="font-size: 15px"> | 
			
		
	
		
			
				
					|  |  |  |  | 		<tr> | 
			
		
	
		
			
				
					|  |  |  |  | 			<td><strong>参赛作品: </strong></td> | 
			
		
	
		
			
				
					|  |  |  |  | 						<td> | 
			
		
	
		
			
				
					|  |  |  |  | 							<%= link_to(c_softapplication.softapplication.name, softapplication_path(c_softapplication.softapplication), :target => '_blank') %> | 
			
		
	
		
			
				
					|  |  |  |  | 						</td> | 
			
		
	
		
			
				
					|  |  |  |  | 			<td> <%= link_to(c_softapplication.softapplication.name, softapplication_path(c_softapplication.softapplication), :target => '_blank') %> </td> | 
			
		
	
		
			
				
					|  |  |  |  | 		</tr></br> | 
			
		
	
		
			
				
					|  |  |  |  | 	</div> | 
			
		
	
		
			
				
					|  |  |  |  | 	<div style="padding-left: 68px"> | 
			
		
	
		
			
				
					|  |  |  |  | 		<tr> | 
			
		
	
		
			
				
					|  |  |  |  | 			<td>简介:</td> | 
			
		
	
		
			
				
					|  |  |  |  | 						<td> | 
			
		
	
		
			
				
					|  |  |  |  | 							<%= c_softapplication.softapplication.description.truncate(90, omission: '...') %> | 
			
		
	
		
			
				
					|  |  |  |  | 						</td> | 
			
		
	
		
			
				
					|  |  |  |  | 			<td> <%= c_softapplication.softapplication.description.truncate(90, omission: '...') %> </td> | 
			
		
	
		
			
				
					|  |  |  |  | 		</tr></br> | 
			
		
	
		
			
				
					|  |  |  |  | 	</div> | 
			
		
	
		
			
				
					|  |  |  |  | 	<div style="padding-left: 68px; padding-bottom: 8px"> | 
			
		
	
		
			
				
					|  |  |  |  | 		<tr> | 
			
		
	
		
			
				
					|  |  |  |  | 			<td>发布时间:</td> | 
			
		
	
		
			
				
					|  |  |  |  | 						<td> | 
			
		
	
		
			
				
					|  |  |  |  | 							<%=format_time c_softapplication.created_at %> | 
			
		
	
		
			
				
					|  |  |  |  | 						</td> | 
			
		
	
		
			
				
					|  |  |  |  | 			<td> <%= format_time c_softapplication.created_at %> </td> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 		</tr> | 
			
		
	
		
			
				
					|  |  |  |  | 	</div> | 
			
		
	
		
			
				
					|  |  |  |  | 			</div> | 
			
		
	
		
			
				
					|  |  |  |  | 		<% end %> | 
			
		
	
		
			
				
					|  |  |  |  | 		<div class="underline-contests_three"></div> | 
			
		
	
		
			
				
					|  |  |  |  | 	<% end %> | 
			
		
	
		
			
				
					|  |  |  |  | </div> | 
			
		
	
		
			
				
					|  |  |  |  | <% end %> | 
			
		
	
		
			
				
					|  |  |  |  | <div class="underline-contests_three"></div> | 
			
		
	
		
			
				
					|  |  |  |  | <% end %> | 
			
		
	
		
			
				
					|  |  |  |  | <% end %> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | <div class="pagination"><%= pagination_links_full @obj_pages, @obj_count, :per_page_links => false %></div> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | <div class="pagination"> | 
			
		
	
		
			
				
					|  |  |  |  | 	<%= pagination_links_full @obj_pages, @obj_count, :per_page_links => false %> | 
			
		
	
		
			
				
					|  |  |  |  | </div> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  |  | 
 |