Wiki source code of Context Search
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
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 | |||
| |
34.1 | 9 | {{velocity}} |
| |
32.1 | 10 | {{html clean="false"}} |
| |
30.1 | 11 | |
| |
32.1 | 12 | <button id="mount-search-app"><i class="fa fa-search" aria-hidden="true"></i></button> |
| |
35.1 | 13 | <div id="root" data-collabname="$collabName"></div> |
| |
32.1 | 14 | <script type="module" src="http://localhost:3000/src/apps/unified-search/unified-search.tsx"></script> |
| |
26.70 | 15 | |
| |
32.1 | 16 | {{/html}} |
| |
34.1 | 17 | {{/velocity}} |