| ... |
... |
@@ -1,10 +1,17 @@ |
|
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 |
+ |
|
9 |
+{{velocity}} |
| 1 |
1 |
{{html clean="false"}} |
| 2 |
2 |
|
| 3 |
|
-<select id="context-search-type"> |
| 4 |
|
- <option value="all">All</option> |
| 5 |
|
- <option value="collabs">Collabs</option> |
| 6 |
|
- <option value="current-collab">Current Collab</option> |
| 7 |
|
-</select> |
| 8 |
|
-<input type="text" id="context-search-text" /> |
|
12 |
+<button id="mount-search-app"><i class="fa fa-search" aria-hidden="true"></i></button> |
|
13 |
+<div id="root" data-collabname=""></div> |
|
14 |
+ <script type="module" src="http://localhost:3000/src/apps/unified-search/unified-search.tsx"></script> |
| 9 |
9 |
|
| 10 |
10 |
{{/html}} |
|
17 |
+{{/velocity}} |