forked from Wikifab/skin-wikifab-style
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlayout-wikifab.xml
146 lines (118 loc) · 4.56 KB
/
layout-wikifab.xml
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of the MediaWiki skin Chameleon.
@copyright 2013 - 2014, 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>
<component type="WikifabPrintHeader"></component>
<component type="NavbarHorizontal" fixed="0">
<component type="Logo" position="head"></component>
<!-- <component type="ExploreSearchBar"></component> -->
<component type="SearchBar"></component>
<component type="NavMenu" flatten="navigation"></component>
<component type="MessageContent" name="CreateTutorialBtnNotAllowed" position="right">
<modification type="ShowOnlyFor" group="*"></modification>
<modification type="HideFor" group="autoconfirmed"></modification>
</component>
<component type="MessageContent" name="CreateTutorialBtn" position="right">
<modification type="ShowOnlyFor" group="autoconfirmed"></modification>
</component>
<component type="PersonalTools" position="right"> </component>
</component>
<component type="MainContentHeader">
<!-- Hide tool bar to specific pages -->
<modification type="HideFor" page="Main_Page,Accueil,WfExplore,ExploreGroups,Contribuer,Community,Developers,UpdateProfile,
UpdateProfile/personal,Creator_handbook,Group,UserBoardAdvanced,Groups,Groupes,AboutGroups,Explore,Contribute,Tutorial,Help,About,Get_started,Best_practices"></modification>
<modification type="HideFor" namespace="NS_GROUP,NS_HELP,NS_USER"></modification>
<component type="Title" position="head"></component>
<component type="PageToolsTabs" position="left"></component>
<component type="PageLinks" position="right"></component>
<component type="PageToolsDropdown" position="right"></component>
</component>
<component>
<modification type="HideFor" page="Main_Page,Accueil,ExploreGroups,Contribuer,Community,Developers,WfExplore,Creator_handbook,Group,Groups,Groupes,AboutGroups,Explore,Contribute,Tutorial,Help,About,Get_started,Best_practices"></modification>
<modification type="HideFor" namespace="NS_GROUP,NS_HELP"></modification>
<grid>
<row class="siteNoticeArea">
<cell span="12">
<component type="SiteNotice"></component>
</cell>
</row>
<row>
<cell span="12">
<component type="MainContentWithoutTitle"></component>
</cell>
</row>
</grid>
</component>
<component>
<modification type="ShowOnlyFor" page="Main_Page,Accueil,WfExplore,ExploreGroups,Contribuer,Community,Developers,Creator_handbook,Group,Groups,Groupes,AboutGroups,Explore,Contribute,Tutorial,Help,About,Get_started,Best_practices"></modification>
<component type="MainContentWithoutTitle"></component>
</component>
<component>
<modification type="ShowOnlyFor" namespace="NS_GROUP,NS_HELP"></modification>
<component type="MainContentWithoutTitle"></component>
</component>
<component class="footerdata">
<grid>
<row>
<cell span="12">
<component type="WikifabFooterInfo"></component>
</cell>
</row>
</grid>
</component>
<component class="footer-main">
<component class="container">
<component type="WikifabFooterLinks"></component>
<row class="footer-credits">
<cell span="7">
<component type="MessageContent" name="WikifabFooter"></component>
</cell>
<cell span="5">
<component type="FooterIcons"></component>
</cell>
</row>
</component>
</component>
<component type="WikifabPrintFooter"></component>
<!-- Hide original MediaWiki Footer -->
<!--
<component class="footer-test">
<grid>
<row class="footer-div">
<cell span="12">
<component type="ToolbarHorizontal"></component>
</cell>
</row>
<row class="footer-div">
<cell span="12">
<component type="FooterInfo"></component>
</cell>
</row>
<row class="footer-div">
<cell span="6">
<component type="FooterPlaces"></component>
</cell>
<cell span="6">
<component type="FooterIcons"></component>
</cell>
</row>
</grid>
</component>
-->
</structure>