summaryrefslogtreecommitdiff
path: root/www/wiki/deployments/base/layout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/deployments/base/layout.xml')
-rw-r--r--www/wiki/deployments/base/layout.xml115
1 files changed, 115 insertions, 0 deletions
diff --git a/www/wiki/deployments/base/layout.xml b/www/wiki/deployments/base/layout.xml
new file mode 100644
index 00000000..030b1dee
--- /dev/null
+++ b/www/wiki/deployments/base/layout.xml
@@ -0,0 +1,115 @@
+<?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="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="PersonalTools" position="right" class="hidden-xs"/>
+ </component>
+
+ <component type="ContentHeader"/>
+
+
+
+ <row>
+ <modification type="ShowOnlyFor" category="ConFormato" />
+ <component type="ContentBody"/>
+ </row>
+
+ <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>
+ <modification type="HideFor" category="ConFormato" />
+ <component type="ContentBody"/>
+ </row>
+ <row>
+ <modification type="ShowOnlyFor" group="emailconfirmed, autoconfirmed" />
+ <component type="LastmodInfo"/>
+ </row>
+ </grid>
+
+ <row class='footerwrap hidden-print'>
+ <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>
+ </div>
+ ]]>
+ </component>
+ </cell>
+
+
+ <cell span="6">
+ <!-- <component type="FooterPlaces"/>
+ <component type="FooterIcons"/> -->
+ </cell>
+
+ <cell span="6">
+ <!-- <component type="LastmodInfo"/> -->
+ </cell>
+ </row>
+ </grid>
+ </row>
+
+
+
+
+
+</structure>