2013-09-29 19:46:59 +08:00
|
|
|
|
<!-- <table id="top-menu" style="background-color: #ac344f;margin-top: 10px;margin-bottom: 0px; padding-top: 3px; ">
|
2014-08-18 10:16:34 +08:00
|
|
|
|
<tr><td ><%#=link_to image_tag("/images/logo_ent.png",weight:"38px", height: "38px"), home_path %></td>
|
|
|
|
|
<td valign="top" width="300px"><%#= render_menu :top_enterprise_menu if User.current.logged? || !Setting.login_required? -%></td>
|
|
|
|
|
<td><%#=link_to "企业入口"%></td>
|
2013-09-29 19:46:59 +08:00
|
|
|
|
<td valign="top" style=" padding-left: 380px">
|
2014-08-18 10:16:34 +08:00
|
|
|
|
<%#= content_tag('div', "#{link_to(l(:label_layouts_feedback)+'(' + User.current.count_new_jour.to_s + ')', feedback_path(User.current))}".html_safe, :id => 'loggedas') if User.current.logged? %>
|
|
|
|
|
<%#= content_tag('div', "#{l(:label_logged_as)} #{link_to_user(User.current, :format => :username)}".html_safe, :id => 'loggedas') if User.current.logged? %>
|
2013-09-29 19:46:59 +08:00
|
|
|
|
</td>
|
|
|
|
|
<td valign="top">
|
2014-08-18 10:16:34 +08:00
|
|
|
|
<%#= render_menu :account_menu -%>
|
2013-09-29 19:46:59 +08:00
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table> -->
|
2013-09-30 09:42:13 +08:00
|
|
|
|
<div id="top-menu" style="background-color: #15bccf;height:40px;margin-top: 10px;margin-bottom: 10px;">
|
2013-09-29 19:46:59 +08:00
|
|
|
|
<div class="welcome_logo">
|
2013-09-30 09:42:13 +08:00
|
|
|
|
<%=link_to image_tag("/images/logo.png",weight:"36px", height: "36px"), home_path %>
|
2013-10-30 21:22:44 +08:00
|
|
|
|
</div>
|
|
|
|
|
<div id="account">
|
|
|
|
|
<%= render_menu :account_menu -%>
|
2013-09-29 19:46:59 +08:00
|
|
|
|
</div>
|
|
|
|
|
<%= content_tag('div', "#{link_to(l(:label_layouts_feedback)+'(' + User.current.count_new_jour.to_s + ')', feedback_path(User.current))}".html_safe, :id => 'loggedas') if User.current.logged? %>
|
|
|
|
|
|
|
|
|
|
<%= content_tag('div', "#{l(:label_logged_as)} #{link_to_user(User.current, :format => :username)}".html_safe, :id => 'loggedas') if User.current.logged? %>
|
2013-09-30 09:42:13 +08:00
|
|
|
|
|
2013-09-29 19:46:59 +08:00
|
|
|
|
<%= render_menu :top_enterprise_menu if User.current.logged? || !Setting.login_required? -%>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <div style="float: right; margin-top: 13px;">
|
2014-08-18 10:16:34 +08:00
|
|
|
|
<%#= content_tag('div', "#{link_to(image_tag('/images/mes.png'), feedback_path(User.current))}".html_safe, :title => "留言") if User.current.logged? %>
|
2013-09-29 19:46:59 +08:00
|
|
|
|
</div> -->
|
|
|
|
|
<!-- <div align="center" style="float: right; margin-right: -25px; margin-top: 6px; background: #ea7125; width: 12px;border-radius:7px; font-size: 8px; color: #fff; font-weight: bold">
|
2014-08-18 10:16:34 +08:00
|
|
|
|
<%#= User.current.count_new_jour if User.current.logged? && User.current.count_new_jour != 0 %>
|
2013-09-29 19:46:59 +08:00
|
|
|
|
</div> -->
|
2014-08-18 10:16:34 +08:00
|
|
|
|
<!-- <%#= content_tag('div', "#{}".html_safe, :id => 'loggedas')%> -->
|
2013-09-29 19:46:59 +08:00
|
|
|
|
<!-- 消息#{link_to((User.current.count_new_jour), feedback_path(User.current))} -->
|
2014-08-18 10:16:34 +08:00
|
|
|
|
<!-- <%#= content_tag('div', "消息(#{User.current.journals_for_messages.count})".html_safe, :id => 'loggedas')%> -->
|
2013-09-29 19:46:59 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <div style="border-top:solid 1px #C6E9F1;width:940px;margin-left:auto;margin-right:auto;margin-bottom: 5px;margin-top: -10px;"></div> -->
|