This thing is cool
I am able to do lots of different things with this template thing...
Couple of questions about this detail...
I am using this link to details
What does the detail=1 mean? I am trying to give different users a different details, and I can do it hard way, but this detail=1 is interesting, if it does what I think it does... Could not find any help on this.
I also have this on the top of the search results:
<%if detail%>
<%loop results%>
<%include record_detail.html%>
<%endloop%>
<%else%>
and again detail? what variable is that, or is that a htmlpage.
I forgot where I copied this stuff, but its working great.... just need an answer what is the detail here for?

I am able to do lots of different things with this template thing...
Couple of questions about this detail...
I am using this link to details
Code:
<a href="db.cgi?db=<%db%>&do=search_results&detail=1&ID=<%ID%>&ID-opt==">What does the detail=1 mean? I am trying to give different users a different details, and I can do it hard way, but this detail=1 is interesting, if it does what I think it does... Could not find any help on this.
I also have this on the top of the search results:
Code:
<%include header.html%> <%if detail%>
<%loop results%>
<%include record_detail.html%>
<%endloop%>
<%else%>
and again detail? what variable is that, or is that a htmlpage.
I forgot where I copied this stuff, but its working great.... just need an answer what is the detail here for?