Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: If and elsif: Edit Log

Here is the list of edits for this post
If and elsif
I am trying below code in link.html but it is not working, I was wondering if you guys can help me out?

<%if Image_URL%>
<%include link_image_url.html%>
<%elsif isSponsor%>
<%include link_sponsor.html%>
<%else%>
<%include link_normal.html%>
<%endif%>

and what about below tag.



<%if isSponsor%>
&nbsp;<img src="<%build_root_url%>/images/sponsor.gif">

<%else%>

<%if isNew%>
&nbsp;<img src="<%build_root_url%>/images/new_<%Days_Old%>.gif">&nbsp;&nbsp;
<%endif%>

<%if isChanged%>
<img src="<%build_root_url%>/images/updated.gif" width="44" height="12">&nbsp;&nbsp;
<%endif%>


<%if isPopular%>
<img src="<%build_root_url%>/images/popular.gif" width="44" height="12">&nbsp;
<%endif%>

<%endif%>


Even this one is not working on link.html it shows sponsor images next to every link.

Please help

Vishal
-------------------------------------------------------

Last edited by:

TRPN: Jul 23, 2002, 8:48 AM

Edit Log: