home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / comms_networking / zonk / rawdocs / tpl / index_tpl < prev    next >
Encoding:
Text File  |  1999-02-13  |  1.4 KB  |  50 lines

  1. $zonkpage 1.00
  2.  
  3. A Template for creating  Index pages
  4.  
  5. The file which runs this template must call the files it wishes to index with $pullout command in the order in which they should appear
  6.  
  7. <html>
  8. <head>
  9. <title><zonk tagvalue title></title>
  10.  
  11. <body bgcolor="#ffffff" text="#000000">
  12. <img src="zlogo.gif" width=85 height=87 alignt="right" alt="(logo)"><center><h2><zonk tagvalue title></h2></center>
  13.  
  14. <zonk ifnot nobrs><zonk tagvalue intro
  15.       transform refs
  16.       transform orefs
  17.       transform brs
  18.       transform ps substyles><zonk endif>
  19. <zonk if nobrs><zonk tagvalue intro
  20.       transform refs
  21.       transform orefs
  22.       transform ps substyles><zonk endif>
  23.       
  24. <zonk reset backto>
  25. <zonk read backto>
  26. <ul>
  27. <zonk while backto>
  28.  
  29. <li><a href="<zonk tagvalue %pullfile transform fleaf>"><zonk tagvalue backto></a>
  30.  
  31. <zonk read %pullfile><zonk endwhile>
  32.  
  33. </ul>
  34. <p>
  35.  
  36. <zonk ifnot nobrs><zonk tagvalue text
  37.       transform refs
  38.       transform orefs
  39.       transform brs
  40.       transform ps substyles><zonk endif>
  41. <zonk if nobrs><zonk tagvalue text
  42.       transform refs
  43.       transform orefs
  44.       transform ps substyles><zonk endif>
  45.       
  46. <hr>
  47. <font size=-1>Copyright © Tim Brown. Page last updated: <zonk tagvalue %now@ format (&we, &zdy&st &mo &ce&yr &z12:&mi&am)><br>
  48. Refers to Zonk version <zonk tagvalue %version> and !Deskzonk version <zonk tagvalue deskver></font>
  49.  
  50. </body></html>