mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 10:50:52 +00:00
ed5e9dd1d5
* Create several sub functions to manage complexity of the history link * Clean up MinervaTemplate to use data directly and remove isMainPage template variable which is no longer being used. Change-Id: I124aec9637f3635a335c58e559e578b2a56eb4c5
36 lines
986 B
Plaintext
36 lines
986 B
Plaintext
{{{headelement}}}
|
|
<div id="mw-mf-viewport">
|
|
{{>ie8Html5Support}}
|
|
<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>
|
|
<div class="header-container header-chrome">
|
|
<form class="header" action="{{wgScript}}" method="get">
|
|
<div>{{{menuButton}}}</div>
|
|
<div class="branding-box">
|
|
<h1>
|
|
<span>{{{headinghtml}}}</span>
|
|
<sup>β</sup>
|
|
</h1>
|
|
</div>
|
|
<div class="search-box">
|
|
<input class="search" type="search" name="search" id="searchInput"
|
|
autocomplete="off" placeholder="{{placeholder}}"
|
|
value="{{search}}">
|
|
</div>
|
|
<div>{{{searchButton}}}</div>
|
|
{{^isAnon}}<div>{{#secondaryButtonData}}{{>secondaryButton}}{{/secondaryButtonData}}</div>{{/isAnon}}
|
|
</form>
|
|
</div>
|
|
<div id="content" class="mw-body">
|
|
{{{contenthtml}}}
|
|
</div>
|
|
{{>footer}}
|
|
</div>
|
|
</div>
|
|
<!-- v:8.1.1 -->
|