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.

Context Search - HBP Wiki

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


Wiki source code of Context Search

Version 33.1 by bougault on 2023/02/20 09:06

Hide last authors
bougault 32.2 1 {{velocity output="no"}}
2 #set ($docRef = $doc.documentReference)
3 #set ($collabName = "")
4 #if($services.collabService.getCollabRootDoc($docRef))
5 #set ($collabName = $services.collabService.getCollabName($docRef))
6 #end
7 {{/velocity}}
8
bougault 32.1 9 {{html clean="false"}}
bougault 30.1 10
bougault 32.1 11 <button id="mount-search-app"><i class="fa fa-search" aria-hidden="true"></i></button>
bougault 32.2 12 <div id="root" collabname="$collabName"></div>
bougault 32.1 13 <script type="module" src="http://localhost:3000/src/apps/unified-search/unified-search.tsx"></script>
bougault 26.70 14
bougault 32.1 15 {{/html}}