2022-10-05 22:22:40 +00:00
|
|
|
{{!
|
|
|
|
string msg-citizen-usermenu-toggle The label used by the user menu button.
|
|
|
|
}}
|
|
|
|
<div class="citizen-userMenu citizen-header__item mw-checkbox-hack-container">
|
|
|
|
<input
|
|
|
|
type="checkbox"
|
|
|
|
id="citizen-userMenu__checkbox"
|
|
|
|
class="mw-checkbox-hack-checkbox"
|
|
|
|
role="button"
|
|
|
|
aria-labelledby="citizen-userMenu__buttonCheckbox"
|
|
|
|
aria-haspopup="true">
|
|
|
|
<label
|
|
|
|
id="citizen-userMenu__buttonCheckbox"
|
2022-11-03 22:30:41 +00:00
|
|
|
class="mw-checkbox-hack-button citizen-header__button"
|
2022-10-05 22:22:40 +00:00
|
|
|
for="citizen-userMenu__checkbox"
|
|
|
|
title="{{msg-citizen-usermenu-toggle}}"
|
|
|
|
aria-hidden="true">
|
2022-11-03 22:30:41 +00:00
|
|
|
<span class="citizen-ui-icon mw-ui-icon-wikimedia-userAvatar"></span>
|
2022-10-05 22:22:40 +00:00
|
|
|
<span>{{msg-citizen-usermenu-toggle}}</span>
|
|
|
|
</label>
|
2023-01-26 00:40:52 +00:00
|
|
|
<aside id="citizen-userMenu__card" class="citizen-userMenu__card mw-checkbox-hack-target">
|
|
|
|
{{#data-user-info}}
|
|
|
|
<div class="citizen-userMenu__header">{{>Menu}}</div>
|
|
|
|
{{/data-user-info}}
|
|
|
|
{{#data-portlets.data-user-menu}}{{>Menu}}{{/data-portlets.data-user-menu}}
|
|
|
|
</aside>
|
2022-10-05 22:22:40 +00:00
|
|
|
</div>
|