Version 16.1 by Vincent Massol on 2020/04/16

Show last authors
1 ## Parameters:
2 ## - downloadLink: link used to download the selected project version from the mirror site
3 ## - projectID: id used to identify the project
4 ## - projectType: specifies the project type, can be 'stable', 'latest'
5 ## - projectVersion: specifies the project version
6 ##
7 #set ($downloadDetails = {
8 '1': ['XWiki', 'xwiki:Documentation.WebHome', 'xwiki']
9 })
10 #set ($downloadLink = $request.get('downloadLink'))
11 #set ($projectID = $request.get('projectID'))
12 #set ($projectType = $request.get('projectType'))
13 #set ($projectVersion = $request.get('projectVersion'))
14 #if (($!downloadLink) && ($!projectID) && ($mathtool.toInteger($request.projectID) > 0) && ($mathtool.toInteger($request.projectID) < 6))
15 <iframe width="1" height="1" frameborder="0" src="$escapetool.xml($downloadLink)"></iframe>
16 <div class="downloadCompleted">
17 <div class="downloadHeader ${downloadDetails.get(${projectID}).get(2)}">
18 <span class="downloadHeader-content">
19 <span class="downloadHeader-project">[${downloadDetails.get(${projectID}).get(0)}>${downloadDetails.get(${projectID}).get(1)}]</span>
20 <span class="downloadHeader-action">Version $!escapetool.xml($projectVersion)</span>
21 </span>
22 <span class="downloadHeader-type">$!escapetool.xml($projectType)</span>
23 </div>
24 <div class="downloadNotes">
25 <p>Thanks for downloading [${downloadDetails.get(${projectID}).get(0)}>${downloadDetails.get(${projectID}).get(1)}]!</p>
26 <p class="secondaryText">Your download should automatically begin in a few seconds, but if not, <a href="$escapetool.xml($downloadLink)">click here</a>.</p>
27 </div>
28 <div class="clearfloats"></div>
29 </div>
30 #end
31
32 <div class="downloadFeedback">
33 <div class="column half">
34
35 <!-- FORM1 start: XWiki -->
36 <h3>Like to share some thoughts?</h3>
37 <p>#if ($!projectID)[${downloadDetails.get(${projectID}).get(0)}>${downloadDetails.get(${projectID}).get(1)}] #else [XWiki>xwiki:Documentation.WebHome] #end needs to meet your expectations. We're looking forward listening to what you have to say about our project and how we could improve it. </p>
38 <p>[Take the survey>xwiki:Survey.ProductFeedback]</p>
39 <p class="secondaryText"> This feedback form is optional and all of the results will be published anonymously on XWiki.org</p>
40 <!-- FORM1 end: XWiki Enterprise -->
41
42 </div>
43
44 <div class="column half">
45 <div class="box floatinginfobox">
46 <h3>Need professional support?</h3>
47 <p>XWiki Projects are supported by an amazing community that is always trying to bring better open-source software to the world. See [community support>Main.Support].</p>
48 <p>If you don't find the solutions you need you can get professional support from our support companies. Here is a list with the companies that provide a variety of services on top of XWiki projects:</p>
49 <table class="companies" summary="List of companies that support XWiki Projects">
50 <tr>
51 <td><a href="http://www.xwiki.com/"><img alt="XWikiSAS Logo" src="/xwiki/bin/download/XWiki/XWikiOrgSkinExtension/xwikisas.png"/></a></td>
52 <td>[XWiki SAS>http://www.xwiki.com/]</td>
53 <td class="commiters">9 active committers</td>
54 <td>[See offer>Main.Support]</td>
55 </tr>
56 <tr>
57 <td><a href="http://softec.lu/site/Softec/"><img alt="Softec Logo" src="/xwiki/bin/download/XWiki/XWikiOrgSkinExtension/softec.png"/></a></td>
58 <td>[Softec SA>http://softec.lu]</td>
59 <td class="commiters">1 active committer</td>
60 <td>[See offer>Main.Support] </td>
61 </tr>
62 <!-- Update: 25 Jan 2015: No more active committers from Kreablo, commented out
63 <tr>
64 <td><a style="overflow:visible;padding-left:23px;padding-right:43px;position:relative;top:-2px;height:40px" href="http://kreablo.se:8080/x/bin/view/Ext/WebHome"><img alt="Kreablo Logo" src="/xwiki/bin/download/DownloadCode/DownloadFeedback/kreablo.png"/></a></td>
65 <td>[Kreablo AB>http://kreablo.se:8080/x/bin/view/Ext/WebHome]</td>
66 <td class="commiters">1 active committer</td>
67 <td>[See offer>Main.Support] </td>
68 </tr>
69 -->
70 <!-- Update: 14 May 2018: No more active committers from EsPresto AG, commented out
71 <tr>
72 <td><img alt="EsPresto Logo" src="/xwiki/bin/download/DownloadCode/DownloadFeedback/EsPresto_logo_110x40.png"/></td>
73 <td>EsPresto AG</td>
74 <td class="commiters">1 active committer</td>
75 <td>[See offer>Main.Support]</td>
76 </tr>
77 -->
78 </table>
79 <p class="secondaryText">Interested in [becoming a support company>dev:Community.Governance] for XWiki Projects?</p>
80 </div>
81 </div>
82 </div>

Get Connected