Hi,
I am trying to customize the standard AFP masthead file com.sap.portal.navigation.afp.masthead.war and stuck with the same. Below are the customizations I want to do and the error I am facing:
1) Adding a new image in the masthead?
--> I added the image under the images folder and referring it in the masthead.JSP with below paths but none of them works. Instead of image i just see a cross.
<img src="/com.sap.portal.navigation.afp.masthead_custom/images/blank.gif"/>
<img src="/irj/portalapps/com.sap.portal.navigation.afp.masthead_custom/images/blank.gif"/>
<img src="../images/blank.gif"/>
2) Adding default text in search button which should be removed onfocus. Below is the code I wrote but this doesnt work, while portal load I see text coming for a sec and then it's gone.
3) Display last logged in details of user?
I have tested my code in an independent Abstract Portal project but I am clueless how to add it in masthead war and display the details in the masthead.jsp
4) Button image clicking or hovering it should give link Profile and log off.
5) Hover menu displaying quick links. Basically this should be similar to portal favorites minus option to allow user to add favorites by themselves.
6) Image with a number where number means the total tasks in user's inbox.
Request you to throw any pointers on above requirements.
Thanks in advance
Priyanka