2020-06-07 05:30:54 +00:00
|
|
|
{{!
|
|
|
|
string msg-citizen-drawer-toggle The label used by the drawer button.
|
2022-05-26 21:33:59 +00:00
|
|
|
string msg-sitetitle the contents of the sitesubtitle message key
|
2020-06-07 05:30:54 +00:00
|
|
|
}}
|
2023-01-26 01:25:40 +00:00
|
|
|
<div class="citizen-drawer citizen-header__item citizen-menu-checkbox-container">
|
2022-05-10 15:15:34 +00:00
|
|
|
<input
|
|
|
|
type="checkbox"
|
|
|
|
id="citizen-drawer__checkbox"
|
2023-01-26 01:25:40 +00:00
|
|
|
class="citizen-menu-checkbox-checkbox"
|
2022-05-12 01:32:36 +00:00
|
|
|
role="button"
|
|
|
|
aria-labelledby="citizen-drawer__buttonCheckbox"
|
|
|
|
aria-haspopup="true">
|
2023-01-26 00:40:52 +00:00
|
|
|
{{>Drawer__button}}
|
2022-05-10 00:23:42 +00:00
|
|
|
{{! ID needed for a11y and checkbox hack }}
|
2024-05-28 02:47:46 +00:00
|
|
|
<aside id="citizen-drawer__card" class="citizen-drawer__card citizen-menu__card citizen-menu-checkbox-target">
|
2022-05-10 00:23:42 +00:00
|
|
|
<header class="citizen-drawer__header">
|
|
|
|
{{>Drawer__logo}}
|
|
|
|
<div class="citizen-drawer__siteinfo">
|
2024-05-15 05:24:43 +00:00
|
|
|
{{#data-site-stats}}{{>SiteStats}}{{/data-site-stats}}
|
2022-05-10 00:23:42 +00:00
|
|
|
<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>
|
2024-05-08 20:47:46 +00:00
|
|
|
{{#data-main-menu}}
|
2024-05-15 05:24:43 +00:00
|
|
|
{{>MainMenu}}
|
2024-05-08 20:47:46 +00:00
|
|
|
{{/data-main-menu}}
|
2022-05-10 00:23:42 +00:00
|
|
|
</aside>
|
|
|
|
</div>
|