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.

DriveToCollabRedirect - HBP Wiki

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


Wiki source code of DriveToCollabRedirect

Last modified by hbpadmin on 2023/06/01 00:14

Show last authors
1 {{velocity output="no"}}
2 $xwiki.jsx.use('Collaboratory.Apps.DriveToCollabRedirect')
3 $xwiki.ssx.use('Collaboratory.Apps.DriveToCollabRedirect')
4 {{/velocity}}
5
6 {{html clean="false"}}
7 <div class="redirect-wrapper">
8 <div class="redirect-content">
9 <img src="/bin/download/Collaboratory/UX/HbpSkin/WebHome/open_collab.svg" />
10 <div>
11 <h3 id="redirect-title">Redirecting to Collab...</h3>
12 <p id="redirect-message"></p>
13 </div>
14 </div>
15 </div>
16 {{/html}}