|
|
|
@ -1,3 +1,4 @@
|
|
|
|
|
<!--added by huang-->
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
@ -15,15 +16,12 @@
|
|
|
|
|
<!-- page specific tags -->
|
|
|
|
|
<%= yield :header_tags -%>
|
|
|
|
|
</head>
|
|
|
|
|
<!--add by huang-->
|
|
|
|
|
<body class="<%= h body_css_classes %>">
|
|
|
|
|
<div id="wrapper">
|
|
|
|
|
<div id="wrapper2">
|
|
|
|
|
<div id="wrapper3">
|
|
|
|
|
<%=render :partial => 'layouts/base_header'%>
|
|
|
|
|
<div id="main">
|
|
|
|
|
|
|
|
|
|
<!-- added by bai -->
|
|
|
|
|
<div class="top-content">
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
@ -41,111 +39,33 @@
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td style="padding-left: 8px"><a><%= link_to "forge.trustie.net/projects", :controller => 'projects', :action => 'index', :project_type => 0 %></a></td>
|
|
|
|
|
<td><p class="top-content-list"><%=link_to l(:label_home),home_path %> > <%=link_to '讨论区', :controller => 'forums', :action => 'index' %> > <%=link_to @forum.name, forum_path(@forum) %></p></td>
|
|
|
|
|
<td><p
|
|
|
|
|
class="top-content-list"><%=link_to l(:label_home),home_path %> > <%=link_to '讨论区', :controller => 'forums', :action => 'index' %> > <%=link_to @forum.name, forum_path(@forum) %></p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- end -->
|
|
|
|
|
<!--project page-->
|
|
|
|
|
<div id="sidebar">
|
|
|
|
|
<div class="spaceleft">
|
|
|
|
|
|
|
|
|
|
<!--informations-->
|
|
|
|
|
<div class="inf_user_image">
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<div class="info-course">
|
|
|
|
|
<%= @forum.name %>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<% unless User.current.member_of? @forum %>
|
|
|
|
|
<%= watcher_link(@fourm, User.current) %>
|
|
|
|
|
<% end %>
|
|
|
|
|
</div></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
<div class="sidebar-forums">
|
|
|
|
|
<div class="forums-line">
|
|
|
|
|
<div class="forums-title"><%= @forum.name %></div>
|
|
|
|
|
<div class="forums-description"><%= textilizable @forum.description %></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!--parameter -->
|
|
|
|
|
<div class="user_fans">
|
|
|
|
|
|
|
|
|
|
<table width="240" border="0">
|
|
|
|
|
<tr align="center" width="80px">
|
|
|
|
|
|
|
|
|
|
<td class="font_index"><%=link_to 1, forum_path(@forum) %></td>
|
|
|
|
|
<td class="font_index"><%=link_to 2, forum_path(@forum) %></td>
|
|
|
|
|
<td class="font_index"><%=link_to 3, forum_path(@forum) %></td>
|
|
|
|
|
|
|
|
|
|
<tr class="font_aram">
|
|
|
|
|
<td align="center" width="70px"> <%= l(:label_member) %></td>
|
|
|
|
|
<td align="center" width="100px"><%= l(:label_user_watchered) %></td>
|
|
|
|
|
<td align="center" width="70px"> <%= l(:label_project_issues) %></td>
|
|
|
|
|
<!-- <td align="center" width="58px"><%= l(:label_attachment) %></td> -->
|
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
<div class="user_underline"></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!--informations-->
|
|
|
|
|
<div class="inf_user">
|
|
|
|
|
|
|
|
|
|
<div class="font_title_left">
|
|
|
|
|
创建人信息
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><%= image_tag(url_to_avatar(@forum.creator), :class => 'avatar2') %></td>
|
|
|
|
|
<td>
|
|
|
|
|
<div class="info-course">
|
|
|
|
|
<%= @forum.name %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="formus-first-title" >创建人信息</div>
|
|
|
|
|
<div class="forums-info">
|
|
|
|
|
<div style="padding-top: 20px" >
|
|
|
|
|
<span class="forums-avatar-left"><%= image_tag(url_to_avatar(@forum.creator), :class => 'avatar2') %></span>
|
|
|
|
|
<span class="forums-avatar-right"><%=link_to @forum.creator.show_name, user_path(@forum.creator) %>
|
|
|
|
|
<div>
|
|
|
|
|
<!-- 此处原来是关注 -->
|
|
|
|
|
</div></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table><div class="user_underline"></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--description-->
|
|
|
|
|
<div class="inf_user_context">
|
|
|
|
|
<div class="font_title_left">
|
|
|
|
|
<%= l(:label_project_overview) %>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="padding-bottom: 8px">
|
|
|
|
|
<div class="font_lighter_sidebar">
|
|
|
|
|
|
|
|
|
|
<%= textilizable @forum.description %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="created_on_project">
|
|
|
|
|
<strong style="color: #15bccf"><%= l(:label_create_time) %>:</strong><%= format_time(@forum.created_at) %>
|
|
|
|
|
<%= link_to l(:label_user_watcher)+"("+User.watched_by(@forum.creator.id).count.to_s+")" ,:controller=>"users", :action=>"user_watchlist", :id => @forum.creator.id %>
|
|
|
|
|
<%= link_to l(:label_x_user_fans, :count => User.current.watcher_users(User.current.id).count)+"("+@forum.creator.watcher_users(@forum.creator.id).count.to_s+")", :controller=>"users", :action=>"user_fanslist", :id => @forum.creator.id %></div></span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="user_underline"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--tags-->
|
|
|
|
|
|
|
|
|
|
<div class="user_fans">
|
|
|
|
|
<!-- added by william -for tag -->
|
|
|
|
|
<div class="user_tags">
|
|
|
|
|
<div id="tags">
|
|
|
|
|
<!-- 此处为tag -->
|
|
|
|
|
<%= render :partial => 'tags/tag', :locals => {:obj => @forum,:object_flag => "5"}%>
|
|
|
|
|
</div></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--tool-->
|
|
|
|
|
<div class="user_underline"></div>
|
|
|
|
|
|
|
|
|
|
<% if User.current.logged? || User.current.admin? %>
|
|
|
|
|
<div class="forums-tags"><%= render :partial => 'tags/tag', :locals => {:obj => @forum.creator,:object_flag => "1"} %></div>
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="content">
|
|
|
|
@ -159,7 +79,6 @@
|
|
|
|
|
<%= render :partial => 'layouts/base_footer'%>
|
|
|
|
|
<%= debug(params) if Rails.env.development? %>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="ajax-indicator" style="display:none;">
|
|
|
|
|
<span><%= l(:label_loading) %></span>
|
|
|
|
|
</div>
|
|
|
|
|