Difference between revisions of "PsyCrit:Code/lib/target"

m (Protected "PsyCrit:Code/lib/target": to enable SQL features [edit=sysop:move=sysop])
(+parse for header text)
Line 16: Line 16:
     <let name=out.targ copy=catg />
     <let name=out.targ copy=catg />
   </if>
   </if>
   <let name=out.targ append copy=hdr />
   <let name=out.targ append copy=hdr parse />
   <let name=including val=1 />
   <let name=including val=1 />
   <let name=out.targ append>
   <let name=out.targ append>

Revision as of 01:43, 24 October 2008

ShowTargetPage()

<func ShowTargetPage>









 <for table="qryW3_Titles_Catgs" where=$sqlResp name=pg hide>
   
   <load page=$rlist.pg_title />
   
   
   
   
   
   
 </for>
 

</func>