socialforge/app/views/layouts/base_memos.html.erb

116 lines
4.9 KiB
Plaintext
Raw Normal View History

2013-11-23 20:02:15 +08:00
<!DOCTYPE html>
2013-11-24 20:09:24 +08:00
<html lang="en">
2013-11-23 20:02:15 +08:00
<head>
<meta charset="utf-8" />
<title><%= h html_title %></title>
<meta name="description" content="<%= Redmine::Info.app_name %>" />
<meta name="keywords" content="issue,bug,tracker" />
<%= csrf_meta_tag %>
<%= favicon %>
<%= stylesheet_link_tag 'jquery/jquery-ui-1.9.2', 'application','prettify', 'nyan', :media => 'all' %>
2013-11-23 20:02:15 +08:00
<%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %>
<%= javascript_heads %>
<%= heads_for_theme %>
<%= call_hook :view_layouts_base_html_head %>
<%= javascript_include_tag "ckeditor/ckeditor.js",'prettify' %>
2013-11-23 20:02:15 +08:00
<!-- page specific tags -->
<%= yield :header_tags -%>
<%= stylesheet_link_tag 'base','header', :media => 'all'%>
2015-11-17 15:24:01 +08:00
<!-- MathJax的配置 -->
<script type="text/javascript"
src="/javascripts/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<!-- 配置 在生成的公式图片上去掉Math定义的右键菜单$$ $$ \( \) \[ \] 中的公式给予显示-->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
showMathMenu: false,
showMathMenuMSIE: false,
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
});
</script>
2013-11-23 20:02:15 +08:00
</head>
2013-11-24 20:09:24 +08:00
<!--add by huang-->
2013-11-23 20:02:15 +08:00
<body class="<%= h body_css_classes %>">
<div class="cl"></div>
<div class="navContainer mb10">
<% if User.current.logged? %>
<%= render :partial => 'layouts/logined_header' %>
<% else%>
<%= render :partial => 'layouts/unlogin_header' %>
<% end%>
</div>
<div class="cl"></div>
2013-11-23 20:02:15 +08:00
<div id="wrapper">
<div id="wrapper2">
<div id="wrapper3">
2013-11-24 20:09:24 +08:00
<div id="main">
<!-- added by bai -->
<div class="top-content">
<table>
<tr>
<td class="info_font" style="width: 240px; color: #15bccf"><%= l(:label_projects_community)%></td>
2013-11-24 20:09:24 +08:00
<td style="width: 430px; color: #15bccf"><strong><%= l(:label_user_location) %> : </strong></td>
</tr>
<tr>
<td style="padding-left: 8px"><a><%= link_to request.host()+"/forums", forums_path %></a></td>
2013-12-05 17:15:18 +08:00
<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) %> > <%=link_to @memo.subject, forum_memo_path(@forum, @memo) %></p></td>
2013-11-24 20:09:24 +08:00
</tr>
</table>
</div>
<div id="sidebar">
<!--informations-->
2013-11-25 21:42:59 +08:00
<div class="sidebar-forums">
<div class="forums-line">
<div class="forums-title"><%= @forum.name %></div>
<div class="forums-description upload_img"><%= @forum.description.html_safe %></div>
2013-11-25 21:42:59 +08:00
</div>
2013-11-24 20:09:24 +08:00
<!--informations-->
2013-11-25 21:42:59 +08:00
<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 => 'vatar-size') %></span>
2014-09-10 10:06:22 +08:00
<span class="forums-avatar-right">
<% unless @forum.creator.nil? %>
<%=link_to @forum.creator.name, user_path(@forum.creator) %>
<div>
<%= 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>
<% end %>
</div>
2013-11-24 20:09:24 +08:00
</div>
2013-11-25 21:42:59 +08:00
<!--tags-->
<% if User.current.logged? || User.current.admin? %>
2013-11-29 18:14:49 +08:00
<!-- <div class="forums-tags">< %= render :partial => 'tags/tag', :locals => {:obj => @forum.creator,:object_flag => "1"} %></div> -->
<div class="forums-tags"><%= render :partial => 'tags/tag', :locals => {:obj => @forum,:object_flag => "5"} %></div>
2013-11-25 21:42:59 +08:00
<% end %>
2013-11-24 20:09:24 +08:00
</div>
2013-11-23 20:02:15 +08:00
</div>
2013-11-24 20:09:24 +08:00
<div id="content">
<%= render_flash_messages %>
<%= yield %>
<%= call_hook :view_layouts_base_content %>
<div style="clear:both;"></div>
2013-11-23 20:02:15 +08:00
</div>
<%#= render :partial => 'layouts/base_footer'%>
2013-11-24 20:09:24 +08:00
</div>
2013-11-23 20:02:15 +08:00
2013-11-24 20:09:24 +08:00
<div id="ajax-indicator" style="display:none;">
<span><%= l(:label_loading) %></span>
2013-11-23 20:02:15 +08:00
</div>
2013-11-24 20:09:24 +08:00
<div id="ajax-modal" style="display:none;"></div>
2013-11-23 20:02:15 +08:00
</div>
</div>
<div class="cl"></div>
<%= render :partial => 'layouts/footer' %>
<div class="cl"></div>
2013-11-24 20:09:24 +08:00
<%= call_hook :view_layouts_base_body_bottom %>
2013-11-23 20:02:15 +08:00
</div>
</body>
2013-11-24 20:09:24 +08:00
</html>
2013-11-23 20:02:15 +08:00