<%
if {$::xowiki::search_mounted_p} {
template::add_event_listener -id wiki-menu-do-search-control -script {
document.getElementById('do_search').style.display = 'inline';
document.getElementById('do_search_q').focus();
}
}
%>
@top_includelets;noquote@
@body.menubarHTML;noquote@
@body.title@ (@page_context@)
@body.title@
@body.folderHTML;noquote@
@content;noquote@
@content;noquote@
@footer;noquote@