<
From version < 3.1 >
edited by Alex Cotiugă
on 2016/12/13 14:16
To version < 5.2 >
edited by Administrator
on 2017/04/21 15:03
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.AlexCotiuga
1 +XWiki.Admin
Content
... ... @@ -1,16 +1,195 @@
1 -{{include reference='ExtensionCode.HomeBrowse'/}}
1 +{{display reference="Store.Content.Banner"/}}
2 2  
3 -{{include reference='ExtensionCode.HomeSearch'/}}
3 +(% class="hero padding hr" %)
4 +(((
5 +(% class="row hero-section hero-banner" %)
6 +(((
7 +(% class="col-md-6" %)
8 +(((
9 += XWiki Store =
4 4  
11 +(% class="large" %)
12 +Customize your wiki by selecting from our collection of extensions that can be installed on top of XWiki. Mix and match according to your needs and build the perfect platform for your team.
13 +)))
14 +
15 +(% class="col-md-6" %)
16 +(((
17 +(% class="preview" %)
18 +(((
19 +[[image:/xwiki/bin/download/Store/Content/Banner/Store.png||alt="Store.png"]]
20 +)))
21 +)))
22 +)))
23 +)))
24 +
25 +
26 +{{include reference="ExtensionCode.RepositoryCode"/}}
27 +{{include reference="ExtensionCode.CreateExtension"/}}
28 +{{velocity}}{{comment}}
29 +------- ADMIN OPTIONS --------
30 +{{/comment}}
31 +
32 +#if($hasAdmin)
33 +{{html clean="false"}}
34 +<div class="bottom">
35 + <div class="contain clearfix fill-white keyline-top padding-top4">
36 +
37 + <div class="col-md-12">
38 + <div class="blocktitle col-xs-12 col-md-12">
39 + <h1>Admin Options</h1>
40 + <div class="clearfix row">
41 + <div class="col-xs-12">
42 + <div class="featured list-product">
43 + <div class="col-md-6 col-sm-6 item">
44 +{{/html}}
45 +
46 +{{display reference="Store.AddExtension"/}}
47 +
48 +{{html clean="false"}}
49 + </div>
50 + <div class="col-md-6 col-sm-6 item">
51 +{{/html}}
52 +
53 +(% class="extension-link search-extension box" %)(((
54 +(((
55 +=== #if($services.icon)$services.icon.render('find')#end Search Extension... ===
56 +{{html}}
57 +<form action="$xwiki.getURL("Store.Search")">
58 + <input type="hidden" name="f_space" value="Extension" />
59 + <input type="text" name="text" value="extension name..." size="25" class="withTip" id="searchTextInput" />
60 + <span class="buttonwrapper">
61 + <input class="btn btn-primary" type="submit" value="Search" id="searchSubmit"/>
62 + </span>
63 +</form>
64 +{{/html}}
65 +
66 +[[Advanced>>Store.Search]]
67 +
68 +)))
69 +)))
70 +
71 +{{html clean="false"}}
72 + </div>
73 + </div>
74 + </div>
75 + </div>
76 + </div>
77 + </div>
78 + </div>
79 +</div>
80 +{{/html}}
81 +
82 +{{comment}}
83 +------- SEARCH --------
84 +{{/comment}}
85 +
86 +#end{{/velocity}}
87 +
88 +(% class="bottom" %)
89 +(((
90 +(% class="contain clearfix fill-white keyline-top padding-top4" %)
91 +(((
92 +(% class="col-md-12" %)
93 +(((
94 +(% class="blocktitle col-xs-12 col-md-12" %)
95 +(((
96 += Admin Options =
97 +
98 +(% class="clearfix row" %)
99 +(((
100 +(% class="col-xs-12" %)
101 +(((
102 +(% class="featured list-product" %)
103 +(((
104 +(% class="col-md-6 col-sm-6 item" %)
105 +(((
106 +(% class="extension-link add-extension box" %)
107 +(((
108 +(((
109 +(% class="wikigeneratedheader" %)
110 +=== Contribute Extension... ===
111 +
112 +[[Import>>Store.ImportExtension]]
113 +)))
114 +)))
115 +)))
116 +
117 +(% class="col-md-6 col-sm-6 item" %)
118 +(((
119 +(% class="extension-link search-extension box" %)
120 +(((
121 +(((
122 +(% class="wikigeneratedheader" %)
123 +=== Search Extension... ===
124 +
125 +[[Advanced>>Store.Search]]
126 +)))
127 +)))
128 +)))
129 +)))
130 +)))
131 +)))
132 +)))
133 +)))
134 +)))
135 +)))
136 +
137 +
138 +{{comment}}
139 +------- FEATURED EXTENSIONS --------
140 +{{/comment}}
141 +
142 +{{display reference="Store.Content.Featured"/}}
143 +
144 +{{comment}}
145 +------- LIVE TABLE --------
146 +{{/comment}}
147 +
148 +{{html wiki="true"}}
149 +<div class="bottom">
150 + <div class="contain clearfix fill-white keyline-top padding-top4">
151 +
152 + <div class="col-md-12">
153 + <div class="blocktitle col-xs-12 col-md-12">
154 + = All Extensions =
155 + == Browse and filter our available extensions ==
156 + <div class="clearfix row">
157 + <div class="col-xs-12">
5 5  {{velocity}}
6 -#if ($useRecommendations)
7 - #if ($isRecommendedView)
8 - = Recommended Extensions =
9 - #else
10 - = All Extensions =
11 - #end
12 -#end
159 +#set($columns = ["name", "summary", "category"])
160 +#set($columnsProperties = {
161 + "name" : { "type" : "text", "link" : "view" },
162 + "summary" : { "type" : "text" },
163 + "type" : { "type" : "list" },
164 + "category" : { "type" : "list" },
165 + "authors" : { "type" : "text", 'html': true},
166 + "doc.creationDate" : { "type" : "date" },
167 + "doc.date" : { "type" : "date" }
168 +})
169 +#set($options = {
170 + "tagCloud":true,
171 + "className":"ExtensionCode.ExtensionClass",
172 + "selectedColumn":"doc.creationDate",
173 + "defaultOrder":"desc",
174 + "translationPrefix" : "extension.repository.",
175 + "rowCount": 30,
176 + "extraParams": "&space=Extension"
177 +})
178 +#livetable("extensions" $columns $columnsProperties $options)
13 13  {{/velocity}}
180 + </div>
181 + </div>
182 + </div>
183 + </div>
184 + </div>
185 +<p></p>
186 +{{/html}}
14 14  
15 -{{include reference='ExtensionCode.HomeLivetable'/}}
16 -
188 +{{velocity}}
189 +(% class="hidden" %) (((
190 +Temporary provide a link for robots to index all extension.
191 +In the future, this link will be provided via a sitemap.
192 +[[ExtensionCode.AllExtensionsList]]
193 +)))
194 +#set($docextras=[])
195 +{{/velocity}}
hero-lines.svg
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Admin
Size
... ... @@ -1,0 +1,1 @@
1 +11.2 KB
Content
... ... @@ -1,0 +1,145 @@
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3 +<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="1440px" height="580px" viewBox="0 0 1440 580" style="enable-background:new 0 0 1440 580;" xml:space="preserve">
4 +<style type="text/css">
5 + .st0{display:none;}
6 + .st1{display:inline;}
7 + .st2{display:inline;opacity:3.000000e-02;}
8 + .st3{fill:none;stroke:#FFFFFF;stroke-miterlimit:10;}
9 + .st4{opacity:0.56;}
10 + .st5{opacity:0.4;fill:none;stroke:#FFFFFF;stroke-miterlimit:10;}
11 + .st6{opacity:0.5;fill:none;stroke:#FFFFFF;stroke-miterlimit:10;}
12 + .st7{opacity:0.8;fill:none;stroke:#FFFFFF;stroke-miterlimit:10;}
13 + .st8{opacity:0.15;}
14 +</style>
15 +<g id="Layer_2" class="st0">
16 + <g id="rd28z1.tif" class="st1">
17 +
18 + <image style="overflow:visible;" width="801" height="601" id="Layer_0_1_" xlink:href="33A793F948898C0B.png" transform="matrix(1.4232 0 0 1.4232 32.7189 -255.1913)">
19 + </image>
20 + </g>
21 +</g>
22 +<g id="Layer_4" class="st0">
23 + <g class="st2">
24 + <g>
25 + <line class="st3" x1="198.5" y1="828.7" x2="198.5" y2="0"/>
26 + <line class="st3" x1="174.3" y1="828.7" x2="174.3" y2="0"/>
27 + <line class="st3" x1="150" y1="828.7" x2="150" y2="0"/>
28 + <line class="st3" x1="222.8" y1="828.7" x2="222.8" y2="0"/>
29 + <line class="st3" x1="247" y1="828.7" x2="247" y2="0"/>
30 + <line class="st3" x1="271.3" y1="828.7" x2="271.3" y2="0"/>
31 + <line class="st3" x1="295.5" y1="828.7" x2="295.5" y2="0"/>
32 + <line class="st3" x1="319.8" y1="828.7" x2="319.8" y2="0"/>
33 + <line class="st3" x1="344" y1="828.7" x2="344" y2="0"/>
34 + <line class="st3" x1="368.3" y1="828.7" x2="368.3" y2="0"/>
35 + <line class="st3" x1="392.6" y1="828.7" x2="392.6" y2="0"/>
36 + <line class="st3" x1="416.8" y1="828.7" x2="416.8" y2="0"/>
37 + <line class="st3" x1="441.1" y1="828.7" x2="441.1" y2="0"/>
38 + <line class="st3" x1="465.3" y1="828.7" x2="465.3" y2="0"/>
39 + <line class="st3" x1="489.6" y1="828.7" x2="489.6" y2="0"/>
40 + <line class="st3" x1="513.8" y1="828.7" x2="513.8" y2="0"/>
41 + <line class="st3" x1="586.6" y1="828.7" x2="586.6" y2="0"/>
42 + <line class="st3" x1="562.3" y1="828.7" x2="562.3" y2="0"/>
43 + <line class="st3" x1="538.1" y1="828.7" x2="538.1" y2="0"/>
44 + <line class="st3" x1="610.9" y1="828.7" x2="610.9" y2="0"/>
45 + <line class="st3" x1="635.1" y1="828.7" x2="635.1" y2="0"/>
46 + <line class="st3" x1="659.4" y1="828.7" x2="659.4" y2="0"/>
47 + <line class="st3" x1="683.6" y1="828.7" x2="683.6" y2="0"/>
48 + <line class="st3" x1="707.9" y1="828.7" x2="707.9" y2="0"/>
49 + <line class="st3" x1="732.1" y1="828.7" x2="732.1" y2="0"/>
50 + <line class="st3" x1="756.4" y1="828.7" x2="756.4" y2="0"/>
51 + <line class="st3" x1="780.6" y1="828.7" x2="780.6" y2="0"/>
52 + <line class="st3" x1="804.9" y1="828.7" x2="804.9" y2="0"/>
53 + <line class="st3" x1="829.1" y1="828.7" x2="829.1" y2="0"/>
54 + <line class="st3" x1="853.4" y1="828.7" x2="853.4" y2="0"/>
55 + <line class="st3" x1="877.7" y1="828.7" x2="877.7" y2="0"/>
56 + <line class="st3" x1="901.9" y1="828.7" x2="901.9" y2="0"/>
57 + <line class="st3" x1="974.7" y1="828.7" x2="974.7" y2="0"/>
58 + <line class="st3" x1="950.4" y1="828.7" x2="950.4" y2="0"/>
59 + <line class="st3" x1="926.2" y1="828.7" x2="926.2" y2="0"/>
60 + <line class="st3" x1="998.9" y1="828.7" x2="998.9" y2="0"/>
61 + <line class="st3" x1="1023.2" y1="828.7" x2="1023.2" y2="0"/>
62 + <line class="st3" x1="1047.4" y1="828.7" x2="1047.4" y2="0"/>
63 + <line class="st3" x1="1071.7" y1="828.7" x2="1071.7" y2="0"/>
64 + <line class="st3" x1="1096" y1="828.7" x2="1096" y2="0"/>
65 + <line class="st3" x1="1120.2" y1="828.7" x2="1120.2" y2="0"/>
66 + <line class="st3" x1="1144.5" y1="828.7" x2="1144.5" y2="0"/>
67 + <line class="st3" x1="1168.7" y1="828.7" x2="1168.7" y2="0"/>
68 + <line class="st3" x1="1193" y1="828.7" x2="1193" y2="0"/>
69 + <line class="st3" x1="1217.2" y1="828.7" x2="1217.2" y2="0"/>
70 + <line class="st3" x1="1241.5" y1="828.7" x2="1241.5" y2="0"/>
71 + <line class="st3" x1="1265.7" y1="828.7" x2="1265.7" y2="0"/>
72 + <line class="st3" x1="1290" y1="828.7" x2="1290" y2="0"/>
73 + </g>
74 + <line class="st3" x1="1294" y1="1113.2" x2="150" y2="1113.2"/>
75 + <line class="st3" x1="1294" y1="1137.4" x2="150" y2="1137.4"/>
76 + <line class="st3" x1="1294" y1="1161.7" x2="150" y2="1161.7"/>
77 + <line class="st3" x1="1294" y1="1088.9" x2="150" y2="1088.9"/>
78 + <line class="st3" x1="1294" y1="1064.6" x2="150" y2="1064.6"/>
79 + <line class="st3" x1="1294" y1="1040.4" x2="150" y2="1040.4"/>
80 + <line class="st3" x1="1294" y1="1016.1" x2="150" y2="1016.1"/>
81 + <line class="st3" x1="1294" y1="991.9" x2="150" y2="991.9"/>
82 + <line class="st3" x1="1294" y1="967.6" x2="150" y2="967.6"/>
83 + <line class="st3" x1="1294" y1="943.4" x2="150" y2="943.4"/>
84 + <line class="st3" x1="1294" y1="919.1" x2="150" y2="919.1"/>
85 + <line class="st3" x1="1294" y1="894.9" x2="150" y2="894.9"/>
86 + <line class="st3" x1="1294" y1="870.6" x2="150" y2="870.6"/>
87 + <line class="st3" x1="1294" y1="846.3" x2="150" y2="846.3"/>
88 + <line class="st3" x1="1294" y1="822.1" x2="150" y2="822.1"/>
89 + <line class="st3" x1="1294" y1="797.8" x2="150" y2="797.8"/>
90 + <line class="st3" x1="1294" y1="725.1" x2="150" y2="725.1"/>
91 + <line class="st3" x1="1294" y1="749.3" x2="150" y2="749.3"/>
92 + <line class="st3" x1="1294" y1="773.6" x2="150" y2="773.6"/>
93 + <line class="st3" x1="1294" y1="700.8" x2="150" y2="700.8"/>
94 + <line class="st3" x1="1294" y1="676.6" x2="150" y2="676.6"/>
95 + <line class="st3" x1="1294" y1="652.3" x2="150" y2="652.3"/>
96 + <line class="st3" x1="1294" y1="628" x2="150" y2="628"/>
97 + <line class="st3" x1="1294" y1="603.8" x2="150" y2="603.8"/>
98 + <line class="st3" x1="1294" y1="579.5" x2="150" y2="579.5"/>
99 + <line class="st3" x1="1294" y1="555.3" x2="150" y2="555.3"/>
100 + <line class="st3" x1="1294" y1="531" x2="150" y2="531"/>
101 + <line class="st3" x1="1294" y1="506.8" x2="150" y2="506.8"/>
102 + <line class="st3" x1="1294" y1="482.5" x2="150" y2="482.5"/>
103 + <line class="st3" x1="1294" y1="458.3" x2="150" y2="458.3"/>
104 + <line class="st3" x1="1294" y1="434" x2="150" y2="434"/>
105 + <line class="st3" x1="1294" y1="409.8" x2="150" y2="409.8"/>
106 + <line class="st3" x1="1294" y1="337" x2="150" y2="337"/>
107 + <line class="st3" x1="1294" y1="361.2" x2="150" y2="361.2"/>
108 + <line class="st3" x1="1294" y1="385.5" x2="150" y2="385.5"/>
109 + <line class="st3" x1="1294" y1="312.7" x2="150" y2="312.7"/>
110 + <line class="st3" x1="1294" y1="288.5" x2="150" y2="288.5"/>
111 + <line class="st3" x1="1294" y1="264.2" x2="150" y2="264.2"/>
112 + <line class="st3" x1="1294" y1="240" x2="150" y2="240"/>
113 + <line class="st3" x1="1294" y1="215.7" x2="150" y2="215.7"/>
114 + <line class="st3" x1="1294" y1="191.5" x2="150" y2="191.5"/>
115 + <line class="st3" x1="1294" y1="167.2" x2="150" y2="167.2"/>
116 + <line class="st3" x1="1294" y1="142.9" x2="150" y2="142.9"/>
117 + <line class="st3" x1="1294" y1="118.7" x2="150" y2="118.7"/>
118 + <line class="st3" x1="1294" y1="94.4" x2="150" y2="94.4"/>
119 + <line class="st3" x1="1294" y1="70.2" x2="150" y2="70.2"/>
120 + <line class="st3" x1="1294" y1="45.9" x2="150" y2="45.9"/>
121 + <line class="st3" x1="1294" y1="21.7" x2="150" y2="21.7"/>
122 + </g>
123 +</g>
124 +<g id="Layer_3">
125 + <path class="st3" d="M0,232"/>
126 + <g class="st4">
127 + <path class="st5" d="M0,303.5c5.4,43.9,10.8,73.8,15.2,73.5c8-0.6,7.6-101.6,14.3-101.9c5.1-0.3,11.2,97.5,14.3,97.2 c2.2-0.2-1.4-47.9,15.2-71.1c2.4-3.4,8.2-11.5,16.1-11.9c6.3-0.3,8.1,4.7,12.5,3.6c10.2-2.8,10.8-32.8,17-33.2 c4.5-0.3,4.8,15.3,14.3,26.1c9.9,11.2,16.9,2.7,30.3,10.7c22.2,13.2,23.9,48.9,39.3,48.6c5.8-0.1,9.5-5.4,16.1-2.4 c5.5,2.5,5.6,7.3,10.7,11.9c8.8,7.8,15-0.5,29.4,3.6c12.5,3.5,12.2,11,23.2,13c11,2,13.3-5,25.9-7.1c20.2-3.4,25.7,12.9,47.3,11.9 c14.7-0.7,12.2-8.3,28.6-10.7c13.6-2,28.4,3,58,13c4.5,1.5,13.9,4.8,25.9,2.4c5.2-1.1,7.3-2.5,10.7-3.6 c14.6-4.6,24.4,6.4,38.4,11.9c16.4,6.4,30.6,2,56.2-5.9c23.7-7.3,25.1-14.1,37.5-11.9c15.3,2.8,26.1,15.5,33.9,8.3 c4.3-4,2.8-9.7,7.1-13c7.1-5.5,15.2,6.9,29.4,11.9c20.1,7,25.4-10.3,44.6-3.6c17.2,6.1,18,21.6,30.3,20.2 c11.6-1.4,16.3-15.6,30.3-14.2c4.9,0.5,4,2.2,10.7,3.6c12.7,2.5,23.2-2.2,31.2-5.9c10.4-4.8,9.7-6.9,16.1-9.5 c22.1-9,35.1,13.8,65.1,10.7c6.9-0.7,3.8-1.7,17.8-4.7c9.5-2.1,31.5-6.2,60.7-3.6c20.7,1.9,17,4.6,41.9,7.1 c29.9,3.1,42.4-0.1,46.4-1.2c17.5-4.8,16.6-10.3,30.3-13c17.4-3.5,21.8,4.8,52.6,11.9c16.7,3.8,29.3,4.5,53.5,5.9 c14.9,0.9,22.5,1.3,33,0c21.9-2.6,20.8-7.9,35.7-8.3c19.8-0.5,24.7,8.7,47.3,7.1c8.9-0.6,8.1-2.1,18.7-3.6 c28.2-3.9,40,5.3,70.5,5.9c6.9,0.1,17.4-0.1,30.3-2.4"/>
128 + <path class="st6" d="M2.7,570.2c3.3,1.4,8,2.4,12.5,0c24.9-13.5,14.6-118.7,22.3-119.7c4.6-0.6,9,37,20.5,37.9 c4.4,0.4,5.9-5.1,11.6-5.9c8.6-1.3,14.1,9.8,23.2,20.2c16.6,18.9,42.3,31.9,55.3,21.3c4.2-3.5,3.5-6.4,8-9.5 c9.5-6.3,19.6,2.1,33.9,9.5c15,7.8,41.1,21.3,58,8.3c7.9-6.1,5.4-11.5,12.5-19c21.8-22.8,52.9,20.1,99.9,7.1 c19.7-5.5,16.6-13.7,33-15.4c27-2.8,47.6,18,71.4,9.5c2.4-0.9,6-2.4,11.6-3.6c15.2-3,18.1,2.6,26.8-1.2 c10.2-4.4,10.3-13.9,19.6-15.4c6.4-1,6.9,3.3,15.2,4.7c16.4,2.9,24.1-12.5,34.8-5.9c4.8,2.9,4.7,6.9,9.8,8.3 c5.1,1.4,6.5-2.2,16.1-4.7c3.5-0.9,3-0.4,18.7-2.4c4.9-0.6,8.2-1.1,8.9-1.2c45-6.1,113.3,5.9,113.3,5.9 c38.1,6.7,52.8,12.8,76.7,3.6c11.2-4.3,8.9-6,20.5-10.7c34.4-13.8,68.4-4.6,90.1,1.2c18.7,5,30.1,10.8,42.8,3.6 c3.5-2,8.4-5.7,15.2-4.7c8.5,1.2,12.1,8.9,17.8,13c11.6,8.3,23.7-3.3,41.9-10.7c24.2-9.8,45.5-6.3,76.7-1.2 c23.3,3.8,22.9,7.8,40.1,8.3c20.6,0.6,24-5.1,51.7-8.3c9.8-1.1,29.4-3.3,53.5,0c25.7,3.5,27.4,9.2,48.2,9.5 c12.4,0.2,22.3-1.9,41.9-5.9c25.3-5.2,29.6-8.7,43.7-9.5c16.9-1,30.7,2.8,39.3,5.9"/>
129 + <path class="st7" d="M3.6,471.8c4.5-73.6,12.7-152.4,28.6-154.1c2.9-0.3,5.2,2.2,9.8,7.1c17.3,18.7,14.7,39.1,29.4,71.1 c3.9,8.6,18.3,39.8,31.2,36.7c6.3-1.5,10.7-10.8,17-8.3c4.7,1.9,4.9,8.1,8,8.3c7.1,0.3,9.9-32.2,18.7-33.2 c5.9-0.7,8.6,13.6,16.1,13c6.2-0.5,7.7-10.7,13.4-10.7c5.7,0,6.3,10.4,13.4,16.6c12,10.5,36.1,3.1,48.2-14.2 c4.4-6.4,6-12.4,10.7-13c6.5-0.9,8.7,10,17,14.2c11.3,5.8,16.7-9.8,33.9-10.7c17.2-0.9,21.1,14.2,37.5,10.7 c11.5-2.5,10-9.9,21.4-11.9c15.8-2.7,23.6,10.7,35.7,3.6c4.9-2.9,4.9-5.9,10.7-8.3c9.2-3.9,12.9,2,18.7-1.2 c9.8-5.4,6.8-25.7,15.2-29.6c5.7-2.7,8.8,6.1,20.5,10.7c8.6,3.4,17,1.5,33.9-2.4c24.7-5.6,21.7-9.6,30.3-9.5 c15.7,0.2,17.5,12,52.6,30.8c18.3,9.8,24.8,10.4,30.3,7.1c4.7-2.7,8.7-8.2,16.1-8.3c5-0.1,7.1,2.4,10.7,3.6 c14.1,4.6,21.6-20.1,38.4-22.5c14.1-2.1,15.5,14.4,34.8,16.6c17.5,2,19.3-11.1,35.7-8.3c17.6,3,24.4,19.6,35.7,14.2 c6.6-3.1,5.6-9.3,12.5-14.2c12.3-8.8,24.5,4.6,41.9,8.3c20,4.3,25.1-8.9,51.7-15.4c27.7-6.7,29.8,5.6,72.3,7.1 c36.6,1.3,37.8-7.8,77.6-7.1c29.7,0.5,26.9,5.6,64.2,8.3c43.8,3.2,65.6,4.8,93.7-4.7c24.5-8.3,32.3-17.8,50.9-14.2 c12.5,2.4,21.6,9.2,39.3,7.1c10.9-1.3,11.1-4.3,21.4-4.7c17.4-0.7,19.8,7.8,35.7,7.1c10.8-0.5,10.8-4.4,27.7-7.1 c10.4-1.7,17-1.2,24.1-1.2c11.1,0,27.3-1.3,48.2-7.1"/>
130 + </g>
131 + <line class="st3" x1="0" y1="580" x2="1440" y2="580"/>
132 + <g class="st8">
133 + <line class="st3" x1="0" y1="58" x2="1440" y2="58"/>
134 + <line class="st3" x1="0" y1="116" x2="1440" y2="116"/>
135 + <line class="st3" x1="0" y1="174" x2="1440" y2="174"/>
136 + <line class="st3" x1="1.3" y1="232" x2="1441.3" y2="232"/>
137 + <line class="st3" x1="0" y1="290" x2="1440" y2="290"/>
138 + <line class="st3" x1="0" y1="348" x2="1440" y2="348"/>
139 + <line class="st3" x1="0" y1="406" x2="1440" y2="406"/>
140 + <line class="st3" x1="0" y1="464" x2="1440" y2="464"/>
141 + <line class="st3" x1="0" y1="522" x2="1440" y2="522"/>
142 + <line class="st3" x1="0" y1="0" x2="1440" y2="0"/>
143 + </g>
144 +</g>
145 +</svg>
XWiki.DocumentSheetBinding[0]
Sheet
... ... @@ -1,1 +1,0 @@
1 -ExtensionCode.HomeSheet
XWiki SAS Copyright © 2024