Wiki source code of Search box for the Home Page
Last modified by ztx lyghters on 2025/01/31 19:55
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
![]() |
1.1 | 1 | (% class="extension-link search-extension box" %)((( |
| 2 | ((( | ||
| 3 | {{velocity}} | ||
| 4 | === #if($services.icon)$services.icon.render('find')#end Search Extension... === | ||
| 5 | {{html}} | ||
| 6 | <form action="$xwiki.getURL("ExtensionCode.ExtensionSearch")"> | ||
| 7 | <input type="hidden" name="f_space_facet" value="0/Extension." /> | ||
| 8 | <input type="text" name="text" value="extension name..." size="25" class="withTip" id="searchTextInput" /> | ||
| 9 | <span class="buttonwrapper"> | ||
| 10 | <input class="btn btn-primary" type="submit" value="Search" id="searchSubmit"/> | ||
| 11 | </span> | ||
| 12 | </form> | ||
| 13 | {{/html}} | ||
| 14 | |||
| 15 | [[Advanced>>ExtensionCode.ExtensionSearch||queryString="space=Extension"]] | ||
| 16 | {{/velocity}} | ||
| 17 | ))) | ||
| 18 | ))) | ||
| 19 |
