Changes for page ExternalApps
Last modified by bougault on 2019/09/12 12:46
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,3 +1,4 @@ 1 +{{include reference='Collaboratory.Apps.Apps.Code.AppsMacros' /}} 1 1 {{velocity}} 2 2 {{html clean="false"}} 3 3 ## space: $spaceDoc <br /> ... ... @@ -6,6 +6,9 @@ 6 6 #set($query = 'select doc from Document doc, doc.object(ExternalApps.Code.ExternalAppsClass) as app') 7 7 #set($applications = $services.query.xwql($query).addFilter('hidden').execute()) 8 8 10 +#applications( $applications false) 11 + 12 +#* 9 9 <div class="applications"> 10 10 #foreach($application in $applications) 11 11 #set($app = $xwiki.getDocument($application)) ... ... @@ -34,5 +34,6 @@ 34 34 </div> 35 35 #end 36 36 </div> 41 +*# 37 37 {{/html}} 38 38 {{/velocity}}