Well....<div><br></div><div>That worked :).</div><div><br></div><div>Thanks for everyone for your help and coordination.</div><div><br></div><div>Regards.<br><br><div class="gmail_quote">On Mon, Aug 9, 2010 at 3:59 AM, Bernardo Gonzalez Kriegel <span dir="ltr">&lt;<a href="mailto:bgkriegel@gmail.com">bgkriegel@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<br>
as explained on<br>
<a href="http://search.cpan.org/~samtregar/HTML-Template-2.9/Template.pm#TMPL_IF" target="_blank">http://search.cpan.org/~samtregar/HTML-Template-2.9/Template.pm#TMPL_IF</a><br>
you need to pass a variable whose value is true or false to PERL, for example<br>
<br>
&lt;!-- TMPL_IF NAME=&quot;fulltext&quot;--&gt;<br>
  Show if true<br>
&lt;!-- TMPL_ELSE --&gt;<br>
  Otherwise<br>
&lt;!-- /TMPL_IF --&gt;<br>
<br>
would work if &quot;fulltext&quot; has values &quot;1&quot; (true) or &quot;0&quot; (false). From<br>
the point of view of PERL, &quot;TRUE&quot; and &quot;FALSE&quot; are true.<br>
<br>
You will need to set apropriate values, following the example<br>
 $template-&gt;param( fulltext =&gt; &#39;1&#39;); # for true<br>
 $template-&gt;param( fulltext =&gt; &#39;0&#39;); # for false<br>
<br>
Hope that helps.<br>
<br>
Bernardo<br>
<br>
2010/8/8 Nitesh Rijal &lt;<a href="http://rijal.it" target="_blank">rijal.it</a>@<a href="http://gmail.com" target="_blank">gmail.com</a>&gt;:<br>
<div><div></div><div class="h5">&gt; Hello all.<br>
&gt;<br>
&gt; I am trying to display a link only if one variable has TRUE. For this I have<br>
&gt; the following:<br>
&gt;<br>
&gt; &lt;!-- TMPL_VAR NAME=&quot;fulltext&quot; --&gt; gives me either TRUE or FALSE<br>
&gt;<br>
&gt; what should the &lt;!-- TMPL_IF --&gt; look like, so that if it is TRUE then IF<br>
&gt; block is displayed otherwise ELSE block is displayed.<br>
&gt;<br>
&gt; Please Help.<br>
&gt;<br>
&gt; Regards.<br>
&gt;<br>
&gt; Nitesh Rijal<br>
&gt; BE IT<br>
&gt; <a href="http://rijal.it" target="_blank">rijal.it</a>@<a href="http://gmail.com" target="_blank">gmail.com</a><br>
&gt; <a href="http://niteshrijal.com.np" target="_blank">http://niteshrijal.com.np</a><br>
&gt; <a href="http://facebook.com/openrijal" target="_blank">http://facebook.com/openrijal</a><br>
&gt; <a href="http://twitter.com/openrijal" target="_blank">http://twitter.com/openrijal</a><br>
&gt; +9779841458173<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Koha mailing list<br>
&gt; <a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
&gt; <a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br><br clear="all"><br>-- <br>Nitesh Rijal<br>BE IT<br><a href="http://rijal.it">rijal.it</a>@<a href="http://gmail.com">gmail.com</a><br><a href="http://niteshrijal.com.np">http://niteshrijal.com.np</a><br>

<a href="http://facebook.com/openrijal">http://facebook.com/openrijal</a><br><a href="http://twitter.com/openrijal">http://twitter.com/openrijal</a><br>+9779841458173<br>
</div>