N/A
<LISTBEGIN>
markup ...
</LISTBEGIN>
N/A
The LISTBEGIN resource specifies the markup to begin the message list. This resource works in conjuction with LITEMPLATE and LISTEND resources to format the main index page(es).
If MULTIPG is not active:
<ListBegin> <UL> <LI><A HREF="$TIDXFNAME$">Thread Index</A></LI> </UL> <HR> <UL> </ListBegin>
If MULTIPG is active:
<ListBegin> <UL> <LI><A HREF="$TIDXFNAME$">Thread Index</A></LI> </UL> $PGLINK(PREV)$$PGLINK(NEXT)$ <HR> <UL> </ListBegin>
Variable | Value |
---|---|
$DOCURL$ |
URL to documentation. |
$FIRSTPG$ |
Filename of first page of main index. |
$GMTDATE$ |
Current GMT date. |
$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. |
$LASTPG$ |
Filename of last page in of main index. |
$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. |
$PG$ |
Filename of an index page. |
$PGLINK$ |
Markup linking to a main index page. |
$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. |
Here is an example that includes links for the first and last page of the index for a mult-page index:
<ListBegin> <ul> <li><a href="$TIDXFNAME$">Thread Index</a></li> </ul> <table width="100%" border=0 cols=2 cellpadding=0 cellspacing=0> <tbody> <tr align="center"> <th colspan=4>Page $PAGENUM$ of $NUMOFPAGES$ <tr> <td align="left">$PGLINK(PREV)$ <td align="right">[<a href="$PG(FIRST)$">First Page</a>] <td align="left">[<a href="$PG(LAST)$">Last Page</a>] <td align="right">$PGLINK(NEXT) </tbody> </table> <hr> <ul> </ListBegin>
1.0