基本的なカスタマイズ > ユーザーインタフェースのカスタマイズ > 一般的な UI のカスタマイズ > システムバナー警告メッセージ > 警告メッセージを Windchill UI ページの一番上に表示します。
  
警告メッセージを Windchill UI ページの一番上に表示します。
警告メッセージを HTML フォーマットで以下のファイルに記述します。<Windchill>\codebase\netmarkets\jsp\util\banner.txt
例:
<div
style="float:left;
clear: both;
position: absolute;
margin: 2px 170px;
padding: 3px;
border: 1px solid #000;
background-color: #fff;
top: 3px;
color: #006600;
font-weight: bold;
font-size: 12px;
z-index: 1000">

<font face="verdana">
<!-- Banner begins here -->
Windchill server will be down 1/1 for maintenance
<!-- Banner ends here -->
</font>
</div>