<%= link_to_myprofile( ''+ _('Control panel'),
{}, nil, :id => 'link_edit_profile',
:help => _('Control panel: change your picture, edit your personal information, create content or change the way your home page looks.')
) %>
<%= link_to( ''+ _('Logout'),
{ :controller => 'account', :action => 'logout'},
:id => 'link_logout',
:help => _('This link takes you out of the system. You should logout if other people are willing to use the same computer after you.')
) %>
<% else %>
<%= lightbox_link_to ''+ _('Login'),
{ :controller => 'account', :action => 'login_popup' },
:id => 'link_login',
:help => _('Click here to enter your username and password and be recognized by the system.') %>
<% end %>