On 2/21/07, Robert Hicks <[EMAIL PROTECTED]> wrote:

It isn't readily apparent from the pod but can you have more than one
<TMPL_ELSE> clause?


If they're nested:

<TMPL_IF blahblah>
first case
<TMPL_ELSE>
<TMPL_IF yadayada>
second case
<TMPL_ELSE>
third case
</TMPL_IF>
</TMPL_IF>

The TMPL_ELSE isn't an ELSIF, if that's what you're asking.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Html-template-users mailing list
Html-template-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to