星期一, 三月 23, 2009

在Hyperion Planning界面中显示自己公司的Logo

1. 将图片放置在以下目录:

<WebAppServer>\<ApplicationDirectory>\ui_themes\tadpole\images_global

Include_Logo_1

2. 打开<WebAppServer>\<ApplicationDirectory>\ui_themes\tadpole\目录下的global.css文件;

3. 在.masthead TD.co_brand部分,修改以下代码:

.masthead TD.co_brand {
background-image: URL("images_global/ASIA_Logo.png");

4. 打开<WebAppServer>\<ApplicationDirectory>目录下的BannerTop.jin文件;

5. 在Insert Co-Brand Logo onto this TD部分,修改以下代码:

<!--Insert Co-Brand Logo onto this TD -->
<td width="1%" class="logo_padding">
<img class="co_brand" src="<%=iconPath %>ASIA_Logo.png" />
</td>

6. 修改后,效果如下:

Include_Logo_2

Technorati Tags: Hyperion,,,

没有评论:

发表评论