[%# HTML for the control strip / nav strip component shown at the top of journal pages. Authors: Nick Fagerlund Copyright (c) 2019 by Dreamwidth Studios, LLC. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. For a copy of the license, please reference 'perldoc perlartistic' or 'perldoc perlgpl'. -%]
[% userpic_html %]
[%- IF remote -%]
[%- dw.form_auth -%] [%- form.hidden( name = "user", value = remote.user ) -%] [%- form.hidden( name = "returnto", value = returnto ) -%] [%- IF remote.sessid -%] [%- form.hidden( name = "sessid", value = remote.sessid ) -%] [%- END -%] [%- form.hidden( name = "ret", value = 1 ) -%] [% remote.display %] [% form.submit( id = "Logout", name = "logout_one", value = dw.ml( 'web.controlstrip.btn.logout' ) ) %] [%- UNLESS remote.is_validated -%]    [% links.confirm %] [%- END -%]
[%- UNLESS remote.is_identity -%] [%- links.home -%]   [%- links.post_journal -%]   [%- END -%] [%- links.view_friends_page -%]  [%- links.settings -%]  [%- links.inbox -%]
[%- ELSIF show_login_form -%]
[% PROCESS 'components/login.tt' short = 1 %]
[%- END -%]