socialforge/app/views/welcome/index.html.erb

133 lines
6.7 KiB
Plaintext
Raw Normal View History

2014-03-26 08:24:12 +08:00
<%= stylesheet_link_tag 'welcome' %>
<%= javascript_include_tag 'welcome' %>
<script type="text/javascript" language="javascript">
2013-12-28 10:48:10 +08:00
$(function(){
2014-01-03 10:29:29 +08:00
$("#main").find("a").attr("target", "_blank");
2013-12-28 10:48:10 +08:00
});
2014-03-28 14:55:34 +08:00
// 给主页用户弹新页面
$(document).ready(function($) {
$("#loggedas").find("a").attr("target", "_blank");
//$("#content .tabs_new~ .pagination").find("a").removeAttr("target");
});
</script>
2014-01-24 15:45:13 +08:00
2014-01-24 15:01:15 +08:00
<div class='top_bar'>
<div id="identifier-pannel" style="display:none">
2014-03-24 13:48:43 +08:00
<%= link_to image_tag('/images/qrweixin.jpg', size: '150x150', alt: 'trustie', class: "weixin" ), home_path %>
2014-01-24 15:01:15 +08:00
<div class="weixin-content">微信扫码</div>
</div>
<div class="main-content-bar">
2014-04-25 10:57:52 +08:00
<div style="float: left">
<%= image_tag '/images/transparent.png', size: "75x75" %>
2014-04-25 11:01:06 +08:00
</div>
<div class="welcome_left" >
2014-04-25 10:57:52 +08:00
<span class="font_welcome_trustie"><%= l(:label_welcome_trustie) %><%= l(:label_welcome_trustie_project) %></span> <span class="font_welcome_tdescription">, <%= l(:label_welcome_trustie_project_description) %></span>
2014-01-24 15:01:15 +08:00
</div>
2014-03-21 15:17:14 +08:00
<div class="search-bar">
<%= render :partial => "search_project", :locals => {:project_type => 0}%>
2014-01-24 15:01:15 +08:00
</div>
<div style="clear: both;"></div>
</div>
</div>
<div style="clear:both"></div>
2014-03-24 10:18:42 +08:00
<div id="J_Slide" class="d-p-index-box d-p-index-hotproject">
<h3 style="margin-left: 5px; color: #e8770d;"><strong>热门项目</strong></h3>
2014-03-24 13:48:43 +08:00
<span style="margin-top: -20px;float: right; display: block;"><%= link_to "更多>>", { :controller => 'projects', :action => 'index', :project_type => 0, :host => Setting.project_domain}, :target => "_blank" %></span>
2014-03-24 10:18:42 +08:00
<div class="d-p-projectlist-box">
<ul class="d-p-projectlist">
2014-03-24 17:12:28 +08:00
<% find_miracle_project(10, 3).map do |project| %>
2014-03-24 13:48:43 +08:00
<li style="position:relative;height:6em;" class='<%= cycle("odd", "even") %>'>
2014-03-24 10:18:42 +08:00
<div style="float: left;">
<%= image_tag(get_project_avatar(project), :class => "avatar-4") %>
</div>
<!-- 上左下右 -->
<div style="float: left; margin-left: 10px; width: 380px;">
<%= link_to( project.name, project_path(project.id), :class => "d-g-blue d-p-project-name",:title => "#{project.name}" )%>
(<%= link_to "#{projectCount(project)}人", project_member_path(project) ,:course =>'0' %>)
</div>
2014-03-27 10:53:45 +08:00
<div class='text_nowrap' style="float: left;margin:5px; margin-left: 10px; width: 380px;">
2014-03-24 13:48:43 +08:00
<span class='font_lighter' title =<%=project.description.to_s%>><%=project.description.truncate(50, omission: '...')%></span>
2014-03-24 10:18:42 +08:00
</div>
<div style="position:absolute; bottom:0;right:0;margin:5px 10px 5px 5px ;">
<%= content_tag "span", show_grade(project),
:style => "cursor: pointer; display: inline-block; float: right; color: #ec6300; ",
:title => "项目得分,综合考虑了项目的各项活动,反映了该项目的活跃程度",
:class => "tooltip",
:id => "tooltip-#{project.id}" %>
</p>
2013-12-23 19:45:51 +08:00
</div>
</li>
2014-03-24 10:18:42 +08:00
<% end; reset_cycle %>
</ul>
</div>
2013-11-28 08:34:20 +08:00
</div>
2013-12-23 19:45:51 +08:00
2013-11-27 15:37:43 +08:00
<div id="J_Slide" class="d-p-index-box d-p-index-hotproject" style="float: right;">
2013-12-28 10:48:10 +08:00
<ul class="user-welcome-message-list">
2013-12-28 13:14:38 +08:00
<h3 style="color: rgb(21, 188, 207)"><strong>用户动态</strong></h3>
<span style="margin-top: -20px;float: right; display: block;"><%= link_to "更多>>", { :controller => 'users', :action => 'index'}, :target => "_blank" %></span>
<div class="user-message-box-list" style="margin-top: 10px;">
2013-12-23 19:45:51 +08:00
<% find_all_activities.each do |event| %>
<li style="display: block;height:60px; padding-bottom: 4px;">
<div class="inner-right" style="float: left; height: 100%; ">
<%= image_tag url_to_avatar(event.event_author), :class => "avatar-3" %>
</div>
2013-12-23 19:45:51 +08:00
<div class="inner-right" style="float: right; width:86%; height: 100%; ">
2013-12-26 19:57:40 +08:00
<span style="color: green;"><%= link_to event.event_author, (user_path(event.event_author) if event.event_author), :style => "color:green;", :target => "_blank" %></span><%= show_user_content event %>
<p style="margin-top: 4px;"><span style="color: rgb(172, 174, 177)"><%= l(:field_updated_on) %><%= time_tag_welcome event.event_datetime %>前</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="float: right; color: rgb(172, 174, 177);"><%= show_event_reply event %></span></p>
2013-12-23 19:45:51 +08:00
</div>
</li>
<% end %>
</div>
</ul>
</div>
2013-12-28 10:48:10 +08:00
2014-03-27 10:53:45 +08:00
<div class="right" style="float: right; width: 48%; ">
2014-03-21 15:17:14 +08:00
<ul class="welcome-message-list">
<div class="forum-topic" style="height: 25px; width: 98%; margin-left: 2px;">
2014-03-27 10:53:45 +08:00
<h3 style="color: rgb(21, 188, 207);">
<strong>贴吧动态</strong>
2014-03-28 11:13:58 +08:00
<%= link_to "我要提问" , newbie_send_path, {:class => 'orangeButton idea_btn', :style => "color: #EEEEEE" }%>
2014-03-27 10:53:45 +08:00
<%= link_to "我要反馈" , suggestion_send_path, {:class => 'orangeButton idea_btn', :style => "color: #EEEEEE" }%></h3>
<span style="margin-top: -30px;float: right; display: block;"><%= link_to "更多>>", forums_path %></span>
2014-03-21 15:17:14 +08:00
</div>
<div class="welcome-box-list-new">
2014-03-27 10:53:45 +08:00
<% find_new_forum_topics(7).each do |topic|%>
<li class="message-brief-intro" style="line-height: 1.63em;padding-bottom:3px;">
2014-03-21 15:17:14 +08:00
<div style="display: inline-block; width: 100%;">
<span style="color:gray; display: inline-block; margin-bottom:6px; background: url('/images/list-icon.png') no-repeat scroll ;background-position: left center;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<%= link_to topic.subject.truncate(30, omission: '...'), topic.event_url, :class => "gray" , :style => "font-size: 10pt !important;", :target => "_blank" %>
</span>
<br>
<span style="margin-left: 24px; color: rgb(172, 174, 177); white-space: nowrap; font-size 9pt !important;;"><%= l(:field_updated_on) %><%=time_tag_welcome(topic_last_time topic)%>前</span>
<span style="margin-left: 8px; margin-bottom: 0px; color: rgb(172, 174, 177) !important; white-space: nowrap;">
由&nbsp;<%= link_to topic.author ? topic.author : 'Anonymous', user_path(topic.author_id), :style => "font-size: 9pt !important; color: rgb(17, 102, 173);", :target => "_blank" %>&nbsp;发表
</span>
<span style="float: right; color: rgb(172, 174, 177); white-space: nowrap; font-size 9pt !important;;">回复(<%= link_to (topic.parent ? topic.parent.replies_count : topic.replies_count), topic.event_url, :target => "_blank" %>)</span>
</div>
2013-11-28 16:14:23 +08:00
</li>
<% end %>
2014-03-21 15:17:14 +08:00
</div>
</ul>
</div>
2014-04-04 21:43:06 +08:00
<div class="clearfix"></div>
2014-04-25 16:08:00 +08:00
<div class="hidden" style="width:100%;">
2014-04-24 08:18:14 +08:00
<div style="width:600px;margin:0px auto;margin-top:180px;">
2014-04-16 22:11:10 +08:00
<table style="width:600px;font-size:15px; color: gray;">
2014-04-04 17:21:07 +08:00
<tr>
<td><strong>当前网站状态</strong></td>
<td>活跃项目:<%=@projectCount%>个</td>
<td>私有项目: <%=@projectHidenCount%>个</td>
2014-04-24 08:18:14 +08:00
<td>开发者:<%=@allUsercount%>个 </td>
2014-04-04 17:21:07 +08:00
</tr>
</table>
2014-04-04 21:43:06 +08:00
</div>
2014-04-04 16:59:50 +08:00
</div>