Axis RightFax 8.5 Guía de instalación Pagina 57

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 106
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 56
Copyright © 2001, 2015, Oracle and/or its affiliates. All rights reserved.
10-3
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.
Vista de pagina 56
1 2 ... 52 53 54 55 56 57 58 59 60 61 62 ... 105 106

Comentarios a estos manuales

Sin comentarios