Show last authors
1 {{display reference="Store.Content.Banner"/}}
2
3 {{include reference="ExtensionCode.RepositoryCode"/}}
4 {{include reference="ExtensionCode.CreateExtension"/}}
5 {{velocity}}{{comment}}
6 ------- ADMIN OPTIONS --------
7 {{/comment}}
8
9 #if($hasAdmin)
10 {{html clean="false"}}
11 <div class="bottom">
12 <div class="contain clearfix fill-white keyline-top padding-top4">
13
14 <div class="col-md-12">
15 <div class="blocktitle col-xs-12 col-md-12">
16 <h1>Admin Options</h1>
17 <div class="clearfix row">
18 <div class="col-xs-12">
19 <div class="featured list-product">
20 <div class="col-md-6 col-sm-6 item">
21 {{/html}}
22
23 {{display reference="Store.AddExtension"/}}
24
25 {{html clean="false"}}
26 </div>
27 <div class="col-md-6 col-sm-6 item">
28 {{/html}}
29
30 (% class="extension-link search-extension box" %)(((
31 (((
32 === #if($services.icon)$services.icon.render('find')#end Search Extension... ===
33 {{html}}
34 <form action="$xwiki.getURL("Store.Search")">
35 <input type="hidden" name="f_space" value="Extension" />
36 <input type="text" name="text" value="extension name..." size="25" class="withTip" id="searchTextInput" />
37 <span class="buttonwrapper">
38 <input class="btn btn-primary" type="submit" value="Search" id="searchSubmit"/>
39 </span>
40 </form>
41 {{/html}}
42
43 [[Advanced>>Store.Search]]
44
45 )))
46 )))
47
48 {{html clean="false"}}
49 </div>
50 </div>
51 </div>
52 </div>
53 </div>
54 </div>
55 </div>
56 </div>
57 {{/html}}
58
59 {{comment}}
60 ------- SEARCH --------
61 {{/comment}}
62
63 #end
64 {{/velocity}}
65
66 {{comment}}
67 ------- FEATURED EXTENSIONS --------
68 {{/comment}}
69
70 {{display reference="Store.Content.Featured"/}}
71
72 {{comment}}
73 ------- LIVE TABLE --------
74 {{/comment}}
75
76 {{html wiki="true"}}
77 <div class="bottom">
78 <div class="contain clearfix fill-white keyline-top padding-top4">
79
80 <div class="col-md-12">
81 <div class="blocktitle col-xs-12 col-md-12">
82 = All Extensions =
83 == Browse and filter our available extensions ==
84 <div class="clearfix row">
85 <div class="col-xs-12">
86 {{velocity}}
87 #set($columns = ["name", "summary", "category"])
88 #set($columnsProperties = {
89 "name" : { "type" : "text", "link" : "view" },
90 "summary" : { "type" : "text" },
91 "type" : { "type" : "list" },
92 "category" : { "type" : "list" },
93 "authors" : { "type" : "text", 'html': true},
94 "doc.creationDate" : { "type" : "date" },
95 "doc.date" : { "type" : "date" }
96 })
97 #set($options = {
98 "tagCloud":true,
99 "className":"ExtensionCode.ExtensionClass",
100 "selectedColumn":"doc.creationDate",
101 "defaultOrder":"desc",
102 "translationPrefix" : "extension.repository.",
103 "rowCount": 30,
104 "extraParams": "&space=Extension"
105 })
106 #livetable("extensions" $columns $columnsProperties $options)
107 {{/velocity}}
108 </div>
109 </div>
110 </div>
111 </div>
112 </div>
113 <p></p>
114 {{/html}}
115
116 {{velocity}}
117 (% class="hidden" %) (((
118 Temporary provide a link for robots to index all extension.
119 In the future, this link will be provided via a sitemap.
120 [[ExtensionCode.AllExtensionsList]]
121 )))
122 #set($docextras=[])
123 {{/velocity}}
XWiki SAS Copyright © 2024