Make startup page

Create a main page where uses BTT Workplace Area. In BTTWeb2InternetBankSample, create a JSP main page called defaultTestPage.jsp in WebContent/btt/html as the main page when the user logs in .

In order to develop BTT Web2.0 On-Demand Workplace based on BTT HTML Web channel, make some changes in the SignInOperation.java in BTTWeb2InternetBankBusiness to make the main page displayed when an end-user logs in from the index page.

The main page should contain the three ids for Tab-Content item that is the container of Column and Row element, Tab-Index item, and the container for Service Repository.

the dom element Id in the startup page
Table 1. HTML element and corresponding UI element
HTML Dom element ID UI Element
CONTAINERID Tab-Content item for Tab
TABID Tab-Index item for Tab
NAVID Service Repository

Develop the main page style. There is the default main page that is pre-designed as is shown in the above image. Include the JS files in BTTWeb2.0 JS library in the head of the main page, i.e. defaultTestPage.jsp in BTTWeb2InternetBankSample.

As there are so many JS files to be included and the order is really important, we put all of the JS files according to the importing order in resource.jsp.

the head of defaultTestPage.jsp