2014-04-28 22:15:17 +08:00
|
|
|
|
|
|
|
|
|
|
|
<%=render :partial => 'layouts/base_softapplication_index_top_content'%>
|
|
|
|
|
2014-04-29 18:21:07 +08:00
|
|
|
<% if @softapplications.size > 0%>
|
2014-07-29 17:35:22 +08:00
|
|
|
<div width="95%" border="0" style="padding-left: 10px; padding-top: 10px;" id="softapplications_list">
|
2014-07-29 17:47:20 +08:00
|
|
|
<%= sort_softapplication(@s_state)%>
|
2014-07-29 17:35:22 +08:00
|
|
|
<%= render :partial => "list" %>
|
2014-04-29 18:21:07 +08:00
|
|
|
</div>
|
|
|
|
<% else %>
|
|
|
|
<%= render :partial => "layouts/no_content"%>
|
|
|
|
<% end %>
|
|
|
|
|
2014-04-28 22:15:17 +08:00
|
|
|
|
2014-07-29 17:35:22 +08:00
|
|
|
|
2014-04-29 14:34:45 +08:00
|
|
|
|
2014-05-08 19:05:51 +08:00
|
|
|
<% html_title l(:label_contest_work_list)%>
|