This is a cache of https://fess.codelibs.org/15.3/admin/design-guide.html. It is a snapshot of the page at 2025-11-07T00:13:23.579+0000.
Page Design

Menu

Page Design

Overview

This section describes the configuration settings for the design of the search interface.

Configuration

Display Method

To open the page design configuration list page shown below, click [System > Page Design] in the left menu.

image0

File Manager

You can download or delete files available on the search screen.

Page File Display

You can edit jsP files for the search screen. Click the edit button for the target jsP file to edit that file. Clicking the “Use Default” button allows you to edit the jsP file as it was at installation. Save your changes by clicking the “Update” button on the edit screen to apply them.

Below is a description of the editable pages.

/index.jsp jsP file for the search top page. This jsP file includes jsP files for each section.
/header.jsp jsP file for the header.
/footer.jsp jsP file for the footer.
/search.jsp jsP file for the search results list page. This jsP file includes jsP files for each section.
/searchResults.jsp jsP file representing the search results section of the search results list page. This jsP file is used when there are search results. Modify this to customize the presentation of search results.
/searchNoResult.jsp jsP file representing the search results section of the search results list page. This jsP file is used when there are no search results.
/searchOptions.jsp jsP file for the search options screen.
/advance.jsp jsP file for the advanced search screen.
/help.jsp jsP file for the help page.
/error/error.jsp jsP file for the search error page. Modify this to customize the presentation of search errors.
/error/notFound.jsp jsP file for the error page displayed when a page is not found.
/error/system.jsp jsP file for the error page displayed for system errors.
/error/redirect.jsp jsP file for the error page displayed when an HTTP redirect occurs.
/error/badRequest.jsp jsP file for the error page displayed when a bad request occurs.
/cache.hbs File for displaying cached search results.
/login/index.jsp jsP file for the login screen.
/profile/index.jsp jsP for the user password change screen.
/profile/newpassword.jsp jsP for the administrator password update screen. Prompts for password change if the username and password are the same string at login.

Table: Editable jsP Files

image1

Upload Files

You can upload files to use on the search screen. Supported file types include jpg, gif, png, css, and js.

File Upload

Specify the file to upload.

Filename (Optional)

Use this to specify a filename for the uploaded file. If omitted, the uploaded filename is used. For example, specifying logo.png will change the image on the search top page.