Labels and Messages
In DualShield SSO, all labels and messages text are kept in a so-called resource file which is located at:
\\Program Files\Deepnet DualShield\tomcat\ssoapp\appsso\WEB-INF\app.properties
Below is an extraction of the content of the resource file:
Each line contains a label or message, in the format:
resource-name=display-text
where resource-name is the identifying name of the label or message, and display-text is the display text of the label or message.
You may change the text of a label or message, but you must not change any other resource name.
Page Layout
All HTML pages in DualShield SSO are laid out from a so-called template file which is located at:
\\Program Files\Deepnet DualShield\tomcat\ssoapp\appsso\WEB-INF\classes\com\deepnet\sso\components\layout.tml
We suggest that you do not make any change to the general layout, and the body of the page. However, you can edit and change the header and footer.
In the template file, you can use variables. A variable is a reference to a label or message in the resource file. A variable is written in the format below:
${message:resource-name}
Where resource-name must be defined in the resource file.
Style Sheets
Style sheets are located at:
\\Program Files\Deepnet DualShield\tomcat\ssoapp\appsso\media\css
- main.css – for the overall colours, fonts, etc.
- sso.css – controls the styles of labels, text fields, buttons, etc.
- ie.css – work around for IE browsers
- ie8.css – work around for IE8 browser
Images
All images are located at:
\\Program Files\Deepnet DualShield\tomcat\ssoapp\appsso\media\images
\\Program Files\Deepnet DualShield\tomcat\ssoapp\appsso\media\images\m
The logo image is logo.png (width: 207px, height: 50px)
Please note that the DualShield service must be restarted for the changes to be effective.