File specification of "frame file"
This page describes the specification of "demo file".
Purpose
This file can show the lower two frames of the framed version web
pages. The number of "frame file" is the same as the number
of annotated image files.
How to generate
This file is created by the either command C2KMakeAll or C2KMakeFrames.
File format
<FrameFile> := <HeaderPart>\n<FramePart>\n<TailPart>\n
<HeaderPart> := "<HTML>\n<HEAD><TITLE>Page "<PageNum>"</TITLE></HEAD>"
<FramePart> := <FrameSet>\n<UpperFrame>\n<LowerFrame>\n<FrameSetEnd>
<FrameSet> := "<FRAMESET COLS=\"20%,80%\">"
<UpperFrame> := "<FRAME SRC=\"base"<PageNum>".html\" NAME=\"toc"<PageNum>"\">"
<LowerFrame> := "<FRAME SRC=\"page"<PageNum>".html\" NAME=\"main"<PageNum>"\">"
<FrameSetEnd> := "</FRAMESET>"
<TailPart> := "</BODY>\n</HTML>"
Example
<HTML>
<HEAD><TITLE>Page 01</TITLE></HEAD>
<FRAMESET COLS="20%,80%">
<FRAME SRC="base01.html" NAME="toc01">
<FRAME SRC="page01.html" NAME="main01">
</FRAMESET>
</BODY>
</HTML>
WARNING
There are "file name inconsistency" of page file. The name
of older version's page file is as following:
frame01i.gif
and the name of current version's page file is as follows:
frame1i.gif
Mikiya Tani - Mar 12 1996 - mailto:mik@cc.gatech.edu