home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1997 April / Win95_04974.iso / docs / 00016 / 01649.exe / data.2 / program / Templates / Inline / CompilerStandardIndex.tpl < prev    next >
Encoding:
Text File  |  1997-01-03  |  864 b   |  22 lines

  1. <$$FILE
  2.    TYPE=HTML
  3.    USECOMPILE
  4.    DESC="Nodes Standard Index Loop"
  5. >
  6. <$$PARAMS
  7.    N=NOTICE N_D="There is not point in having many options because the code will need to customized by hand for your index needs.  Once you press Finish a standard index will be created in the current file."
  8. ><$$NO>
  9.  
  10. <$call function="SetINode" --Configure to this node--><$/call>
  11. <$call function="RelateINode" how="CHILD" --get the child node--><$/call>
  12. <$call function="GetNodeRelations" INODE name="rel" postcompile><$/call>
  13.  
  14. <ul>
  15. <$while s="relTHIS=1">
  16.    <$call function="GetNodeInfo" name="NODE" INODE postcompile><$/call>
  17.    <li><$$INSERT PARAM='<$*a href="~NODERELFILE">'><#NODEDESC></A> -- (<#NODERELFILE>)
  18.    <$call function="RelateINode" how="NEXT"><$/call>
  19.    <$call function="GetNodeRelations" INODE name="rel" postcompile><$/call>
  20. <$/while>
  21. </ul>
  22.