|
|
|
@ -36,21 +36,6 @@
|
|
|
|
|
|
|
|
|
|
<%=render :partial => 'layouts/base_softapplication_index_top_content'%>
|
|
|
|
|
|
|
|
|
|
<!-- <% if @softapplications.size > 0%>
|
|
|
|
|
|
|
|
|
|
<%#= sort_softapplication(@s_state)%>
|
|
|
|
|
|
|
|
|
|
<div id="bid-show">
|
|
|
|
|
<%#= render :partial => 'softapplication_list' %>
|
|
|
|
|
</div>
|
|
|
|
|
<% else %>
|
|
|
|
|
<%#= render :partial => "layouts/no_content"%>
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
<% html_title l(:label_contest_list)%> -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div width="95%" border="0" style="padding-left: 10px; padding-top: 10px;">
|
|
|
|
|
<% @softapplications.each do |softapplication| %>
|
|
|
|
|
<div>
|
|
|
|
@ -80,3 +65,5 @@
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<% html_title l(:label_softapplication_list)%>
|