Failed to execute template. Cause: [Access denied when checking [script] access to [xwiki:Collaboratory.UX.HbpSkin.WebHome] for user [xwiki:XWiki.Admin]]. Click on this message for details.

ExternalApps - HBP Wiki

IAM21 instance, do not create collab nor modify a team, your changes will be lost


Changes for page ExternalApps

Last modified by bougault on 2019/09/12 12:46

From version 2.204
edited by bougault
on 2019/05/24 11:27
Change comment: There is no comment for this version
To version 2.205
edited by bougault
on 2019/05/24 12:19
Change comment: There is no comment for this version

Summary

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}}