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 / Examples / DemoSite / common.hh < prev    next >
Encoding:
Text File  |  1997-01-31  |  1.2 KB  |  32 lines

  1. <$define name="DOCTYPE"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 FINAL//EN"><$/define>
  2. <$define name="WEBMASTERURL">mailto:webmaster@bigpic.com<$/define>
  3.  
  4. <$define name="ADDRESS" auto>
  5. <address>
  6. <hr><$X>Notice the $X tags to mark an area that should be excluded
  7. from the output.  The next line makes a link to the index.html file.
  8. This may seem a little bit confusin here for something so simple,
  9. but consider if we were using subdirectories or images, the following
  10. ensures that the relative filename will be correct for any file it
  11. is insert into.
  12. <$/X><$insert s="<a href=">"<$call function="RelateFile" relfile="index.html"><$/call>">Main Index</a><BR>
  13. Modified: <$call function="FormatDate" format=6 precompile><#FILEDATE><$/call><BR>
  14. Copyright ©1996 Big Picture Multimedia<BR>
  15. Comments / Questions / Suggestions to <$*a href=~WEBMASTERURL>Webmaster</A>
  16. <$/define>
  17.  
  18. <$define name="BODY">
  19. <BODY BGCOLOR="#885566" TEXT="#FFFFFF" LINK="#FFFF00" VLINK="#888800">
  20. <$/define>
  21.  
  22. <$define name="PAGEBAR" auto>
  23. [<$if defined=PREVFILE>
  24. <$*a href="~PREVFILE">Previous</a> |
  25. <$else><$/if>
  26. <a href="files.html">Index</a>
  27. <$if defined=NEXTFILE>
  28. | <$*a href="~NEXTFILE">Next</a>
  29. <$else><$/if>]
  30. <$/define>
  31.  
  32.