#i18n{document.advanced_search.title}
#i18n{document.advanced_search.query}:
#i18n{document.advanced_search.limit}:
#i18n{document.advanced_search.checkbox.title}
checked#if>/> #i18n{document.advanced_search.checkbox.summary}
checked#if>/>
#i18n{document.advanced_search.checkbox.date}:
<#if date_error??>
${date_error}
#if>
#i18n{document.advanced_search.list.type}:
<@combo name="document_type" items=document_type_list default_value=selected_type />
<#if query??>
#i18n{document.advanced_search.result}
<#if content??> <#list content as document>
<#if document.idPortlet != (-1) >
${document.docSearchItem.title}
#if>
${document.docSearchItem.type}
${document.docSearchItem.summary}
#list> <#else>
#i18n{document.advanced_search.noresult}
#if>
#if>