Menu

Appearance settings

This page is generated by Machine Translation from Japanese.

Overview

Here are settings for the design of search screens.

How to set up

How to display

In Administrator account after logging in, click the menu design.

image0

You can edit the search screen in the screen below.

image1

To view the registration date and modified date

If you want to display in the search results crawl in Fess and registered or modified files to get the search results page (content), write the following.

<fmt:formatDate value="${fe:parseDate(doc.lastModified)}" pattern="yyyy-MM-dd" />

tstampDate will crawl during registration on the lastModifiedDate modified date of the document. Output date formats follow the fmt:formateDate specification.

Setting item

File management

On the search screen files are available to download and can be removed.

File upload

You can upload the file to use in the search screen. Image file names are supported are jpg, gif, png, css, and js.

File name

Use if you want to specify the file name file to upload. Uploaded if you omit the file name will be used.

Design JSP files

You can edit the JSP files in the search screen. You can by pressing the Edit button of the JSP file, edit the current JSP files. And pressing the button will default to edit as a JSP file when you install. To keep with the update button in the Edit screen, changes are reflected.

Following are examples of how to write.

Top page (frame) Is a JSP file search home page. This JSP include JSP file of each part.
Header It is a JSP file’s header.
Footer This is the footer JSP files.
Search results pages (frames) Search result is a list page of JSP files. This JSP include JSP file of each part.
Search results pages (content) Search results search results list page is a JSP file to represent the part. Is the search results when the JSP file. If you want to customize the search result representation change.
Search results page (result no) Search results search results list page is a JSP file to represent the part. Is a JSP file when the search result is not used.
Help pages (frames) Is the help page of JSP files.
Search error page It is a JSP file search error page. If you want to customize the search error expression change.
File boot page Is the file boot page JSP file. Is the screen used when displaying Java plug-in is enabled to display the search results by using the file system CROLL.
Error page (header) Is a JSP file that represents the header of the page.
Error page (footer) It is a JSP file that represents the footer part of the page.
Error page (page not found) It is displayed if the page cannot be found error page JSP file.
Error (System error) JSP error page that appears if the system error is.
Error pages (redirects) This is the JSP error page displayed when an HTTP redirect occurs.
Error (bad request) Is the error bad request appears when the JSP file.

Table: JSP file that you can edit