Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The About Page provides an overview of information about your currently installed SORMAS version. The about page can be largely customized to display additional information relevant to all users (see https://github.com/SORMAS-Foundation/SORMAS-Project/wiki/Customizing-the-Login-and-About-Pages#about-page for further details).

...

Custom Documents

The About page can be extended with links to additional documents, e.g. user guides, terms of usage that are specific to your country, etc. If you want to add more documents, you have to create a sub-folder called aboutfiles in the custom directory on the server (by default /opt/sormas/custom/) and upload your documents there.

...

To add additional information, add a plain HTML file called "additionalinfo.html" to the custom directory on the server. An example file is already provided in sormas-cargoserver/src/main/resources/layout/sormasfolders/custom

...

Login Page

The login page of SORMAS is largely customizable. The only element that is required and cannot be directly changed is the login area that asks users to put in their username and password. The custom directory on the server (by default /opt/sormas/custom/) contains the following files:

loginmain.html

...

This file allows you to freely customize the general layout and elements of the login page. You can add as much HTML here as you want, and you have the whole page at your disposal. The only requirement is that the following code snippet needs to be included because it determines where the login area is located:

...