./Themes/default/ManageSearch.template.php
- template_modify_weights
- template_select_search_method
- template_create_index
- template_create_index_progress
- template_create_index_done
- template_spider_edit
- template_show_spider_logs
- template_show_spider_stats
template_modify_weights
function template_modify_weights(): void
Modify the search weights.
template_select_search_method
function template_select_search_method(): void
Select the search method.
template_create_index
function template_create_index(): void
Create a search index.
template_create_index_progress
function template_create_index_progress(): void
Display a progress page while creating a search index.
template_create_index_done
function template_create_index_done(): void
Done creating a search index.
template_spider_edit
function template_spider_edit(): void
Add or edit a search engine spider.
template_show_spider_logs
function template_show_spider_logs(): void
Show… spider… logs.
..
template_show_spider_stats
function template_show_spider_stats(): void
Show… spider… stats.
..