14 lines
680 B
Plaintext
14 lines
680 B
Plaintext
<div id="top-menu" style="background-color: #15bccf;height:40px;margin-top: 10px;margin-bottom: 10px;">
|
|
<div style="float: left ">
|
|
<%=link_to image_tag("/images/logo.png",weight:"39px", height: "39px"), home_path %>
|
|
</div>
|
|
<div id="account">
|
|
<%= render_menu :account_menu -%>
|
|
</div>
|
|
|
|
<%= content_tag('div', "#{l(:label_logged_as)} #{link_to_user(User.current, :format => :username)}".html_safe, :id => 'loggedas') if User.current.logged? %>
|
|
<%= render_menu :top_menu if User.current.logged? || !Setting.login_required? -%>
|
|
</div>
|
|
<div style="border-top:solid 1px #C6E9F1;width:940px;margin-left:auto;margin-right:auto;margin-bottom: 5px;margin-top: -10px;"></div>
|
|
|