zoukankan      html  css  js  c++  java
  • 【IBM Tivoli Identity Manager 学习文档】9 怎样自定义ITIM的界面

    作者:gnuhpc
    出处:http://www.cnblogs.com/gnuhpc/

    1.Administrative Console Customizations Tips
    Customizations to the Administrative Console are performed 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/AppSrv01/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 performed 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/AppSrv01/installedApps/cdl-itimNode01Cell/ITIM.ear/itim_self_service.war/custom
    1)Take "SelfServiceScreenText.properties" for instance, you should add the 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.

    作者:gnuhpc
    出处:http://www.cnblogs.com/gnuhpc/


                   作者:gnuhpc
                   出处:http://www.cnblogs.com/gnuhpc/
                   除非另有声明,本网站采用知识共享“署名 2.5 中国大陆”许可协议授权。


    分享到:

  • 相关阅读:
    PAT 个位数统计
    Least Common Multiple
    PAT 输出华氏-摄氏温度转换表
    害死人不偿命的(3n+1)猜想
    牛客小白月赛1 A-简单题
    结构体 查找书籍
    TZOJ 复习时间
    JS 瀑布流效果
    JS浏览器对象
    JS 数组相关
  • 原文地址:https://www.cnblogs.com/gnuhpc/p/2812037.html
Copyright © 2011-2022 走看看