{title} -- html title of the page
{start} -- page that will initially start in the left frame
Index page for documentation, set up frames (could use iframe) for navigation and body
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN''http://www.w3.org/TR/REC-html40/loose.dtd'>
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by PhpDoc on {date} -->
<TITLE>{title}</TITLE>
</HEAD>
<FRAMESET cols='20%,80%'>
<FRAMESET rows='20%,80%'>
<FRAME src='packages.html' name='left_top'>
<FRAME src='{start}' name='left_bottom'>
</FRAMESET>
<FRAME src='{blank}.html' name='right'>
</FRAMESET>
<NOFRAMES>
<H2>Frame Alert</H2>
<P>This document is designed to be viewed using the frames feature.
If you see this message, you are using a non-frame-capable web client.</P>
</NOFRAMES>
</FRAMESET>
</HTML>
Prev | Home | Next |
Templates | Up | packages.html template file |
Template Documentation written by Gregory Beaver <cellog@users.sourceforge.net> and Joshua Eichorn <jeichorn@phpdoc.org>
Copyright © 2002, Gregory Beaver, Joshua Eichorn