<%@ page buffer="none" import="org.opencms.main.*, org.opencms.search.*, org.opencms.file.*, org.opencms.jsp.*, java.util.*" %><% // Create a JSP action element org.opencms.jsp.CmsJspActionElement cms = new CmsJspActionElement(pageContext, request, response); // Get the search manager CmsSearchManager searchManager = OpenCms.getSearchManager(); // get the template String template = cms.property("template", "search", "system/modules/com.alkacon.documentation/templates/alkacon-documentation"); %> <% search.init(cms.getCmsObject()); %> <% cms.include(template, "head"); %>

Search

Query: ">
Index:
Matches per Page:
Display Pages:
Fields: = 0) ? "checked" : "" %>>Title
= 0) ? "checked" : "" %>>Keywords
= 0) ? "checked" : "" %>>Description
= 0) ? "checked" : "" %>>Content

<% cms.include(template, "foot"); %>