2020-06-07 05:30:54 +00:00
|
|
|
{{!
|
|
|
|
string msg-citizen-drawer-toggle The label used by the drawer button.
|
2022-04-23 05:06:07 +00:00
|
|
|
string msg-sitesubtitle the contents of the sitesubtitle message key
|
2020-06-07 05:30:54 +00:00
|
|
|
}}
|
2022-05-10 00:23:42 +00:00
|
|
|
<div class="citizen-drawer citizen-header__item">
|
2022-05-10 15:15:34 +00:00
|
|
|
<input
|
|
|
|
type="checkbox"
|
|
|
|
id="citizen-drawer__checkbox"
|
2022-05-12 01:32:36 +00:00
|
|
|
class="mw-checkbox-hack-checkbox"
|
|
|
|
role="button"
|
|
|
|
aria-labelledby="citizen-drawer__buttonCheckbox"
|
|
|
|
aria-haspopup="true">
|
2022-05-10 00:23:42 +00:00
|
|
|
{{! ID needed for a11y and checkbox hack }}
|
2022-05-12 01:32:36 +00:00
|
|
|
<aside id="citizen-drawer__card" class="citizen-drawer__card mw-checkbox-hack-target">
|
2022-05-10 00:23:42 +00:00
|
|
|
<header class="citizen-drawer__header">
|
|
|
|
{{>Drawer__logo}}
|
|
|
|
<div class="citizen-drawer__siteinfo">
|
|
|
|
{{>Drawer__siteStats}}
|
|
|
|
<div class="mw-logo-wordmark">{{msg-sitetitle}}</div>
|
2022-04-23 05:06:07 +00:00
|
|
|
</div>
|
2022-05-10 00:23:42 +00:00
|
|
|
</header>
|
|
|
|
<section class="citizen-drawer__menu">
|
|
|
|
{{#data-portals-first}}{{>Menu}}{{/data-portals-first}}
|
|
|
|
{{#array-portals-rest}}{{>Menu}}{{/array-portals-rest}}
|
|
|
|
{{#data-portals-languages}}{{>Menu}}{{/data-portals-languages}}
|
|
|
|
</section>
|
|
|
|
</aside>
|
|
|
|
{{>Drawer__button}}
|
|
|
|
</div>
|