summaryrefslogtreecommitdiff
path: root/www/wiki/skins/bo/layout-reevo.xml
blob: 77b31db9108f1f53f0bd3b012e83cdb929e6ccf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<?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="Html"  position="right">
			<![CDATA[
			<button 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" class="hidden-xs" showLanguages="no"/>
	</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>
							<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="FooterPlaces"/>
					<component type="FooterIcons"/> -->
				</cell>

				<cell span="6">
					<!-- <component type="LastmodInfo"/> -->
				</cell>
			</row>
		</grid>
	</row>





</structure>