[Prev: TFIRSTPGLINK][Resources][TOC][Next: THEAD]

TFOOT


Syntax

Envariable

N/A

Element

<TFOOT>
markup ...
</TFOOT>

Command-line Option

N/A


Description

TFOOT defines the footer markup of thread index pages. It is also responsible for defining the closing markup for the thread listing.


Default Setting

<TFoot>
</ul>
</TFoot>

Resource Variables

VariableValue
$ATTACHMENTURL$ Base URL to attachments
$DOCURL$ URL to documentation.
$ENV$ Value of an environment variable.
$GMTDATE$ Current GMT date.
$ICONURLPREFIX$ Value of ICONURLPREFIX resource.
$IDXFNAME$ Filename of main index page.
$IDXLABEL$ Label for main index page.
$IDXPREFIX$ Prefix of filenames of main index pages.
$IDXSIZE$ Max number of messages that may be listed in index page.
$IDXTITLE$ The title of the main index page.
$LOCALDATE$ Current local date.
$NUMOFIDXMSG$ Number of message listed.
$NUMOFMSG$ Number of messages in the archive.
$NUMOFPAGES$ Number of index pages.
$OUTDIR$ Pathname of archive.
$PAGENUM$ Current index page number.
$PROG$ Program name
$TIDXFNAME$ Filename of thread index page.
$TIDXLABEL$ Label for thread index page.
$TIDXPREFIX$ Prefix of filenames of thread index pages.
$TIDXTITLE$ Title of thread index.
$VERSION$ Program version.

Examples

The following example sets TFOOT to contain page links for a multi-page thread index:

<TFoot>
</ul>
<hr>
<table border=0 width="100%">
<tbody>
<tr>
<td align="left">$PGLINK(TPREV)$
<td align="right">[<a href="$PG(TFIRST)$">First Page</a>]
<td align="left">[<a href="$PG(TLAST)$">Last Page</a>]
<td align="right">$PGLINK(TNEXT)$
<tr align="center">
<th colspan=4>Page $PAGENUM$ of $NUMOFPAGES$
</tbody>
</table>
</TFoot>

Version

1.0


See Also

THEAD

Page Layout


[Prev: TFIRSTPGLINK][Resources][TOC][Next: THEAD]

$Date: 2003/10/06 22:04:21 $
MHonArc
Copyright © 1997-1998, Earl Hood, mhonarc@mhonarc.org