A.1 Rebranding the Web Interface By Using Configuration Parameters

You can change the look and feel of the Web Interface to match the proprietary look of your organization websites. To customize the branding of the Web Interface, modify the configuration parameters of your PlateSpin Server host.

To modify Web Interface branding parameters:

  1. From any web browser, open https://Your_PlateSpin_Server/platespinconfiguration/, then log in as Administrator.

  2. Locate the required server parameter, click Edit, then change its value.

    For more information, see Figure A-1 to view the configurable elements in the UI. See Table A-1 to view the setting name, description, and default value information for each configurable element.

  3. Save and your settings and exit the page.

    Although no reboot or restart of services is required after the change is made in the configuration tool, it might take up to 30 seconds for the change to take effect in the interface.

A.1.1 Web Interface Configurable Elements

The look and feel of the Web Interface is consistent throughout. The illustration of the PlateSpin Protect Dashboard in Figure A-1 identifies the elements you can modify with numbered callouts. The inset shows the configurable elements in the Settings panel.

Figure A-1 Protect Web Interface with Configurable Elements Labeled

A.1.2 Web Interface Configurable Parameters

The table below lists the identified interface element (or “ID”) in the screen shot above, the setting name, description, and default value. Use the PlateSpin Server Configuration Settings page to change these values (that is, on the settings page, click Edit on a configuration value), according to the new “look and feel” you want.

Table A-1 Web Interface Configuration Parameters and Default Values

ID

Setting Name and Description

Default Value

1

WebUIFaviconUrl

Location of a valid .ico graphic file. Specify one of the following:

  • A valid URL to the appropriate .ico file on a different machine.

    For example: https://myserver.example.com/dir1/dir2/icons/mycompany_favicon.ico

  • A relative path below the root of the local web server where you have uploaded the appropriate .ico file.

    For example, if you create a path called mycompany\images\icons at the root of the web server to store your custom icon graphics:

    ~/mycompany/images/icons/mycompany_favicon.ico

    In this example, the actual file system path that contains the file is C:\Program Files (x86)\PlateSpin Protect Server\PlateSpin Forge\web\mycompany\images\icons\mycompany_favicon.ico.

~/doc/en/favicon.ico 1

2

WebUILogoUrl

Location of product logo graphic file. Specify one of the following:

  • A valid URL to the appropriate graphics file on a different machine.

    For example: https://myserver.example.com/dir1/dir2/logos/mycompany_logo.png

  • A relative path below the root of the local web server where you have uploaded the appropriate graphics file.

    For example, if you create a path called mycompany\images\logos at the root of the web server to store your custom logo images:

    ~/mycompany/images/logos/mycompany_logo.png

    In this example, the actual file system path that contains the file is C:\Program Files (x86)\PlateSpin Protect Server\PlateSpin Forge\web\mycompany\images\logos\mycompany_logo.png.

~/Resources/protectLogo.png 2

3

WebUIShowAboutTab

Toggle the visibility of the About tab on (True) or off (False).

True

4

WebUIShowHelpTab

Toggle the visibility of the Help tab on (True) or off (False).

True

5

WebUISiteAccentColor

Accent color (RGB hex value)

#0088CE

6

WebUISiteAccentFontColor

Font color to display with accent color in Web UI (RGB hex value)

#FFFFFF

7

WebUISiteBackgroundColor

Site background color (RGB hex value)

#666666

8

WebUISiteHeaderBackgroundColor

Site header background color (RGB hex value)

#000000

9

WebUISiteHeaderFontColor

Site header font color in Web UI (RGB hex value)

#FFFFFF

10

WebUISiteNavigationBackgroundColor

Color of site navigation background in Web UI (RGB hex value)

#4D4D4D

11

WebUISiteNavigationFontColor

Color of site navigation link font color in Web UI (RGB hex value)

#FFFFFF

12

WebUISiteNavigationLinkHoverBackgroundColor

Color of site navigation link background in hover state (RGB hex value)

#808080

1 Actual file path is C:\Program Files (x86)\PlateSpin Protect Server\PlateSpin Forge\web\doc\en\favicon.ico.

2 Actual file path is C:\Program Files (x86)\PlateSpin Protect Server\PlateSpin Forge\web\Resources\protectLogo.png.