Hello all.<div><br></div><div>I am using KOHA 3.0.3 in Debian Lenny.</div><div><br></div><div>I am trying to integrate the fulltext viewing option of GSDL in KOHA in a different way than the existing one. </div><div><br></div>
<div>When we search for a string in KOHA then it displays a list of results. I am trying to make a link to GSDL fulltext option through KOHA records directly. In the search results we have a place holder named "ACTION" where I have placed a link "View Full Text". On clicking the link it goes to the GSDL and searches the records for the particular author and title. I found that matching both title and author is not possible in GSDL so I decided to match just the author and display results.</div>
<div><br></div><div>My main problem is that, I have made a field 953 'a' for storing whether the particular record has fulltext or not. If the field says "YES" then I need to display the "View Full Text" link in the "ACTIONS" placeholder of the search results. I have come to know that we can use <!-- TMPL_IF --> to make conditional variable passing and displaying, but I am having a problem in deciding whether the field 953 'a' contains a "YES" or a "NO". How can I find out that for every record in the current search result. </div>
<div><br></div><div>I have looked into the <a href="http://search.pl">search.pl</a> and search.tmpl but got no idea from that.</div><div><br></div><div>Please Help me.</div><div><br></div><div>Thank you.</div><div><br>-- <br>
Nitesh Rijal<br>BE IT<br>email: <a href="http://rijal.it">rijal.it</a>@<a href="http://gmail.com">gmail.com</a><br>url: <a href="http://niteshrijal.com.np">http://niteshrijal.com.np</a><br>facebook: <a href="http://facebook.com/openrijal">http://facebook.com/openrijal</a><br>
twitter: <a href="http://twitter.com/openrijal">http://twitter.com/openrijal</a><br>+9779841458173<br>
</div>