Wiki source code of #if("$!{request.projectID}"=="")$msg.get('download.feedback.title.noproject')#else$msg.get('download.feedback.title.project', [$mathtool.toInteger($request.projectID)])#end
Version 5.1 by Sergiu Dumitriu on 2012/12/28
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 Enterprise', 'enterprise:Main.WebHome', 'enterprise'], | ||
9 | '2': ['XWiki Enterprise Manager', 'manager:Main.WebHome', 'manager'], | ||
10 | '3': ['XWiki Watch', 'watch:Main.WebHome', 'watch'], | ||
11 | '4': ['XWiki Eclipse', 'xeclipse:Main.WebHome', 'eclipse'], | ||
12 | '5': ['XWiki Office', 'xoffice:Main.WebHome', 'office'] | ||
13 | }) | ||
14 | #set ($downloadLink = $request.get('downloadLink')) | ||
15 | #set ($projectID = $request.get('projectID')) | ||
16 | #set ($projectType = $request.get('projectType')) | ||
17 | #set ($projectVersion = $request.get('projectVersion')) | ||
18 | #if (($!downloadLink) && ($!projectID) && ($mathtool.toInteger($request.projectID) > 0) && ($mathtool.toInteger($request.projectID) < 6)) | ||
19 | <iframe width="1" height="1" frameborder="0" src="$escapetool.xml($downloadLink)"></iframe> | ||
20 | <div class="downloadCompleted"> | ||
21 | <div class="downloadHeader ${downloadDetails.get(${projectID}).get(2)}"> | ||
22 | <span class="downloadHeader-content"> | ||
23 | <span class="downloadHeader-project">[${downloadDetails.get(${projectID}).get(0)}>${downloadDetails.get(${projectID}).get(1)}]</span> | ||
24 | <span class="downloadHeader-action">Version $!escapetool.xml($projectVersion)</span> | ||
25 | </span> | ||
26 | <span class="downloadHeader-type">$!escapetool.xml($projectType)</span> | ||
27 | </div> | ||
28 | <div class="downloadNotes"> | ||
29 | <p>Thanks for downloading [${downloadDetails.get(${projectID}).get(0)}>${downloadDetails.get(${projectID}).get(1)}]!</p> | ||
30 | <p class="secondaryText">Your download should automatically begin in a few seconds, but if not, <a href="$escapetool.xml($downloadLink)">click here</a>.</p> | ||
31 | </div> | ||
32 | <div class="clearfloats"></div> | ||
33 | </div> | ||
34 | #end | ||
35 | |||
36 | #* | ||
37 | #error("The OW2 download servers are currently down. Please temporarily use the following links to download XWiki: | ||
38 | * [XWiki Enterprise files>http://maven.xwiki.org/releases/com/xpn/xwiki/products/xwiki-enterprise/] | ||
39 | * [XWiki Platform Standard WAR>http://maven.xwiki.org/releases/com/xpn/xwiki/platform/xwiki-web-standard/] | ||
40 | * [XWiki Platform eXo WAR>http://maven.xwiki.org/releases/com/xpn/xwiki/platform/xwiki-web-exo/] | ||
41 | * [XWiki Enterprise Manager files>http://maven.xwiki.org/releases/com/xpn/xwiki/products/xwiki-enterprise-manager/] | ||
42 | * [XWiki Plugins>http://maven.xwiki.org/releases/com/xpn/xwiki/platform/plugins/] | ||
43 | * [XWiki Applications>http://maven.xwiki.org/releases/com/xpn/xwiki/platform/applications/]") | ||
44 | *# | ||
45 | |||
46 | <div class="downloadFeedback"> | ||
47 | <div class="column half"> | ||
48 | |||
49 | <!-- FORM1 start: XWiki Enterprise --> | ||
50 | <!-- form1: head section --> | ||
51 | <script type="text/javascript" src="http://www.tfaforms.com/wForms/3.4/js/wforms.js"></script> | ||
52 | <script type="text/javascript" src="http://www.tfaforms.com/wForms/3.4/js/wforms_custom_validation.js"></script> | ||
53 | <script type="text/javascript" src="http://www.tfaforms.com/wForms/3.4/js/localization-en_GB.js"></script> | ||
54 | <script type="text/javascript" src="http://www.tfaforms.com/wForms/3.4/js/wforms_prefill.js"></script> | ||
55 | <!-- form1: body section --> | ||
56 | <h3>Like to share some thoughts?</h3> | ||
57 | <p>#if ($!projectID)[${downloadDetails.get(${projectID}).get(0)}>${downloadDetails.get(${projectID}).get(1)}] #else [XWiki Enterprise>enterprise:Main.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> | ||
58 | <p class="secondaryText"> This feedback form is optional and all of the results will be published anonymously on XWiki.org</p> | ||
59 | <div class="wFormContainer"><div class="wForm wFormdefaultWidth"> | ||
60 | <form method="post" action="http://www.tfaforms.com/responses/processor" id="id2653488" class="labelsAbove hintsSide xform"> | ||
61 | <fieldset id="tfa_Tellusabout" class="wfSection"> | ||
62 | <legend>Tell us about</legend> | ||
63 | <div id="tfa_Utility-D" class="oneField"> | ||
64 | <label class="preField" for="tfa_Utility">Utility</label> | ||
65 | <span class="field-hint-inactive xHint" id="tfa_Utility-H"><span>Which needs do you expect our project to answer?</span></span> | ||
66 | <select id="tfa_Utility" name="tfa_Utility" class=""><option value="">Please select...</option> | ||
67 | <option value="tfa_ApplicationDevel" class="">Application Development Platform</option> | ||
68 | <option value="tfa_IntranetExtranet" class="">Intranet / Extranet</option> | ||
69 | <option value="tfa_WikiFarmManageme" class="">Wiki Farm Management</option> | ||
70 | <option value="tfa_KnowledgeBase" class="">Knowledge Base</option> | ||
71 | <option value="tfa_ParticipativeWeb" class="">Participative Website</option> | ||
72 | <option value="tfa_CollaborativeWat" class="">Collaborative Watch</option> | ||
73 | <option value="tfa_ProjectManagemen" class="">Project Management</option> | ||
74 | <option value="tfa_CollaborativeWor" class="">Collaborative Work Document Management</option> | ||
75 | <option value="tfa_SkillsManagement" class="">Skills Management</option> | ||
76 | <option value="tfa_Other" class="">Other</option></select> | ||
77 | </div> | ||
78 | <div id="tfa_Usage-D" class="oneField"> | ||
79 | <label class="preField" for="tfa_Usage">Usage</label> | ||
80 | <span class="field-hint-inactive xHint" id="tfa_Usage-H"><span>Where do you use mainly #if ($!projectID)${downloadDetails.get(${projectID}).get(0)} #else XWiki Enterprise#end?</span></span> | ||
81 | <select id="tfa_Usage" name="tfa_Usage" class=""><option value="">Please select...</option> | ||
82 | <option value="tfa_Attheoffice" class="">At the office</option> | ||
83 | <option value="tfa_Athome" class="">At home</option> | ||
84 | <option value="tfa_Other1" class="">Other</option></select> | ||
85 | </div> | ||
86 | <div id="tfa_Period-D" class="oneField"> | ||
87 | <label class="preField" for="tfa_Period">Period</label> | ||
88 | <span class="field-hint-inactive xHint" id="tfa_Period-H"><span>How long have you been using #if ($!projectID)${downloadDetails.get(${projectID}).get(0)} #else XWiki Enterprise#end?</span></span> | ||
89 | <select id="tfa_Period" name="tfa_Period" class=""><option value="">Please select...</option> | ||
90 | <option value="tfa_Lessthan6months" class="">Less than 6 months</option> | ||
91 | <option value="tfa_6monthsto1year" class="">6 months to 1 year</option> | ||
92 | <option value="tfa_Morethan1year" class="">More than 1 year</option></select> | ||
93 | </div> | ||
94 | <div id="tfa_System-D" class="oneField"> | ||
95 | <label class="preField" for="tfa_System">System</label> | ||
96 | <span class="field-hint-inactive xHint" id="tfa_System-H"><span>Which operating system do you use?</span></span> | ||
97 | <select id="tfa_System" name="tfa_System" class=""><option value="">Please select...</option> | ||
98 | <option value="tfa_Windows" class="">Windows</option> | ||
99 | <option value="tfa_MacOS" class="">Mac OS</option> | ||
100 | <option value="tfa_Linux" class="">Linux</option> | ||
101 | <option value="tfa_Other2" class="">Other</option></select> | ||
102 | </div> | ||
103 | <div id="tfa_Version-D" class="oneField"> | ||
104 | <label class="preField" for="tfa_Version">Version</label> | ||
105 | <span class="field-hint-inactive xHint" id="tfa_Version-H"><span>Which version of #if ($!projectID)${downloadDetails.get(${projectID}).get(0)} #else XWiki Enterprise#end do you use?</span></span> | ||
106 | <select id="tfa_Version" name="tfa_Version" class=""><option value="">Please select...</option> | ||
107 | <option value="tfa_Latest" class="">Latest</option> | ||
108 | <option value="tfa_Other3" class="">Other</option></select> | ||
109 | </div> | ||
110 | </fieldset> | ||
111 | <fieldset id="tfa_Howwouldyougrade" class="wfSection"> | ||
112 | <legend>How would you grade our</legend> | ||
113 | <div id="tfa_Usability-D" class="oneField"> | ||
114 | <label class="preField">Usability</label> | ||
115 | <span class="field-hint-inactive xHint" id="tfa_Usability-H"><span>Do you think the project is easy to use and learnable?</span></span> | ||
116 | <span id="tfa_Usability" class="choices"><span class="oneChoice"><input type="radio" value="tfa_0" class="" id="tfa_0" name="tfa_Usability"><span for="tfa_0" class="postField">0</span></span><span class="oneChoice"><input type="radio" value="tfa_1" class="" id="tfa_1" name="tfa_Usability"><span for="tfa_1" class="postField">1</span></span><span class="oneChoice"><input type="radio" value="tfa_2" class="" id="tfa_2" name="tfa_Usability"><span for="tfa_2" class="postField">2</span></span><span class="oneChoice"><input type="radio" value="tfa_3" class="" id="tfa_3" name="tfa_Usability"><span for="tfa_3" class="postField">3</span></span><span class="oneChoice"><input type="radio" value="tfa_4" class="" id="tfa_4" name="tfa_Usability"><span for="tfa_4" class="postField">4</span></span><span class="oneChoice"><input type="radio" value="tfa_5" class="" id="tfa_5" name="tfa_Usability"><span for="tfa_5" class="postField">5</span></span></span> | ||
117 | </div> | ||
118 | <div id="tfa_Simplicity-D" class="oneField"> | ||
119 | <label class="preField">Simplicity</label> | ||
120 | <span class="field-hint-inactive xHint" id="tfa_Simplicity-H"><span>How fast can you resolve your task?</span></span> | ||
121 | <span id="tfa_Simplicity" class="choices"><span class="oneChoice"><input type="radio" value="tfa_01" class="" id="tfa_01" name="tfa_Simplicity"><span for="tfa_01" class="postField">0</span></span><span class="oneChoice"><input type="radio" value="tfa_11" class="" id="tfa_11" name="tfa_Simplicity"><span for="tfa_11" class="postField">1</span></span><span class="oneChoice"><input type="radio" value="tfa_21" class="" id="tfa_21" name="tfa_Simplicity"><span for="tfa_21" class="postField">2</span></span><span class="oneChoice"><input type="radio" value="tfa_31" class="" id="tfa_31" name="tfa_Simplicity"><span for="tfa_31" class="postField">3</span></span><span class="oneChoice"><input type="radio" value="tfa_41" class="" id="tfa_41" name="tfa_Simplicity"><span for="tfa_41" class="postField">4</span></span><span class="oneChoice"><input type="radio" value="tfa_51" class="" id="tfa_51" name="tfa_Simplicity"><span for="tfa_51" class="postField">5</span></span></span> | ||
122 | </div> | ||
123 | <div id="tfa_Stability-D" class="oneField"> | ||
124 | <label class="preField">Stability</label> | ||
125 | <span class="field-hint-inactive xHint" id="tfa_Stability-H"><span>Is our project stable enought?</span></span> | ||
126 | <span id="tfa_Stability" class="choices"><span class="oneChoice"><input type="radio" value="tfa_02" class="" id="tfa_02" name="tfa_Stability"><span for="tfa_02" class="postField">0</span></span><span class="oneChoice"><input type="radio" value="tfa_12" class="" id="tfa_12" name="tfa_Stability"><span for="tfa_12" class="postField">1</span></span><span class="oneChoice"><input type="radio" value="tfa_22" class="" id="tfa_22" name="tfa_Stability"><span for="tfa_22" class="postField">2</span></span><span class="oneChoice"><input type="radio" value="tfa_32" class="" id="tfa_32" name="tfa_Stability"><span for="tfa_32" class="postField">3</span></span><span class="oneChoice"><input type="radio" value="tfa_42" class="" id="tfa_42" name="tfa_Stability"><span for="tfa_42" class="postField">4</span></span><span class="oneChoice"><input type="radio" value="tfa_52" class="" id="tfa_52" name="tfa_Stability"><span for="tfa_52" class="postField">5</span></span></span> | ||
127 | </div> | ||
128 | <div id="tfa_Design-D" class="oneField"> | ||
129 | <label class="preField">Design</label> | ||
130 | <span class="field-hint-inactive xHint" id="tfa_Design-H"><span>What do you think about our style?</span></span> | ||
131 | <span id="tfa_Design" class="choices"><span class="oneChoice"><input type="radio" value="tfa_03" class="" id="tfa_03" name="tfa_Design"><span for="tfa_03" class="postField">0</span></span><span class="oneChoice"><input type="radio" value="tfa_13" class="" id="tfa_13" name="tfa_Design"><span for="tfa_13" class="postField">1</span></span><span class="oneChoice"><input type="radio" value="tfa_23" class="" id="tfa_23" name="tfa_Design"><span for="tfa_23" class="postField">2</span></span><span class="oneChoice"><input type="radio" value="tfa_33" class="" id="tfa_33" name="tfa_Design"><span for="tfa_33" class="postField">3</span></span><span class="oneChoice"><input type="radio" value="tfa_43" class="" id="tfa_43" name="tfa_Design"><span for="tfa_43" class="postField">4</span></span><span class="oneChoice"><input type="radio" value="tfa_53" class="" id="tfa_53" name="tfa_Design"><span for="tfa_53" class="postField">5</span></span></span> | ||
132 | </div> | ||
133 | <div id="tfa_Speed-D" class="oneField"> | ||
134 | <label class="preField">Speed</label> | ||
135 | <span class="field-hint-inactive xHint" id="tfa_Speed-H"><span>How speedy is everything working?</span></span> | ||
136 | <span id="tfa_Speed" class="choices"><span class="oneChoice"><input type="radio" value="tfa_04" class="" id="tfa_04" name="tfa_Speed"><span for="tfa_04" class="postField">0</span></span><span class="oneChoice"><input type="radio" value="tfa_14" class="" id="tfa_14" name="tfa_Speed"><span for="tfa_14" class="postField">1</span></span><span class="oneChoice"><input type="radio" value="tfa_24" class="" id="tfa_24" name="tfa_Speed"><span for="tfa_24" class="postField">2</span></span><span class="oneChoice"><input type="radio" value="tfa_34" class="" id="tfa_34" name="tfa_Speed"><span for="tfa_34" class="postField">3</span></span><span class="oneChoice"><input type="radio" value="tfa_44" class="" id="tfa_44" name="tfa_Speed"><span for="tfa_44" class="postField">4</span></span><span class="oneChoice"><input type="radio" value="tfa_54" class="" id="tfa_54" name="tfa_Speed"><span for="tfa_54" class="postField">5</span></span></span> | ||
137 | </div> | ||
138 | </fieldset> | ||
139 | <fieldset id="tfa_Wouldyouliketoge" class="wfSection"> | ||
140 | <legend>Would you like to get into details?</legend> | ||
141 | <div id="tfa_SuggestImproveme-D" class="oneField"> | ||
142 | <label class="preField" for="tfa_SuggestImproveme">Suggest Improvements</label> | ||
143 | <span class="field-hint-inactive xHint" id="tfa_SuggestImproveme-H"><span>Which improvements would you like to see implemented?</span></span> | ||
144 | <textarea cols="40" rows="4" id="tfa_SuggestImproveme" name="tfa_SuggestImproveme" class=""></textarea> | ||
145 | </div> | ||
146 | <div id="tfa_Anythingelse-D" class="oneField"> | ||
147 | <label class="preField" for="tfa_Anythingelse">Anything else</label> | ||
148 | <span class="field-hint-inactive xHint" id="tfa_Anythingelse-H"><span>Something else to add?</span></span> | ||
149 | <textarea cols="40" rows="4" id="tfa_Anythingelse" name="tfa_Anythingelse" class=""></textarea> | ||
150 | </div> | ||
151 | </fieldset> | ||
152 | <!-- Commented this part since is not implemented yet - see http://jira.xwiki.org/browse/XWIKIORG-16 for additional informations | ||
153 | <fieldset id="tfa_Whereshouldwesen" class="wfSection"> | ||
154 | <legend>Where should we send the data?</legend> | ||
155 | <div id="tfa_Sendto-D" class="oneField"> | ||
156 | <label class="preField">Send to</label> | ||
157 | <span class="field-hint-inactive xHint" id="tfa_Sendto-H"><span>You can choose to redirect your feedback also to one of the companies that support the project</span></span> | ||
158 | <span id="tfa_Sendto" class="choices"><p class="oneChoice"><input type="checkbox" value="tfa_Keepthedataanony" class="" checked id="tfa_Keepthedataanony" name="tfa_Keepthedataanony"><span for="tfa_Keepthedataanony" class="postField">Keep the data anonymously on XWiki.org</span></p><p class="oneChoice"><input type="checkbox" value="tfa_RedirecttoXWikiS" class="" id="tfa_RedirecttoXWikiS" name="tfa_RedirecttoXWikiS"><span for="tfa_RedirecttoXWikiS" class="postField">Redirect to [XWiki SAS>http://www.xwiki.com/]— <span class="secondaryText">15 active committers – Top contributor for XWiki Project</span></p><p class="oneChoice"><input type="checkbox" value="tfa_RedirecttoSoftec" class="" id="tfa_RedirecttoSoftec" name="tfa_RedirecttoSoftec"><span for="tfa_RedirecttoSoftec" class="postField">Redirect to [Softec>http://softec.lu]— <span class="secondaryText">1 active committer</span></span></p></span> | ||
159 | </div> | ||
160 | </fieldset> | ||
161 | --> | ||
162 | <fieldset id="tfa_Whoareyou" class="wfSection"> | ||
163 | <legend>Who are you?</legend> | ||
164 | <div class="htmlsection" id="html-tmp-4105649693447"><p>XWiki.org takes privacy very seriously. Be assured that we will never share your contact information with other companies.</p></div> | ||
165 | <div id="tfa_Name-D" class="oneField"> | ||
166 | <label class="preField" for="tfa_Name">Name</label> | ||
167 | <span class="field-hint-inactive xHint" id="tfa_Name-H"><span>If you want to break the anonymity</span></span> | ||
168 | <input type="text" id="tfa_Name" name="tfa_Name" value="" size="40" class=""> | ||
169 | </div> | ||
170 | <div id="tfa_Email-D" class="oneField"> | ||
171 | <label class="preField" for="tfa_Email">Email</label> | ||
172 | <span class="field-hint-inactive xHint" id="tfa_Email-H"><span>In case you want to be contacted</span></span> | ||
173 | <input type="text" id="tfa_Email" name="tfa_Email" value="" size="40" class=""> | ||
174 | </div> | ||
175 | <div id="tfa_JobTitle-D" class="oneField"> | ||
176 | <label class="preField" for="tfa_JobTitle">Job Title</label> | ||
177 | <span class="field-hint-inactive xHint" id="tfa_JobTitle-H"><span>We are just curious about your passion</span></span> | ||
178 | <input type="text" id="tfa_JobTitle" name="tfa_JobTitle" value="" size="40" class=""> | ||
179 | </div> | ||
180 | <div id="tfa_Country-D" class="oneField"> | ||
181 | <label class="preField" for="tfa_Country">Country</label> | ||
182 | <span class="field-hint-inactive xHint" id="tfa_Country-H"><span>Curious about your location too</span></span> | ||
183 | <input type="text" id="tfa_Country" name="tfa_Country" value="" size="40" class=""> | ||
184 | </div> | ||
185 | </fieldset> | ||
186 | <div class="htmlsection" id="html-tmp-4194007534253"><p>Thank you for your time!</p></div> | ||
187 | <div class="actions buttons"> | ||
188 | <span class="buttonwrapper"> | ||
189 | <input type="submit" class="primaryAction button" id="submit-" name="tfa_submitAction" value="Send Feedback"/><input type="hidden" value="195520" name="tfa_dbFormId" id="tfa_dbFormId"/><input type="hidden" value="" name="tfa_dbResponseId" id="tfa_dbResponseId"/><input type="hidden" value="b938f55d460f3163b54b61d8a8a0d9ab" name="tfa_dbControl" id="tfa_dbControl"/><input type="hidden" value="1" name="tfa_dbVersionId" id="tfa_dbVersionId"/> | ||
190 | </span> | ||
191 | </div> | ||
192 | </form></div></div> | ||
193 | <!-- FORM1 end: XWiki Enterprise --> | ||
194 | |||
195 | </div> | ||
196 | |||
197 | <div class="column half"> | ||
198 | <div class="box floatinginfobox"> | ||
199 | <h3>Need professional support?</h3> | ||
200 | <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> | ||
201 | <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> | ||
202 | <table class="companies" summary="List of companies that support XWiki Projects"> | ||
203 | <tr> | ||
204 | <td><a href="http://www.xwiki.com/"><img alt="XWikiSAS Logo" src="/xwiki/bin/download/XWiki/XWikiOrgSkinExtension/xwikisas.png"/></a></td> | ||
205 | <td>[XWiki SAS>http://www.xwiki.com/]</td> | ||
206 | <td class="commiters">15 active committers</td> | ||
207 | <td>[See offer>Main.Support]</td> | ||
208 | </tr> | ||
209 | <tr> | ||
210 | <td><a href="http://softec.lu/site/Softec/"><img alt="Softec Logo" src="/xwiki/bin/download/XWiki/XWikiOrgSkinExtension/softec.png"/></a></td> | ||
211 | <td>[Softec SA>http://softec.lu]</td> | ||
212 | <td class="commiters">1 active committer</td> | ||
213 | <td>[See offer>Main.Support] </td> | ||
214 | </tr> | ||
215 | <tr> | ||
216 | <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> | ||
217 | <td>[Kreablo AB>http://kreablo.se:8080/x/bin/view/Ext/WebHome]</td> | ||
218 | <td class="commiters">1 active committer</td> | ||
219 | <td>[See offer>Main.Support] </td> | ||
220 | </tr> | ||
221 | </table> | ||
222 | <p class="secondaryText">Interested in [becoming a support company>dev:Community.Governance] for XWiki Projects?</p> | ||
223 | </div> | ||
224 | </div> | ||
225 | </div> |