Open the customization view
To reach the customization view of a Web Station, use the following URL:
The customization view is a page with an
<iframe> element that opens an embedded version of the corresponding Web Station. The element opens only the workspace, without the header and the footer.
Change the layout of the page to match your company’s design guidelines. You can also add action buttons that control the contents of the <iframe> element, along with web links.
Change the logo, header, and footer
Replace thelogo.png file in the customContent directory, and then configure its display in the custom.css file if needed. You can also edit the page layout in Index.cshtml.
Change links to your company website and other resources
Add links to third-party resources inIndex.cshtml.
Change the Web Station icon shown in the browser
Replace theicon.ico file. If required, modify the icon parameters and the path to the icon in Index.cshtml.
Change the page name shown in the browser
Set the name of the page in the<title> tag in the Index.cshtml file.
Hide the drop-down list of languages
Remove the corresponding element fromIndex.cshtml, or hide it by modifying the corresponding style in custom.css.
To set a default language, use the FCUserLang cookie file. Specify the user interface language with a standard abbreviation such as en or ru.
Open a Web Station
To open a Web Station in the<iframe> element, call one of the following methods in the onLoad() function in the custom.js file.
You can also call these methods from page elements, which lets users switch between Web Stations interactively.
Change the session lifetime
To set the lifetime of a user session, modify the following keys in theweb.config file of the Web Station:
- Set
SessionRefreshIntervalto1000. - Set
SessionInactiveLifetimeInMinutesto the preferred time in minutes.
