Wiki source code of Download Feedback
Last modified by Vincent Massol on 2020/04/16
Show last authors
author | version | line-number | content |
---|---|---|---|
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 | <form action="$xwiki.getURL('xwiki:Survey.ProductFeedback')"> | ||
39 | <span class="buttonwrapper"> | ||
40 | <input type="submit" name="takeSurvey" value="Take the Survey" class="button"/> | ||
41 | </span> | ||
42 | </form> | ||
43 | <p class="secondaryText"> This feedback form is optional and all of the results will be published anonymously on XWiki.org</p> | ||
44 | <!-- FORM1 end: XWiki Enterprise --> | ||
45 | |||
46 | </div> | ||
47 | |||
48 | <div class="column half"> | ||
49 | <div class="box floatinginfobox"> | ||
50 | <h3>Need professional support?</h3> | ||
51 | <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> | ||
52 | <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> | ||
53 | <table class="companies" summary="List of companies that support XWiki Projects"> | ||
54 | <tr> | ||
55 | <td><a href="http://www.xwiki.com/"><img alt="XWikiSAS Logo" src="/xwiki/bin/download/XWiki/XWikiOrgSkinExtension/xwikisas.png"/></a></td> | ||
56 | <td>[XWiki SAS>http://www.xwiki.com/]</td> | ||
57 | <td class="commiters">9 active committers</td> | ||
58 | <td>[See offer>Main.Support]</td> | ||
59 | </tr> | ||
60 | <tr> | ||
61 | <td><a href="http://softec.lu/site/Softec/"><img alt="Softec Logo" src="/xwiki/bin/download/XWiki/XWikiOrgSkinExtension/softec.png"/></a></td> | ||
62 | <td>[Softec SA>http://softec.lu]</td> | ||
63 | <td class="commiters">1 active committer</td> | ||
64 | <td>[See offer>Main.Support] </td> | ||
65 | </tr> | ||
66 | <!-- Update: 25 Jan 2015: No more active committers from Kreablo, commented out | ||
67 | <tr> | ||
68 | <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> | ||
69 | <td>[Kreablo AB>http://kreablo.se:8080/x/bin/view/Ext/WebHome]</td> | ||
70 | <td class="commiters">1 active committer</td> | ||
71 | <td>[See offer>Main.Support] </td> | ||
72 | </tr> | ||
73 | --> | ||
74 | <!-- Update: 14 May 2018: No more active committers from EsPresto AG, commented out | ||
75 | <tr> | ||
76 | <td><img alt="EsPresto Logo" src="/xwiki/bin/download/DownloadCode/DownloadFeedback/EsPresto_logo_110x40.png"/></td> | ||
77 | <td>EsPresto AG</td> | ||
78 | <td class="commiters">1 active committer</td> | ||
79 | <td>[See offer>Main.Support]</td> | ||
80 | </tr> | ||
81 | --> | ||
82 | </table> | ||
83 | <p class="secondaryText">Interested in [becoming a support company>dev:Community.Governance] for XWiki Projects?</p> | ||
84 | </div> | ||
85 | </div> | ||
86 | </div> |