|
Hyperseek Category/MenuTemplates
|
Top Previous Next |
| HOMEPAGE : Draws each of the Home Page Categories:
|
| <<CATEGORY>> : Draws a link to the parent category
|
| <<SUBS>> : Draws links to each sub category defined as a "Teaser"
|
| <<CATFOLDER>> : An image bearing the same name as the category, if defined.
|
| <<DESC>> : The description of the category, if defined.
|
|
|
| Example:
|
| <TABLE BORDER=0>
|
| <TR>
|
| <TD COLSPAN=2>
|
| <FONT FACE="Arial">
|
| <B><<CATEGORY>></B>
|
| </FONT>
|
| </TD>
|
| </TR>
|
| <TR>
|
| <TD WIDTH=20> </TD>
|
| <TD>
|
| <FONT FACE="Arial" SIZE=-1>
|
| <I><<SUBS>></I>
|
| </FONT>
|
| </TD>
|
| </TR>
|
| </TABLE>
|
|
|
| HOMEPAGE SUBS : Drawn each sub category, represented by "<<SUBS>>" in the HOME PAGE template:
|
| <<CATEGORY>> : Draws a link to the sub category
|
|
|
| Example:
|
| » <<CATEGORY>>,
|
| MENU : Drawn the basic "cookie cutter" menu. the following variables are used:
|
| <<PARENT>> : Draws a link to the parent category
|
| <<SUBS>> : Draws links to each sub category to the current navigation point
|
| <<CURRENT>> : Draws the name of the current sub category (not linked)
|
|
|
| Example:
|
| <FONT FACE="verdana">
|
| <B><A HREF="/">Home</A></B>
|
| »
|
| <B><<PARENT>></B>
|
| <<SUBS>>
|
| <I><<CURRENT>></I>
|
| </FONT>
|
|
|
| MENU SUBS : How each of category in "<<SUBS>>" from the MENU template is drawn:
|
| <<CATEGORY>> : Draws a link to the parent category
|
|
|
| Example:
|
| <<CATEGORY>> »
|
|
|
| CATS : Each category is drawn using this template:
|
| <<CATLINK>> : Draws a link to the parent category
|
| <<DESC>> : Draws links to each sub category to the current navigation point
|
|
|
| Example:
|
| <FONT FACE="arial,verdana" SIZE=-2>
|
| <B><<CATLINK>></B><BR>
|
| <<DESC>>
|
| </FONT>
|
| <BR><BR>
|
|
|
|
|