|
|
|
@ -2,12 +2,11 @@
|
|
|
|
|
<%= auto_discovery_link_tag(:atom, {:action => 'index', :format => 'atom', :key => User.current.rss_key}) %>
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
<!-- modified by huang -->
|
|
|
|
|
<div class="top-content">
|
|
|
|
|
<%= form_tag(:controller => 'projects', :action => "search", :method => :get) do %>
|
|
|
|
|
<table width="940px">
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="info_font" style="width: 220px; color: #15bccf""><%= l(:label_project_deposit) %></td>
|
|
|
|
|
<td class="info_font" style="width: 220px; color: #15bccf"><%= l(:label_project_deposit) %></td>
|
|
|
|
|
<td class="location-list"><strong><%= l(:label_user_location) %> :</strong></td>
|
|
|
|
|
<td rowspan="2">
|
|
|
|
|
<% if User.current.logged? %>
|
|
|
|
@ -29,8 +28,11 @@
|
|
|
|
|
</table>
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- end -->
|
|
|
|
|
|
|
|
|
|
<div class="project_acts ">
|
|
|
|
|
<div class="project_acts_left"></div>
|
|
|
|
|
<div class="project_acts_right">a</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="clear_both"></div>
|
|
|
|
|
<%= sort_project(@s_type, @project_type) %>
|
|
|
|
|
<div id="projects-index">
|
|
|
|
|
<%= render_project_hierarchy(@projects)%>
|
|
|
|
|