%@ page contentType="text/html; charset=UTF-8"
errorPage="../errors/internal-error.jsp"
import="si.noviforum.jsp2.trident.*,si.noviforum.jsp2.FormParameterNames,java.util.Vector"
%><%--
$Id: advanced.jsp,v 1.11 2001/05/23 08:03:07 gregab Exp $
Advanced search interface.
$Author: gregab $
$Date: 2001/05/23 08:03:07 $
$Revision: 1.11 $
$State: Exp $
Based on advanced.jsp by Primoz Hrvatin, David Vevar.
Adjusted and tweaked by Grega Bremec.
--%><%@
include file="../include/InitJspService.jsp"
%><%@
include file="../include/InitFrontendProperties.jsp"
%><%
String refToBaseDir = "..";
%><%= fep.getHtmlProlog() %>
<%@
include file="../include/MetaInfo.jsp"
%><%@
include file="../include/StyleTemplate.jsp"
%>
<%= fep.getFrontendTitle() %>: Advanced Search
<%@
include file="../include/PageHeader.jsp"
%>
| Describe what you want to find. You can insert keywords or a short question. |
|
<% if (fep.getDoAdvLanguages()) {
%>
| Language selection |
| Only find documents in the following language: |
|
<% }
if (fep.getDoAdvSearchScope()) {
%>
| Search scope selection |
| Search words should be in the following field(s): |
|
<% }
if (fep.getDoAdvLastModified()) {
%>
| Modification time |
| Find only pages that were last modified: |
|
<% }
if (fep.getDoAdvPageLocation()) {
%>
<% }
if (fep.getDoAdvPageSize()) {
%>
| Page size |
| Find only pages of size: |
|
<% }
%>
<%-- Hidden parameters --%>