After you export the Web view to your working folder, you can examine the contents of the default Web view template.

Files of the default_webview Web view template

File

Description

default.html

Home page of the default Web view template.

components\layout\Access.jwc

JWC component that provides a login function.

components\layout\Access.html

HTML template that defines how the login component appears in the browser.

components\layout\Menu.jwc

JWC component that specifies menu tabs for the default Web view.

components\layout\Menu.html

HTML template that you edit to add menu tabs to the default Web view.

components\layout\MyBorder.jwc

JWC component that defines the borders of the default Web view, sets its name, loads the logos and stylesheets, and so on.

components\layout\MyBorder.html

HTML template that defines how the borders appear in the browser.

css\border.css

CSS style sheet that renders the border component.

css\custom.css

Customizes other stylesheets, such as border.css or login.css. Every page of the default Web view imports the custom.css file. The custom.css file overrides the other style sheets in the template.

Note

The custom.css style sheet is the only style sheet you can edit. If you edit the other style sheets directly rather than editing custom.css, your edits are overwritten every time you upgrade to a new version of Orchestrator.

css\login.css

CSS style sheet that renders the login component.

images\

Contains image files for the banners, logos, and icons that appear in the default Web view.