
Copyright © 2001, 2015, Oracle and/or its affiliates. All rights reserved.
Note that any preference directory not referenced explicitly in this manner will not be migrated and
should be migrated by hand.
UI Branding – XSL Files
As part of the 6.3 installation, customized UI XSL files will be moved from this directory:
<otm_install_dir>/apache/htdocs/xsl/custom
to this directory:
<otm_install_dir>/glog/gc3webapp/WEB-INF/xsl/custom
Also, customized UI XSL files will be moved from this directory:
<otm_install_dir>/apache/htdocs/xsl/<pref>
to this directory:
<otm_install_dir>/glog/gc3webapp/WEB-INF/xsl/custom/<pref>
where <pref> is a series of values selected out of the USER_PREFERENCE_D table using the following
SQL:
SELECT distinct(user_preference_value) FROM user_preference_d WHERE
preference_gid = ‘STYLESHEET’;
Note that any preference directory not referenced explicitly in this manner will not be migrated and
should be migrated by hand.
UI Branding – Images
As part of the 6.3 installation, customized UI image files will be moved from this directory:
<otm_install_dir>/apache/htdocs/images/themes/<pref>
to this directory:
<otm_install_dir>/web/htdocs/images/custom/<pref>
and from this directory:
<otm_install_dir>/apache/htdocs/images/<lang>/themes/<pref>
to this directory:
<otm_install_dir>/web/htdocs/images/custom/<pref>/<lang>
where <pref> is a series of values selected out of the USER_PREFERENCE_D table using the following
SQL:
SELECT distinct(user_preference_value) FROM user_preference_d WHERE
preference_gid = ‘STYLESHEET’;
and <lang> is a series of values selected out of the TRANSLATION_D table use the following SQL:
SELECT distinct(text) FROM translation_d WHERE translation_gid =
‘images.root_dir’;
Note that any preference or language directory not referenced explicitly in this manner will not be
migrated and should be migrated by hand.
Comentarios a estos manuales