mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 18:29:50 +00:00
a905b1c161
- Replace the header div with a header element and the content div with a main element. main and header elements are already shivved: https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/+/22dd581f10/resources/lib/html5shiv/html5shiv.js#234. - Link the wiki header title / logo to the main page. Note: the link border around images is already omitted. The link is identical to the menu home button. Bug: T198947 Change-Id: Id312638d86179e75bc670e72e5943f8c00232bbb
35 lines
1,021 B
Plaintext
35 lines
1,021 B
Plaintext
{{{headelement}}}
|
|
<div id="mw-mf-viewport">
|
|
<nav id="mw-mf-page-left" class="navigation-drawer view-border-box">
|
|
{{{mainmenuhtml}}}
|
|
</nav>
|
|
<div id="mw-mf-page-center">
|
|
<div class="banner-container">
|
|
{{>banners}}
|
|
</div>
|
|
<header class="header-container header-chrome">
|
|
<form class="header" action="{{wgScript}}" method="get">
|
|
<div>{{{menuButton}}}</div>
|
|
<div class="branding-box">
|
|
<a href="{{mainPageURL}}">
|
|
<span>{{{headinghtml}}}</span>
|
|
<sup>β</sup>
|
|
</a>
|
|
</div>
|
|
<div class="search-box">
|
|
<input class="search skin-minerva-search-trigger" type="search" name="search" id="searchInput"
|
|
autocomplete="off" placeholder="{{placeholder}}"
|
|
value="{{search}}">
|
|
</div>
|
|
<div>{{{searchButton}}}</div>
|
|
{{^isAnon}}<div>{{#secondaryButtonData}}{{>secondaryButton}}{{/secondaryButtonData}}</div>{{/isAnon}}
|
|
</form>
|
|
</header>
|
|
<main id="content" class="mw-body">
|
|
{{{contenthtml}}}
|
|
</main>
|
|
{{>footer}}
|
|
</div>
|
|
</div>
|
|
<!-- v:8.1.2 -->
|