Document - CS28193
Refer to Windchill Customization Guide sections "Adding Custom Code to all Windchill Client Architecture Pages" and "System Banner Alert Message".
Put the following line code into <WT_HOME>\codebase\netmarkets\jsp\util\begin_custom.jspf
<%@ include file="/netmarkets/jsp/util/banner_custom.jspf"%>
Write the message with html format into the following files:
English language: <WT_HOME>\codebase\netmarkets\jsp\util\banner.txt
Simplified Chinese: <WT_HOME>\codebase\netmarkets\jsp\util\banner_zh_CN.txt
Traditional Chinese: <WT_HOME>\codebase\netmarkets\jsp\util\banner_zh_TW.txt
The file banner*.txt encoding should be UTF-8.