[Prev: TFIRSTPGLINK] | [Next: THEAD] |
N/A
<TFOOT>
markup ...
</TFOOT>
N/A
TFOOT defines the footer markup of thread index pages. It is also responsible for defining the closing markup for the thread listing.
<TFoot> </ul> </TFoot>
Variable | Value |
---|---|
$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. |
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>
1.0
[Prev: TFIRSTPGLINK] | [Next: THEAD] |