Author: gnuhpc
Source: http://www.cnblogs.com/gnuhpc/
1. Administrative Console customizations tips
Customizations to the Administrative Console are saved med by making changes to the UI. properties file. This file is located in the itim_home/data directory. Other places you may refer to is the JSP deployment directory:
/Opt/IBM/WebSphere/appserver/profiles/systrv01/installedapps/cdl-itimNode01Cell/itim. Ear/itim_console.war/JSP/common
1) Take "type your intranet ID and password, and then click log in" for example, we add the HTML tag into the file tivoli_login.jsp in the deployment directory. and we customized the logo, which just a HTML tag(tivoli_21.gif) in the same file.
2) Customizing the banner area are saved med by making changes to the banner. jsp file in the JSP deployment directory.
2. Self Service customizations tips
Selfserviceui. properties -- main UI
Selfservicescreentext. properties -- text tag header file.
Selfservicetext_xx.properties -- the XX is the two-character code for the specific language
Selfservicehomepage. properties -- Homepage
Selfservicetextkeys. properties -- determine which key pertains to which section of the interface.
Other places you may refer to is the JSP deployment directory:
/Opt/IBM/WebSphere/appserver/profiles/systrv01/installedapps/cdl-itimNode01Cell/itim. Ear/itim_self_service.war/custom
1) Take "selfservicescreentext. properties" for instance, you should add the text into the tag "login_page_footer_message" of the file selfservicescreentext_en.properties.
2) take the logo in self console for example, you should add the HTML tag into the file loginbanner. jsp In the JSP deployment directory
3. How to make a good customization in itim solution?
1) Please use find command and grep command proficiently. It can be a great help even greater than any manual.
2) learn the typical customizations from the material and the manual I hand overed.
3) learn some skills in CSS/XHTML/JSP, it will lead you into a more professional level. BTW, these aspects mentioned above are all very easy to learn.
Author: gnuhpc
Source: http://www.cnblogs.com/gnuhpc/