...
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 | ||||
---|---|---|---|---|
| ||||
<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
...
By calling this javascript the login dialog will appear and change away from the startup page if login is successfull.
No connection page
This page is shown if there is no connection from the developer portal to the cepter 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
...