Changes for page Download Version

Last modified by Eduard Moraru on 2018/06/21

<
From version < 4.13 >
edited by Eduard Moraru
on 2017/06/21
To version < 4.14 >
edited by Eduard Moraru
on 2017/06/21
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,8 @@
1 -{{velocity}}
1 +{{velocity output='false'}}
2 +##
3 +## Determine the data page to include.
4 +## Note: Using a separate velocity block and at the top so that we may use the include wiki macro.
5 +##
2 2  #set ($projectVersion = $request.get('projectVersion'))
3 3  #if ("$!projectVersion" != '')
4 4   #set ($versionDataPage = '.Latest.WebHome')
... ... @@ -43,8 +43,7 @@
43 43  #set ($projectVersion = $request.get('projectVersion'))
44 44  #if ("$!projectVersion" != '')
45 45   $xwiki.ssx.use("Download.WebHome")
46 -
47 -{{html wiki='true' clean='false'}}
50 + {{html wiki='true' clean='false'}}
48 48   <div class='download-options download-installation'>
49 49   #foreach($category in $categories)
50 50   <div class='col-xs-12 download-container download-option border-$category.get(2)'>
... ... @@ -66,8 +66,7 @@
66 66   </div>
67 67   #end
68 68   </div>
69 -{{/html}}
70 -
72 + {{/html}}
71 71  #else
72 72   $response.sendRedirect($xwiki.getURL('Download.WebHome'))
73 73  #end

Get Connected