It's all about the answers!

Ask a question

Add a logo to the theme of DM


Jan-Bernd Menke-Zumbrägel (1123) | asked Jul 24 '12, 3:05 a.m.
edited Jul 24 '12, 3:12 a.m.

Hi,

I would like to add a logo to the theme in Rational Design Manager. For that, I used this html-code :

[!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
        "http://www.w3.org/TR/html4/strict.dtd">
<html> 
   <body> 
    [div class="custom-html-example" align="right"> [img src="logo.gif" heigth = 50 width = 303> [/div> 
   </body>
</html>

( I cut out some of the  " < " and replace them with " [ ", because otherwise you couldn't see the code).

Then I upload the folder which contains this html-file and the image logo.gif. But the image is not found.

Instead of the image it shows something like this :

                              Example

I hope somebody could help me with my problem.

Best Regards,

Jan-Bernd

4 answers



permanent link
Ralph Schoon (63.1k33646) | answered Jul 24 '12, 3:11 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi,

I haven't done that myself. In case you did not find it already, this Wiki page provides a lot of information that might be useful: https://jazz.net/wiki/bin/view/Main/WebUITheming

permanent link
Jan-Bernd Menke-Zumbrägel (1123) | answered Jul 24 '12, 4:17 a.m.

Hi Ralph,

Yes I visited this site already. I got the code from there. But my question was more about, if it's possible to upload a image together with the html-file in a .zip-file and call up this image in the code?


permanent link
Ralph Schoon (63.1k33646) | answered Jul 24 '12, 4:38 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi,

as far as I understand it, you create the theme, modify it, including have the icons in the theme file. Then upload it. https://jazz.net/wiki/bin/view/Main/WebUITheming#Uploading_a_New_Theme .

There are quite some posts in the forum if you search:https://jazz.net/search_results.jsp?q=theme+icon#page=1&type=type%3DDocument-ForumThread&q=theme%2Bicon&sortby=false

For example: https://jazz.net/forum/questions/74605/adding-images-to-the-theme-web-ui

I would read through some of them. Would be great if you could publish your finding here.

permanent link
Jan-Bernd Menke-Zumbrägel (1123) | answered Jul 24 '12, 5:55 a.m.

as far as I understand it, you create the theme, modify it, including have the icons in the theme file. Then upload it.

Yes, that's what I'm trying to do.

Well, in those examples they all work with JavaScript. I would prefer to solve my issue with html.

I have the feeling, that the image-file which I upload together with the html-file do not get onto the server, because otherwise I could easily find it and call up the image in html.

Is there a chance that this is the problem? Is there a way to trace that image-file to see where it goes so I can call up the file?

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.