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,4 +2,3 @@ 1 -{{include reference='Collaboratory.Apps.Apps.Code.AppsMacros' /}} 2 2 {{velocity}} 3 3 {{html clean="false"}} 4 4 ## space: $spaceDoc <br /> ... ... @@ -7,9 +7,6 @@ 7 7 #set($query = 'select doc from Document doc, doc.object(ExternalApps.Code.ExternalAppsClass) as app') 8 8 #set($applications = $services.query.xwql($query).addFilter('hidden').execute()) 9 9 10 -#applications( $applications false) 11 - 12 -#* 13 13 <div class="applications"> 14 14 #foreach($application in $applications) 15 15 #set($app = $xwiki.getDocument($application)) ... ... @@ -38,6 +38,5 @@ 38 38 </div> 39 39 #end 40 40 </div> 41 -*# 42 42 {{/html}} 43 43 {{/velocity}}