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

  1. $zonkpage 1.00
  2.  
  3. A general template. Simply places the text into an html page setting the page
  4. title and adding an updated date
  5.  
  6. expects a datafile with
  7.  
  8. title:
  9.  
  10. text:
  11.  
  12. <html>
  13. <head>
  14. <title><zonk tagvalue title></title>
  15.  
  16. <body bgcolor="#ffffff" text="#000000">
  17. <img src="zlogo.gif" width=85 height=87 alignt="right" alt="(logo)"><center><h2><!--zonk pullout backto --><zonk tagvalue title><!--zonk endpullout --></h2></center>
  18.  
  19. <zonk ifnot nobrs><zonk tagvalue text
  20.       transform refs
  21.       transform orefs
  22.       transform brs
  23.       transform ps substyles><zonk endif>
  24. <zonk if nobrs><zonk tagvalue text
  25.       transform refs
  26.       transform orefs
  27.       transform ps substyles><zonk endif>
  28.       
  29. <p>
  30.  
  31.  
  32. <b>Go:</b> to <a href="zonk.htm">documentation index</a>
  33.  
  34.            
  35.  
  36. <!--zonk pullin %pullprev transform fleaf format (back to <a href="%s">) failok --><!--zonk endpullin --><!--zonk 
  37.             pullin backto format (%s) failok --><!--zonk endpullin --><!--zonk pullin %pullprev format (</a>) failok --><!--zonk endpullin -->
  38.  
  39.            
  40.  
  41. <!--zonk pullin %pullnext transform fleaf format (on to <a href="%s">) failok --><!--zonk endpullin --><!--zonk 
  42.       pullin onto format (%s</a>) failok --><!--zonk endpullin --->
  43.  
  44. <!--zonk pullread backto onto -->
  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>