BIRT Exchange Forum: Need to change/remove text "BIRT report viewer" from header,address bar and title bar - BIRT Exchange Forum

Jump to content


 

No Latest Open Poll.

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Need to change/remove text "BIRT report viewer" from header,address bar and title bar Rate Topic: -----

#1 User is offline   abhijitKol Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 27
  • Joined: 30-August 11


Posted 15 March 2012 - 10:39 PM

Hi,
As per my project requirement, I need to change/remove text "BIRT report viewer" from header,address bar and title bar.
Could you guys plz tell me,how to do that.
0

#2 User is online   mwilliams Icon

  • BIRT Guru
  • Icon
  • View blog
  • Group: Administrators
  • Posts: 13105
  • Joined: 16-May 08


Posted 19 March 2012 - 07:50 AM

In your URL to run the report, you can use the URL parameter &__title=yourTitle. Hope this helps.
Regards,

Michael

Twitter
Facebook
Blog
Yahoo: mwilliams_actuate@yahoo.com
Google: mwilliams.actuate@gmail.com
0

#3 User is offline   swapnil8 Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 29-May 12


Posted 29 May 2012 - 06:49 AM

View Postmwilliams, on 19 March 2012 - 07:50 AM, said:

In your URL to run the report, you can use the URL parameter &__title=yourTitle. Hope this helps.



Hi
I too want to do the same. This is the approach I used but it has some problems.

I made the changes in the file-->
webcontent\birt\pages\layout\FramesetFragment.jsp
But font-size of title is very small. I tried to increase it but its not
being displayed on the web page.I tried to insert images in the heder but its
not working. I gave complete image path still the images are
not shown in the web page header. Need help.


Here is the code I used.

<!-- Header section --> <TABLE ID='layout' CELLSPACING='0' CELLPADDING='0' STYLE='width:100%;height:100%'>
<%
if( attributeBean.isShowTitle( ) )
{%>
<TR>
<TD COLSPAN='2'>
<TABLE BORDER=0 CELLSPACING="0" CELLPADDING="1px" WIDTH="100%" align="center">
<TR align="center">
<TD > <img src="D:\new\Tomcat 6.0\webapps\birt\webcontent\birt\images\LOGO1.jpg" style="height: 49px; width: 132px; "></TD>
<TD style="color:blue; font-size: 100"><B>Delivery Dashboard</B></TD>
<TD><img src="D:\new\Tomcat 6.0\webapps\birt\webcontent\birt\images\imagesC.jpg" style="height: 49px; width: 132px; "></TD>
</TR></TABLE></TD></TR>

Here is the snapshot of the report (viewed on tomcat server)
Attached File  Image.jpg (48.85K)
Number of downloads: 2

Waiting for your reply eagerly.

Thanks and Regards
swapnil
0

#4 User is online   mwilliams Icon

  • BIRT Guru
  • Icon
  • View blog
  • Group: Administrators
  • Posts: 13105
  • Joined: 16-May 08


Posted 01 June 2012 - 01:53 PM

Try this instead:

<!-- Header section --> <TABLE ID='layout' CELLSPACING='0' CELLPADDING='0' STYLE='width:100%;height:100%'>
<%
if( attributeBean.isShowTitle( ) )
{%>
<TR>
<TD COLSPAN='2'>
<TABLE BORDER=0 CELLSPACING="0" CELLPADDING="1px" WIDTH="100%" align="center">
<TR align="center">
<TD > <img src="birt/images/LOGO1.jpg" style="height: 49px; width: 132px; "></TD>
<TD style="color:blue; font-size:25px"><B>Delivery Dashboard</B></TD>
<TD><img src="birt/images/imagesC.jpg" style="height: 49px; width: 132px; "></TD> 
</TR></TABLE></TD></TR>


Regards,

Michael

Twitter
Facebook
Blog
Yahoo: mwilliams_actuate@yahoo.com
Google: mwilliams.actuate@gmail.com
0

#5 User is offline   swapnil8 Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 29-May 12


Posted 04 June 2012 - 03:21 AM

View Postmwilliams, on 01 June 2012 - 01:53 PM, said:

Try this instead:

<!-- Header section --> <TABLE ID='layout' CELLSPACING='0' CELLPADDING='0' STYLE='width:100%;height:100%'>
<%
if( attributeBean.isShowTitle( ) )
{%>
<TR>
<TD COLSPAN='2'>
<TABLE BORDER=0 CELLSPACING="0" CELLPADDING="1px" WIDTH="100%" align="center">
<TR align="center">
<TD > <img src="birt/images/LOGO1.jpg" style="height: 49px; width: 132px; "></TD>
<TD style="color:blue; font-size:25px"><B>Delivery Dashboard</B></TD>
<TD><img src="birt/images/imagesC.jpg" style="height: 49px; width: 132px; "></TD> 
</TR></TABLE></TD></TR>



thanks it worked
0

#6 User is online   mwilliams Icon

  • BIRT Guru
  • Icon
  • View blog
  • Group: Administrators
  • Posts: 13105
  • Joined: 16-May 08


Posted 05 June 2012 - 02:31 PM

Great! Glad to help! Let us know whenever you have questions! :)
Regards,

Michael

Twitter
Facebook
Blog
Yahoo: mwilliams_actuate@yahoo.com
Google: mwilliams.actuate@gmail.com
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users