home *** CD-ROM | disk | FTP | other *** search
- <$define name="DOCTYPE"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 FINAL//EN"><$/define>
- <$define name="WEBMASTERURL">mailto:webmaster@bigpic.com<$/define>
-
- <$define name="ADDRESS" auto>
- <address>
- <hr><$X>Notice the $X tags to mark an area that should be excluded
- from the output. The next line makes a link to the index.html file.
- This may seem a little bit confusin here for something so simple,
- but consider if we were using subdirectories or images, the following
- ensures that the relative filename will be correct for any file it
- is insert into.
- <$/X><$insert s="<a href=">"<$call function="RelateFile" relfile="index.html"><$/call>">Main Index</a><BR>
- Modified: <$call function="FormatDate" format=6 precompile><#FILEDATE><$/call><BR>
- Copyright ©1996 Big Picture Multimedia<BR>
- Comments / Questions / Suggestions to <$*a href=~WEBMASTERURL>Webmaster</A>
- <$/define>
-
- <$define name="BODY">
- <BODY BGCOLOR="#885566" TEXT="#FFFFFF" LINK="#FFFF00" VLINK="#888800">
- <$/define>
-
- <$define name="PAGEBAR" auto>
- [<$if defined=PREVFILE>
- <$*a href="~PREVFILE">Previous</a> |
- <$else><$/if>
- <a href="files.html">Index</a>
- <$if defined=NEXTFILE>
- | <$*a href="~NEXTFILE">Next</a>
- <$else><$/if>]
- <$/define>
-
-