※Excercise 5 は OPTIONALです。
1. 任意の バックアップディレクトリ を作成する
2. <idm install>/images よりIdentityManager.gif をバックアップする
3. <bootcamp>/custom/images より、<idm install>/images へ IdentityManager.gif をコピーする
4. アプリケーションサーバの work ディレクトリを削除する
5. エンドユーザ画面へ移動し、新しいロゴバナーが表示されていることを確認する
1. スタイルシート(styles/style.css) のバックアップを取る~
2. .header タグ及び .footer タグの値を #8E8C5D に変更する
3. エンドユーザ画面へ移動し、スタイルの変更を確認する
1. styles/style.css に次のコードを挿入する
!-- place customer customizations here -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- remove this row if you want to suppress the Waveset logo -->
<tr>
<%-- make sure that the <td><img></td> are all on one line
in the file without any spaces in between to prevent
too much black border --%>
<td class="header" colspan="3" width="100%"><img src="<%=
p.encodeURL(headerImage) %>" alt="<%=longname%>"></td>
1. styles/style.css 内の.title タグの記述に、Broadwayフォント又はArial フォントを追加し、color属性を #666666とする
2. styles/style.css 内の次のタグ記述を変更する
| Tag | Value |
| .availablenavbutton | background-color #8A8A5E |
| A.available:active | color #F7E7B6 |
| .currentnavbutton | #FFBA00 |
| A.current:active | color #666666 |
| A.help:active | color #F7E7B6 |
| .tablehdr | background-color #8A8A5E |
| .tablesorthdr | #F7E7B6 |
3. idmcommon.jar 内の com/waveset/msgcat/WPMessages.properties ファイルをExtract し、 <idm install>/config へコピーする
4. セーブし、アプリケーションサーバを再起動する
5. エンドユーザ画面にて、変更を確認する
6. 管理画面にて、どのような変更が成されたかどうかを確認する