You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
427 B
17 lines
427 B
|
|
|
|
<%=render :partial => 'layouts/base_softapplication_index_top_content'%>
|
|
|
|
<% if @softapplications.size > 0%>
|
|
<div width="95%" border="0" style="padding-left: 10px; padding-top: 10px;" id="softapplications_list">
|
|
<%= sort_softapplication(@s_state)%>
|
|
<%= render :partial => "list" %>
|
|
</div>
|
|
<% else %>
|
|
<%= render :partial => "layouts/no_content"%>
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
<% html_title l(:label_contest_work_list)%> |