Wiki source code of DriveToCollabRedirect
Last modified by hbpadmin on 2023/06/01 00:14
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 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}} |