アットウィキロゴ

IDM_ex05

※Excercise 5 は OPTIONALです。

Install the Corporate Logo

1. 任意の バックアップディレクトリ を作成する
2. <idm install>/images よりIdentityManager.gif をバックアップする
3. <bootcamp>/custom/images より、<idm install>/images へ IdentityManager.gif をコピーする
4. アプリケーションサーバの work ディレクトリを削除する

  • a. Tomcat 4.x の場合、<$CATALINA_HOME>/<app>/work

5. エンドユーザ画面へ移動し、新しいロゴバナーが表示されていることを確認する

Modify the Banners

1. スタイルシート(styles/style.css) のバックアップを取る~ 2. .header タグ及び .footer タグの値を #8E8C5D に変更する
3. エンドユーザ画面へ移動し、スタイルの変更を確認する

Create a Border for the User Login Page

1. styles/style.css に次のコードを挿入する

  • ( .border-effect { border-top: solid 1px #666699; border-bottom: solid 2px #666699; border-right: solid 2px #666699; border-left: solid 1px #666699; }
  • ) 2. user/userHeader.jsp のバックアップを取る
    3. user/userHeader.jsp の次の箇所を探す
  • (

    !-- 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>
  • ) 4. 第一table タグ内に、class="border-effect" 属性を追加する
    5. style='border-bottom: solid 1px #0B0B83' という属性を <td class="header"> タグ内に追加する
    6. work 領域を削除する
    7. エンドユーザ画面にて、変更を確認する

Modify the Welcome Text, Colors, and Fonts

1. styles/style.css 内の.title タグの記述に、Broadwayフォント又はArial フォントを追加し、color属性を #666666とする
2. styles/style.css 内の次のタグ記述を変更する

TagValue
.availablenavbuttonbackground-color #8A8A5E
A.available:activecolor #F7E7B6
.currentnavbutton#FFBA00
A.current:activecolor #666666
A.help:activecolor #F7E7B6
.tablehdrbackground-color #8A8A5E
.tablesorthdr#F7E7B6

3. idmcommon.jar 内の com/waveset/msgcat/WPMessages.properties ファイルをExtract し、 <idm install>/config へコピーする

  • a. UI_LOGIN_WELCOME2 値を Welcome to the XYZ Company User Password Self-Service Application に変更する

4. セーブし、アプリケーションサーバを再起動する
5. エンドユーザ画面にて、変更を確認する
6. 管理画面にて、どのような変更が成されたかどうかを確認する

タグ:

+ タグ編集
  • タグ:
最終更新:2007年11月15日 07:10