summaryrefslogtreecommitdiff
path: root/www/wiki/skins/bo/layout-tools.xml
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/skins/bo/layout-tools.xml')
-rw-r--r--www/wiki/skins/bo/layout-tools.xml75
1 files changed, 75 insertions, 0 deletions
diff --git a/www/wiki/skins/bo/layout-tools.xml b/www/wiki/skins/bo/layout-tools.xml
new file mode 100644
index 00000000..c8cfbe74
--- /dev/null
+++ b/www/wiki/skins/bo/layout-tools.xml
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+<?xml-model href="https://cmln.github.io/chameleon/schema/1.0/layout.rng" schematypens="http://relaxng.org/ns/structure/1.0"?>
+
+This file is part of the MediaWiki Chameleon skin and serves its bo flavour.
+
+@copyright 2013 - 2016, Stephan Gambke
+@license GNU General Public License, version 3 (or any later version)
+
+This layout has Pagetools visible in body content as used in http://wiki.ead.pucv.cl
+
+@author Herbert Spencer
+-->
+<structure xmlns="https://cmln.github.io/chameleon/schema/1.0/layout.rng">
+
+ <component type="NavbarHorizontal" class='hidden-print'>
+ <modification type="Sticky"/>
+ <component type="Logo" position="head"/>
+ <component type="NavMenu" flatten="navigation" showTools="no" showLanguages="no"/>
+ <component type="SearchBar" position="right" buttons="search"/>
+ <component type="PersonalTools" position="right"/>
+ </component>
+
+ <component type="ContentHeader"/>
+
+
+ <grid class="smwomaingrid pagetools hidden-print">
+ <modification type="ShowOnlyFor" group="emailconfirmed, autoconfirmed" />
+ <row>
+ <cell span="12">
+ <component type="PageTools" position="right" hideSelectedNameSpace="yes"/>
+ </cell>
+ </row>
+ </grid>
+
+ <grid class="smwomaingrid">
+ <row>
+ <cell span="12 hidden-print">
+ <component type="SiteNotice"/>
+ </cell>
+ </row>
+
+ <row>
+
+ <component type="ContentBody"/>
+
+ </row>
+ </grid>
+
+ <row class='footerwrap hidden-print'>
+ <grid class="smwofootergrid">
+
+ <row class="smwofooterrow">
+ <cell span="12">
+ <modification type="ShowOnlyFor" group="emailconfirmed, autoconfirmed" />
+ <component type="ToolbarHorizontal" hideTools="no" hideLanguages="yes"/>
+ </cell>
+ </row>
+
+ <row class="smwofooterrow">
+
+ <cell span="6">
+ <component type="FooterInfo"/>
+ </cell>
+
+ <!-- <cell span="6">
+ <component type="FooterPlaces"/>
+ <component type="FooterIcons"/>
+ </cell> -->
+
+ </row>
+ </grid>
+ </row>
+
+</structure>