Código fonte Wiki de Busca
Última modificação por Admin Admin em 16/08/2018, 09:36
Show last authors
1 | {{include reference="XWiki.SearchCode"/}} |
2 | |
3 | {{velocity}} |
4 | ## If no Search UI Extension exist then don't display the Search page. |
5 | #if ("$!searchPage" != '') |
6 | {{include reference="$searchPage"/}} |
7 | #else |
8 | ## Display a message explaining that there's no Search UI Extension. |
9 | $services.localization.render('search.page.noimplementation') |
10 | #end |
11 | {{/velocity}} |