50 lines
1.6 KiB
Plaintext
50 lines
1.6 KiB
Plaintext
<!-- modified by huang -->
|
|
<div class="top-content">
|
|
<%= form_tag(:controller => 'users', :action => 'search', :method => :get) do %>
|
|
<table width="940px">
|
|
<tr>
|
|
<td class="info_font" style="width: 220px; color: #15bccf" ><%= l(:label_software_user ) %></td>
|
|
<td class="location-list"><strong><%= l(:label_user_location) %> :</strong></td>
|
|
<td rowspan="2">
|
|
</td>
|
|
<td rowspan="2" >
|
|
<div class="project-search" style="float: right">
|
|
<%= text_field_tag 'name', params[:name], :size => 30 %>
|
|
<%= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="padding-left: 8px"><a><%= link_to request.host()+"/users", :controller => 'users', :action => 'index' %> </a></td>
|
|
<td ><%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_software_user), :controller => 'users', :action => 'index' %></td>
|
|
</tr>
|
|
</table>
|
|
<% end %>
|
|
</div>
|
|
<!-- end -->
|
|
|
|
<%= sort_user(@s_type, @project_type)%>
|
|
|
|
<!-- <div class="pagination" style="border-bottom: 1px solid rgb(223,223,223); width: 95%; margin-left: 2%; margin-top: 0px">
|
|
<ul style="margin-right:0px">
|
|
<li>
|
|
<%#= link_to l(:label_sort_by_time), users_path(:user_sort_type => '0') %>
|
|
</li>
|
|
<li>
|
|
<%#= link_to l(:label_sort_by_active), users_path(:user_sort_type => '1') %>
|
|
</li>
|
|
<li>
|
|
<%#= link_to l(:label_sort_by_influence), users_path(:user_sort_type => '2') %>
|
|
</li>
|
|
</ul>
|
|
</div> -->
|
|
|
|
<%= render :partial => 'user_show' %>
|
|
|
|
<div class="pagination">
|
|
<ul>
|
|
<%= pagination_links_full @user_pages, @user_count %>
|
|
</ul>
|
|
</div>
|
|
<% html_title(l(:label_user_plural)) -%>
|