summaryrefslogtreecommitdiff
path: root/www/wiki/skins/chameleon/layouts/standard.xml
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/skins/chameleon/layouts/standard.xml')
-rw-r--r--www/wiki/skins/chameleon/layouts/standard.xml98
1 files changed, 98 insertions, 0 deletions
diff --git a/www/wiki/skins/chameleon/layouts/standard.xml b/www/wiki/skins/chameleon/layouts/standard.xml
new file mode 100644
index 00000000..ac9d09b5
--- /dev/null
+++ b/www/wiki/skins/chameleon/layouts/standard.xml
@@ -0,0 +1,98 @@
+<?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 skin Chameleon.
+
+@copyright 2013 - 2016, Stephan Gambke
+@license GNU General Public License, version 3 (or any later version)
+
+The Chameleon skin is free software: you can redistribute it and/or modify it
+under the terms of the GNU General Public License as published by the Free
+Software Foundation, either version 3 of the License, or (at your option) any
+later version.
+
+The Chameleon skin is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
+details.
+
+You should have received a copy of the GNU General Public License along
+with this program. If not, see <http://www.gnu.org/licenses/>.
+
+@author Stephan Gambke
+@since 1.0
+@ingroup Skins
+-->
+<structure xmlns="https://cmln.github.io/chameleon/schema/1.0/layout.rng">
+ <grid>
+ <row>
+ <cell span="3">
+ <component type="Logo" addLink="yes"/>
+ </cell>
+
+ <cell span="9">
+
+ <row>
+ <cell span="12">
+ <component type="PersonalTools" hideNewtalkNotifier="yes" class="pull-right"/>
+ <component type="NewtalkNotifier" class="pull-right"/>
+ </cell>
+ </row>
+
+ <row>
+ <cell span="12">
+ <component type="SearchBar" class="pull-right"/>
+ </cell>
+ </row>
+
+ </cell>
+ </row>
+
+ <row>
+ <cell span="12">
+ <component type="NavbarHorizontal">
+ <component type="NavMenu" showTools="no" showLanguages="no"/>
+ </component>
+ </cell>
+ </row>
+
+ <row>
+ <cell span="12">
+ <component type="PageTools"/>
+ </cell>
+ </row>
+
+ <row>
+ <cell span="12">
+ <component type="SiteNotice"/>
+ </cell>
+ </row>
+
+ <row>
+ <cell span="12">
+ <component type="MainContent"/>
+ </cell>
+ </row>
+
+ <row>
+ <cell span="12">
+ <component type="ToolbarHorizontal" hideTools="no" hideLanguages="no"/>
+ </cell>
+ </row>
+
+ <row>
+ <cell span="12">
+ <component type="FooterInfo"/>
+ </cell>
+ </row>
+
+ <row>
+ <cell span="6">
+ <component type="FooterPlaces"/>
+ </cell>
+ <cell span="6">
+ <component type="FooterIcons"/>
+ </cell>
+ </row>
+ </grid>
+</structure>