Versions Compared

Key

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

...

All customization is done in the web application folder underĀ pp/ppserver/developerportal.


HTML

...

Pages

There are three pages that can be configured. Either the pages can be manually changed or the configuration can be changed to point to new pages.

...

Code Block
languagexml
titleError page configuration
<group name="html" description="HTML application settings">
	<property name="html.noconnection" value="noconnection/noconnection.html" description="No-connection page showed on the front page"/>
	<property name="html.startup" value="startup/startup.html" description="Startup page showed on the front page"/>
	<property name="html.welcome" value="welcome/welcome.html" description="Welcome HTML showed after login"/>
</group>


Startup

...

Page

The default startup page looks like this

Image RemovedImage Added

And can be changed or completely replaced through the property "html.startup". New folders can be created in the same location as the startup folder if needed.

...

By calling this javascript the login dialog will appear and change away from the startup page if login is successful.


No

...

Connection Page

This page is shown if there is no connection from the developer portal to the Ceptor config server or session controller. As with the startup page it can be changed or completely replaced as needed.


Welcome

...

Page

The welcome page is the page shown after the developer is logged in to the developer portal. By default this page is not shown - it can be turned on by changing the property

...

A default page is provided which contains lirum/larum text, as this is a page typically customized if needed.


Login

...

Dialog and

...

Menu Logo

The logo on the login dialog can be changed through the configuration.

...