mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-25 06:36:32 +00:00
c5d09c0288
Changes: * MinervaUI will now prefix any icons with `minerva` * Update definitions in skin.json, retaining selectors for cached HTML for icons that are rendered via PHP. * In I9021c53c2c04bdd7ce395eed33d89986acbfea6d watch and watched and arrow are moved to MobileFrontend so are removed from the RL module skins.minerva.icons.images.scripts as they are not used directly in this repo. user and anonymous are no longer used so also removed. * Presentation of userpage now belongs to MobileFrontend. Icons are styles were moved there in depends on. They are retained in skin.json to support cached HTML as user pages are subject to cache. They can be removed in a week. * In code review we noticed the anonymous icon was badly named. We rename to login. No caching implications. * Main menu icons are now prefixed with minerva rather than mf to reflect where they come from. Depends-On: I9021c53c2c04bdd7ce395eed33d89986acbfea6d Bug: T182162 Change-Id: I93264024f4915fc910c792b1905b89cdc6b8b546
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.2 -->
|