<%= l(:label_welcome_trustie) %> , <%= l(:label_welcome_trustie_description) %>
<%= call_hook :view_account_login_top %>
<%= form_tag(signin_path) do %> <%= back_url_hidden_field_tag if is_logout? %> <% unless User.current.logged? %> <% if Setting.openid? %> <% end %>
<%= text_field_tag 'username', params[:username], :tabindex => '1' %>
<%= password_field_tag 'password', nil, :tabindex => '2' %>
<%= text_field_tag "openid_url", nil, :tabindex => '3' %>
<% if Setting.autologin? %> <% end %>
<% if Setting.lost_password? %> <%= link_to l(:label_password_lost), lost_password_path %> <% end %>
<% else %>
<%= l(:label_welcome) %> <%=link_to User.current.lastname< <%= l(:label_join) %>
<%= image_tag(url_to_avatar(User.current), :class => 'avatar') %> <%= link_to l(:label_user_watcher)+"("+User.watched_by(User.current).count.to_s+")", user_path(User.current) %>  <%=link_to l(:label_x_user_fans, :count => User.current.watcher_users(User.current.id).count)+"("+User.current.watcher_users(User.current.id).count.to_s+")", user_path(User.current) %>
<% unless User.current.memberships.empty? %> <%= l(:label_x_welcome_participate, :count => User.current.memberships.count) %> <%= link_to User.current.memberships.count, {:controller => 'users', :action => 'user_projects', :id => User.current} %> <%= l(:label_welcome_participate_project)%> <% end %>
<% end %> <% end %>
<%= call_hook :view_account_login_bottom %> <% if params[:username].present? %> <%= javascript_tag "$('#password').focus();" %> <% else %> <%= javascript_tag "$('#username').focus();" %> <% end %>
<%= stylesheet_link_tag 'welcome' %>

热门项目

    <% find_all_hot_project.map do |project| break if(project == find_all_hot_project[5]) %>
  • <%= link_to( project.name, project_path(project.project_id), :class => "d-g-blue d-p-project-name", :target => "_blank", :title => "#{project.name}")%>

    <%= project.description.truncate(50, omission: '... (continued)') %>

  • <% end %>

热门竞赛

    <% find_all_hot_contest.map do |contest| break if(contest == find_all_hot_contest[5]) %>
  • <%= link_to( contest.name, respond_path(contest.id), :class => "d-g-blue d-p-project-name", :target => "_blank", :title => "#{contest.name}")%>

    <%= contest.description.truncate(50, omission: '... (continued)') %>

  • <% end %>

最新众包

    <% find_all_hot_bid.map do |bid| break if(bid == find_all_hot_bid[5]) %>
  • <%= link_to( bid.name, respond_path(bid.id), :class => "d-g-blue d-p-project-name", :target => "_blank", :title => "#{bid.name}")%>

    <%= bid.description.truncate(50, omission: '... (continued)') %>

  • <% end %>

热门课程

    <% find_all_hot_course.map do |project| break if(project == find_all_hot_course[5]) %>
  • <%= link_to( project.name, project_path(project.project_id), :class => "d-g-blue d-p-project-name", :target => "_blank", :title => "#{project.name}")%>

    <%= project.description.truncate(50, omission: '... (continued)') %>

  • <% end %>