summaryrefslogtreecommitdiff
path: root/www/wiki/skins/bo/layout-reevo.xml
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/skins/bo/layout-reevo.xml')
-rw-r--r--www/wiki/skins/bo/layout-reevo.xml59
1 files changed, 45 insertions, 14 deletions
diff --git a/www/wiki/skins/bo/layout-reevo.xml b/www/wiki/skins/bo/layout-reevo.xml
index 83cbfafb..f68895fb 100644
--- a/www/wiki/skins/bo/layout-reevo.xml
+++ b/www/wiki/skins/bo/layout-reevo.xml
@@ -16,14 +16,21 @@ This layout has Pagetools visible in body content as used in http://wiki.ead.puc
<component type="NavbarHorizontal" class='hidden-print'>
<modification type="Sticky"/>
<component type="Logo" position="head"/>
+ <component type="Html" position="head">
+ <![CDATA[
+ <div class="visible-xs pull-right navbar-tools navbar-nav navbar-xs"><a value="Lang" id="mw-langButton" class="uls-trigger btn btn-default navbar-toplang webfonts-changed"><span class="glyphicon glyphicon-globe"></span></a></div>
+ ]]>
+ </component>
+ <component type="PersonalTools" position="head" class="visible-xs pull-right navbar-xs"/>
+
<component type="NavMenu" flatten="navigation" showTools="no" showLanguages="no"/>
<component type="SearchBar" position="right" buttons="search"/>
<component type="Html" position="right">
<![CDATA[
- <button value="Lang" id="mw-searchButton" class="uls-trigger btn btn-default navbar-toplang webfonts-changed"><span class="glyphicon glyphicon-globe"></span></button>
+ <button value="Lang" id="mw-langButton" class="hidden-xs uls-trigger btn btn-default navbar-toplang webfonts-changed"><span class="glyphicon glyphicon-globe"></span></button>
]]>
</component>
- <component type="PersonalTools" position="right"/>
+ <component type="PersonalTools" position="right" class="hidden-xs"/>
</component>
<component type="ContentHeader"/>
@@ -44,37 +51,61 @@ This layout has Pagetools visible in body content as used in http://wiki.ead.puc
<component type="SiteNotice"/>
</cell>
</row>
-
<row>
-
- <component type="ContentBody"/>
-
+ <component type="ContentBody"/>
+ </row>
+ <row>
+ <modification type="ShowOnlyFor" group="emailconfirmed, autoconfirmed" />
+ <component type="LastmodInfo"/>
</row>
</grid>
<row class='footerwrap hidden-print'>
- <grid class="smwofootergrid">
-
+ <grid class="smwofootergrid smwofootergrid-low">
<row class="smwofooterrow">
<cell span="12">
<modification type="ShowOnlyFor" group="emailconfirmed, autoconfirmed" />
<component type="ToolbarHorizontal" hideTools="no" hideLanguages="no"/>
</cell>
</row>
+ </grid>
+ </row>
+ <row class='footerwrap hidden-print smwofootergrid-bottom'>
+ <grid class="smwofootergrid">
<row class="smwofooterrow">
+ <cell span="12">
+ <component type="LegalInfo"/>
+ </cell>
+ <cell span="12" class="footer-social">
+ <component type="Html">
+ <![CDATA[
+ <div class="footer-social-box">
+ <a target="_blank" href="/api.php?action=feedrecentchanges&days=14&limit=50&hidebots=1&feedformat=atom"><i class="fas fa-rss"></i></a>
+ <a target="_blank" href="https://evo.re/git"><i class="fab fa-git-alt"></i></a>
+
+ <a target="_blank" href="https://evo.re/fb"><i class="fab fa-facebook"></i></a>
+ <a target="_blank" href="https://evo.re/tw"><i class="fab fa-twitter"></i></a>
+ <a target="_blank" href="https://evo.re/gh"><i class="fab fa-github"></i></a>
+ </div>
+ ]]>
+ </component>
+ </cell>
<cell span="6">
- <component type="FooterInfo"/>
+ <!-- <component type="FooterPlaces"/>
+ <component type="FooterIcons"/> -->
</cell>
- <!-- <cell span="6">
- <component type="FooterPlaces"/>
- <component type="FooterIcons"/>
- </cell> -->
-
+ <cell span="6">
+ <!-- <component type="LastmodInfo"/> -->
+ </cell>
</row>
</grid>
</row>
+
+
+
+
</structure>