How to include Picture link in Masthead?

Hi all,
I want to put some picture links on the masthead.
Under the branding image, if I click on a particular image, it should lead to an HTML page.
Any thoughts on how to accomplish this?
Thanks in advance.

If you have NWDS, it makes the work easier. You can import your downloaded par file, make the changes in the JSP and export it from NWDS itself causing it to be deployed.
If you don'y then Navigate to System Admin -> Support -> Portal Runtime -> Administration Console -> Archive Uploader. Here you select your renamed par file and click upload.
As I mentioned regarding reflection of changes in JSP. Make an iView out of your renamed par file after deployment.
Select your Default Framework Page in Portal Content. Add your newly created iView to this. Mark as invisible your original masthead iView. Add this framework page to your desktop and assign the desktop to your user. You can see the changes.
Or better still if you want quick checks. Just keep previewing the iView you create out of your new par file. That serves the purpose.
Hope this helps!!

Similar Messages

  • How to include picture in report

    Hi
    My report having 4 fields like
    2005total  trend  2006 total   difference  like
    9%    pic  4%      -5%
    7%    pic   7%      0%
    21%   pic   28%     7% 
    depending upon the value in difference field,
    i have to show the picture color
    means if it is 0% then blue circle
               if it is leesthan 0% then greencircle
               if it is greaterthan 0% then redcircle.
    Please give me solution. how to add picture? how to change color based on condition?
    Thanks.

    Swetha,
    You could add a blanco picture and edit the properties. On the second tab (Picture? I am not sure, I have the Dutch edition), the location of the picture can be set using the formula editor.
    An example of using different pictures for different values:
    IF {Percentage} = 0 THEN ".\blue_circle.png" //meaning: The file blue_circle.png in the same folder as the report will be shown if the percentage is 0%
    ELSE IF  {Percentage} > 50 THEN ".\green_circle.png" //meaning: The file green_circle.png in the same folder as the report will be shown if the percentage is between 0 and 50 %
    ELSE ".\red_circle.png" //meaning: The file red_circle.png in the same folder as the report will be shown if the percentage is between 50 and 100 %

  • How to include HTML link in BI Publisher Report?

    Hi,
    I am trying to include an HTML link in a BI Publisher report. But I get the HTML Code, not the link.
    I have put this in the Data Set SQL Query:
    select id_constancia, rfc, apellido_paterno, apellido_materno, nombre, e_mail_empleado,
    'a href="http://dbxserver.dbxprts.com:7778/pls/apex/f?p=134:1:::NO::P1_ID_CONSTANCIA:'||ID_CONSTANCIA||'">CITA</a ' as liga_cita
    from geiq_constancias
    where entregada = '0' and sust_rh = '0'
    And I have included the field LIGA_CITA in the rtf template,
    But I get this in the HTML output:
    =======
    Please clic on the link below to log into the system:
    a href="http://dbxserver.dbxprts.com:7778/pls/apex/f?p=134:1:::NO::P1_ID_CONSTANCIA:1183">CITA</a
    =========
    (I removed the beginning and ending '<''>' to prevent the text to be shown as a link)
    I have put the property "Make HTML output accessible" to TRUE in the report configuration, but nothing changes.
    Does anyone know how to make this work?
    Thanks.
    Francisco

    Hi Francisco,
    Note:
    your xml should only have
    <URL>http://dbxserver.dbxprts.com:7778/pls/apex/f?p=134:1:::NO::P1_ID_CONSTANCIA:1183</URL>
    Show me your sample XML , i can help you.
    What is your expected output ? PDF or HTML ?
    here it is.
    option1:
    If the XML data includes an element that contains a hyperlink , then you can use that element to create dynamic hyperlinks at runtime.
    a. insert hyperlink from word menu
    b. In the Type the file or Web page name field of the Insert Hyperlink dialog box, enter the following syntax:
    c. {ELEMENT_NAME_WHICH_HAS_URL_LINK}
    where ELEMENT_NAME_WHICH_HAS_URL_LINK is the xml data element name
    option2:
    create a form field, you can add it
    <fo:basic-link external-destination="http://www.google..com">
    <fo:inline text-decoration="underline">google Link</fo:inline>
    </fo:basic-link>
    or
    <fo:basic-link external-destination="{ELEMENT_NAME}">
    <fo:inline text-decoration="underline">google Link</fo:inline>
    </fo:basic-link>
    or
    <fo:basic-link>
    <xsl:attribute name="external-destination"><xsl:value-of select="ELEMENT_URL"/>
    </xsl:attribute>
           <xsl:value-of select="LINK_NAME"/>
    </fo:basic-link>

  • How to include pictures in xtable?

    Hello,
    There is a nice example for use of an xtable provided with Diadem: "User Dialog Box with Extended Table" which includes icons and text in some of the cells. 
    Can someone please explain how adding the images was accomplished?  I reviewed the code and even looked in the directories for the corresponding images but couldn't find them.
    thanks,
    Jim
    Solved!
    Go to Solution.

    Thanks for that option Brad.
    I dug a little deeper and see that the pictures are embedded as a single image in the Cell type, Picture property of the column in the xtable.  There are corresponding PictureAlign and PictureWidth properties.  PictureWidth specifies 16 pixels in this case and the portion of the image shown corresponds to the value of the combobox.   Here there are 7 images concatenated into weather.gif.

  • How to include portal link in task description of SRM 7.0 workflow

    HI,
    I want to include the SRM 7.0 Portal link in the standard task 40007980.
    the link should be generated from parameters so that even in quality the url is generated as per the system settings.
    Kindly guide me how i can achieve it.
    Thanks in advance,
    Regards,
    Neha

    Thanks Masa for your response.
    I have a question here..if i add an attribute in the business object then would that be available in the Task container? I have gone through this program but it reads ITS_DEST which is obsolete incase of SRM 7.0 and it does not return the correct portal link.
    Kindly let me know how can i get the right portal link? or would there be a need to construct it. If i have to construct then please let me know how can i get all the information to create the link. Also please tell me if it is possible to read these values in the mentioned task.
    Looking forward to your response.
    Regards,
    Neha

  • How to Include the URL of a page in Notification Email ?

    Hi ALL,
    I need your help to implement the below requirement.
    I have implemented Email notification in our application.so when ever the user creates any form/modify the form ,mail will be triggered to them.Now the users want to include the link in the email.
    When they click the link in email ,it should be navigated to the newly created form page in Apex.
    How to include the link of the page in the Email process?
    Thanks,
    Ramya.

    Hi Tuceef,
    Thanks for the response.
    I have created another hidden item P8_URL1 IN page 8 and
    I have created an on submit process in page processing section.
    the pl/sql code is
    Begin
    htp.p('<script type = "text/javascript">');
    function setLocation(href)
               // set the location path specified in the textbox.
               htp.p('location.href = document.getElementById(href).value;');
              htp.p('P8_URL1:= location.href');
    htp.p('</script>');
    end;But the code fetching the plain URL only,it's navigating to the empty form page when i click on the URL.
    Please correct the code if am wrong anywhere!
    Thanks & Regards,
    Ramya.

  • How can i find all included pictures which are not in a album? (only in the Library)

    How can i find all included pictures which are not in a album? (only in the Library)

    Hi there,
    I'm afraid I don't quite understand your question. All images are in your Library and only those you specifically select from that Library would be in an Album. What platform are you using? Revel Mac, Elements, web browser, etc?
    Here is a link with some helpful information:
    FAQ: File Basics: How do I Upload, Download, Share, and Delete files in Revel?
    Thank you,
    Glenyse

  • How to include the insert picture option in the PDF form?

    Hi, Can some one please help How to include the insert picture option in the PDF form? I am using acrobat XI pro and trying to use an evaluation form which requires to insert product pictures.

    Here's a link to a previous topic where this was discussed: http://forums.adobe.com/message/6050458

  • How can i find all included pictures in the Online-Library which are not in a album?

    Hi
    I use Adobe Photoshop Elements 13 with (Revel). My question ist how can i find all included pictures in the Online-Library which are not in a album? I would like only to have pictures in Library which are included in a online album.

    Hi there,
    I'm afraid I don't quite understand your question. All images are in your Library and only those you specifically select from that Library would be in an Album. What platform are you using? Revel Mac, Elements, web browser, etc?
    Here is a link with some helpful information:
    FAQ: File Basics: How do I Upload, Download, Share, and Delete files in Revel?
    Thank you,
    Glenyse

  • How to display archive link picture in pdf

    Hi, Experts
      I create a pdf form using tcode SFP, and create a graphics element in the form,
    but i don't want to use the MIME object to disaplay,because our pictures are archive link.
    How to display archive link picture in pdf form?
    Thanks you very much!
    Ken.li
    Edited by: Ken.Li on Nov 17, 2009 3:50 AM
    Edited by: Ken.Li on Nov 17, 2009 4:30 AM

    Hello,
    I can recommend you go through the tutorial called How Tou2026 Integrate ADOBE form on WebdynPro for ABAP and Deploy it on portal by Bhawanidutt Dabral. Ignore the fact it uses WD, I have tried the proposed solution how to load in the picture on a simple offline/ print form. Look around for this tutorial.
    It propose to use the FM as follows:
    CALL METHOD cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp
        EXPORTING
          p_object       = c_graphics
          p_name         = lv_pernr1
          p_id           = c_bmap
          p_btype        = c_bcol
        RECEIVING
          p_bmp          = ls_z_if_test_cv-im_photo
        EXCEPTIONS
          not_found      = 1
          internal_error = 2
          OTHERS         = 3.
    It passes the picture as XSTRING into the form and there you bind this data stream to a Image Field (not an Image!!! check this twice). Don´t forget to check the checbox to include picture data into the form file.
    Hope this helps, Otto

  • How to add a link in the masthead in the portal

    Hi,
    Actuallly i want to add a new link for ex-help link or user info etc..in the masthead in theportal,can any one please suggest me how to go about it as iam completely new to E.P and have not done any development ,till now have been dealing with support issues ,so your help will be greatly appreciated.
    Regards
    Pooja

    Hi,
    Follow this link,
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d07bf112-1705-2a10-1a9f-d0a705e550fa
    This article will clearly explain how to add a new link in masthead.
    I hope this is helpful for you. You have any doubt regards this ask me, i will help you.
    Regards
    Prakash T

  • How to find out URL of Masthead Help Link

    Hi Experts,
    I am working for a support project. Implementation team has long back left the project. I have to change the 'Help' link URL of Masthead area. There are three links in Masthead - Logoff, Personalize and Help.
    At present when we are clicking on 'Help' link of  Masthead, user is routed following website:
    https://www.xyz.com.
    In the new scenarion, when the user will click on 'Help' link of  Masthead, user should be routed following website:
    https://www.abc.com.
    I can see the following property of Masthead iView:
    Show Link in Masthead: Help
    I am unable to find out where the URL has been stored.
    Can you please let me know. Is it in UME or any other place? If yes, where excatly in UME.
    I searched a lot in the code. I got the file (com.sap.portal.navigation.masthead) from server. After that I imported it in NWDS. I searched a lot in various places of NWDS. I can not see the URL.
    It seems that javascript:openHelp is helping in getting URL. If yes, how?
    <TD nowrap >
    <!--<hbj:link id="HelpLink" tooltip="<%=helpTooltipStr%>" linkDesign="FUNCTION" reference="javascript:openHelp();"><hbj:textView nested="true" text="<%=helpTextStr%>"/></hbj:link> --><hbj:link id="HelpLink" tooltip="<%=helpTooltipStr%>"
         linkDesign="FUNCTION" reference="#">
                                          <% if (!isPreview) { HelpLink.setOnClientClick("javascript:openHelp();");} %>
                                          <hbj:textView nested="true" text="<%=helpTextStr%>"/>
                                        </hbj:link>                                             
    </TD>
    <TD nowrap>
    Please help.
    Regards,
    Gary

    Hi Sushil,
    It seems that I don't have the correct masthead  par file. I have got the masthead file from BASIS. It is com.sap.portal.navigation.masthead
    The existing masthead par file has following setting in portalapp.xml
    <property name="HelpUrl" value="http://help.sap.com/content/documentation/netweaver/docu_nw_04s.htm">
              <property name="plainDescription" value="Help Link URL"/>
              <property name="category" value="Navigation"/>
            </property>
            <property name="ShowLogInLogOffLink" value="true">
              <property name="validvalues" value="4/true5/false"/>
              <property name="plainDescription" value="Show Link in Masthead: Log In / Log Off"/>
              <property name="longDescription" value="Show or hide the 'Log In' / Log Off' link displayed in the masthead iView at runtime."/>
              <property name="category" value="Navigation"/>
            </property>
            <property name="HelpUrl" value="http://help.sap.com/nw04 ">
              <property name="plainDescription" value="Help Link URL"/>
              <property name="category" value="Navigation"/>
            </property>
    This does not contain link https://www.xyz.com
    Does this mean that the mathead par I am having is wrong.
    Please suggest.
    Regards,
    Gary

  • How come when I click an enlarge picture link on the ebay a blank page comes up?

    Every time I click an enlarge picture or the upload picture link a blank page comes up. It has nothing on it but "search bookmark and history"

    Your plugins list shows that you have the Mozilla ActiveX plugin installed.<br />
    The Mozilla ActiveX plugin is not compatible with Firefox 2 and 3 and you should remove it.<br />
    For instructions on how to remove the Mozilla ActiveX plugin see: http://kb.mozillazine.org/ActiveX
    # Mozilla ActiveX control and plugin module
    Your plugins list shows outdated plugin(s) with known security and stability risks.
    # Shockwave Flash 10.0 r42
    # Java Plug-in 1.6.0_01 for Netscape Navigator (DLL Helper)
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp#jdk (you need JRE)
    Update the [[Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    For your problem:<br />
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • How to add a privacy page and exclude it from the main menu, but include in links at the base

    adding a privacy statement page and excluding it from the main menu, but including in links at the base of site

    Right click on the page in Plan view and choose to exclude from menus. This will take it off your main nav.
    For your bottom nav, change the menu to manual and add the privacy page manually.

  • How to include SAP login link in the workflow notification email ?

    Hi,
    How to provide a link in notification email triggered thru workflow to outlook   ??
    This link should take the user to correct SAP system logon screen.....
    kindly help ! urgent !!
    thank you
    R

    Hi Rita,
    U can use RSWUWFML2 ABAP report.
    check [http://www.mortenhjorthnielsen.dk/BPM/RSWUWFML2/RSWUWFML2.html|http://www.mortenhjorthnielsen.dk/BPM/RSWUWFML2/RSWUWFML2.html]
    Regards
    Sagar S

Maybe you are looking for

  • Process Order tables and Production System Performance

    Hi All, What are the different tables of Process order? Also how do i know which table affects the system performance of Production system and to what extent if Change Logging is made active ? The issue is in our clients place we would like to set th

  • Disgust and Exasperation with BT "Customer Service...

    I am posting this here as really a final attempt to see if anything helpful will actually be done by BT, but I think also as more of a warning to others, as I truly have ben a “victim” of their so called customer service. To make clear, I don’t reall

  • 24" iMac - fan comes on, Mac won't sleep

    Sometimes when I try to "sleep" my Mac, the fan comes on, the screen blanks, and then immediately it comes to life. Other times the fan comes on, even though I don't think it's overheating, and then maybe I can sleep it, and maybe I can't. Anyone els

  • Dead links in PDF output, OK in FrameMaker

    Can someone give a solution as to why some cross reference links in my PDFs are dead and most other work. If I do a Ctrl/Alt and click on the cross reference in my FrameMaker source file, they navigate me to the correct location in the document. I ha

  • After installing Lion 10.7.2, user login can't identify password with Filevault 2 activeted

    Hello. I used Filevault 2 until last update of Lion, 10.7.2, because it don't let me logging in...as if unaware the password, but password recovery fortunatly! Ok, then I've changed password and the suggestion. After reboot the problem persists and i