|
LISTBEGINSyntax
DescriptionThe 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). Default SettingIf 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> Resource Variables
ExamplesHere 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> Version1.0 See Also
$Date: 2002/07/27 05:13:10 $ MHonArc Copyright © 1997-1998, Earl Hood, mhonarc@mhonarc.org |