Advanced customization
When a customer account is created, a new folder is created in the shared location at FMRoot\Shared\DataCollectionStyles\CustomerName.
This folder contains a configure.xml file that drives the Edit Customer Account dialog. The file provides finer control of the account settings. For example:
<Properties>
<Property Name="Logo File">ibmLogo.png</Property>
<Property Name="CSS File">ibmCSS.css</Property>
<Property Name="Default Page Picture">ibmDefault.png</Property>
<Property Name="Home Page Url">http://www.unicomsi.com/home.aspx</Property>
<Property Name="BannerBG">mbbanner-bg.png</Property>
<Property Name="BannerSwoosh">mbbanner-swoosh.png</Property>
<Property Name="ProductName">mbproduct.png</Property>
<Property Name="TabImages">TabImages</Property>
</Properties>
Properties
Logo file
Replaces the company logo.
Edit customer account field: Logo
Relative path to file or directory from customer account directory: ibmLogo.png
CSS File
CSS stylesheet defining the custom style rules for the UNICOM Intelligence Interviewer - Server Admin interface .
Edit customer account field: CSS file
Relative path to file or directory from customer account directory: ibmCss.css
Default Page Picture
Launch page background image.
Edit customer account field: Default page picture
Relative path to file or directory from customer account directory: ibmDefault.png
Home Page Url
Customer web page.
Edit customer account field: Home page
Relative path to file or directory from customer account directory: http://www.unicomsi.com/home.aspx
BannerBG
Background image for top the banner.
Edit customer account field: Banner background image
Relative path to file or directory from customer account directory: mbbanner-bg.png
BannerSwoosh
Background image in the center of the top banner.
Edit customer account field: Banner overlay image
Relative path to file or directory from customer account directory: mbbanner-swoosh.png
ProductName
The product name as an image in the top banner.
Edit customer account field: Product name image
Relative path to file or directory from customer account directory: mbproduct.png
TabImages
Directory containing all the images used to create the tabs.
Edit customer account field: Tabs images
Relative path to file or directory from customer account directory: TabImages
Organizing customer accounts by using directories
You can organize a customer account by using directories. For example, you can create an images directory to store the account images. Update the configure.xml file to specify the directories, for example:
<Property Name="Logo File">images/ibmLogo.png</Property>
See also