Imprint
The imprint of a Web application is automatically generated. It does not initially contain any text and can therefore be edited, manually deleted and recreated. The file that contains the imprint is always named after the Web App project and has the file extension .imprint
. Only one .imprint
file can be created within a Web App project.

A link to the imprint is displayed on the login page and on all pages within the web application. The link is only displayed if there is an .imprint
file within the Web App project.

It is also possible to include external pages as imprint. Define the linking in the Web App Configuration .wac
.
Creating an Imprint
The value of the title
attribute is also displayed in the footer area of the Web App.
Right-click on the Web App project.
The context menu opens.Click on New > Imprint.
The file for the imprint is created.
Provice content in the Imprint
The imprint file can contain any layout. Within the layout the content of the imprint can be provided:
Imprint (.imprint)
<?xml version='1.0' encoding='UTF-8'?>
<Imprint xmlns="http://softproject.de/webapp/1.0" title="Imprint">
<FlowLayout>
<Header value="Imprint" />
<Header titleLevel="subtitle" value="address" />
<Label value="Mustermann GmbH" />
<Label value="Max Mustermann" />
<Label value="Musterstraße 12b" />
<Label value="12345 Musterstadt" />
<Label value="Germany" />
<Label value="..." />
</FlowLayout>
</Imprint>
The above code creates the following imprint:
