|
|
The tags on this page may be used in any Favorez skin template. There are two kinds of tags: value tags and block tags. You are encouraged to learn more about them before using Favorez tags.
Value tags {TAGNAME}
Values tags are very straight forward and are similar to macros in MS Word. Value tags can have any name and are replaced by their corresponding value when a new Favorez web page is created.
Block tags {TPL:TAGNAME}
Block tags are more complex. Block tags must start with {TPL: and may end with any name. A block tag should always be matched by another block tag with the same name. Block tags in fact define a sub template to be parsed separately. There are two kinds of block tags. A block tag that has a name in upper case characters only like {TPL:FOLDER} can be nested. A block tag with a name in lower case characters cannot be nested.
|
Tag |
Contents/Value |
|
{FAVORITES_TITLE} |
Title of the resulting web page, appears in the browser title bar. Controlled by the skin Property dialog box. |
|
{APP_NAME} |
"Favorez" |
|
{APP_VERSION} |
Favorez version e.g. "1.0" |
|
{APP_COPYRIGHT} |
"Copyright (c) 2002 WarpGear Software" |
|
{APP_WEBSITE} |
"http://www.favorez.com" |
|
{NODE_COUNT} |
Total number of favorites items and folders in your web page including the root folder. Used in the My Favorites standard skin for scripting purposes. |
|
{TPL:keywords} |
Start or end of a block of code for optional keywords. |
|
{KEYWORDS} |
Keywords extracted from the favorites items separated by commas. |
|
{TPL:FOLDER} |
Start or end of a block of code that defines a favorites (root) folder. |
|
{FOLDER_ID} |
Index number of a favorites folder. This tag may be used in the following blocks: {TPL:FOLDER}, {TPL:index}, {TPL:path} |
|
{FOLDER_NAME} |
Name of a favorites folder. This tag may be used in the following blocks: {TPL:FOLDER}, {TPL:index}, {TPL:path} |
|
{TPL:index} |
Start or end of a block that prints all direct sub folders. A {TPL:index} block can only be placed within a {TPL:FOLDER} block. |
|
{TPL:path} |
Start or end of a block that prints all folders that form the path to the current folder. A {TPL:path} block can only be placed within a {TPL:FOLDER} block. |
|
{TPL:url} |
Start or end of a block that defines a favorites item. A {TPL:url} block can only be placed within a {TPL:FOLDER} block. |
|
{URL_ICON} |
Name of the icon file representing a favorites item. |
|
{URL_PATH} |
The address a favorites item points to e.g. http://www.favorez.com/forum/ |
|
{URL_TARGET} |
The name of the frame where the contents of a favorites item should appear. Controlled by the skin Properties dialog box. |
|
{URL_TITLE} |
The name of a favorites item. This name corresponds with the names in your IE favorites panel. |
|
{TPL:header} |
Start or end of a block of HTML code that should precede a cluster of favorites items. A {TPL:header} block may be useful if your skin supports mixed favorites items and folders (as does the IE favorites panel). Look up this tag in the index.tpl file of the standard Blue Mountain skin. A {TPL:header} block can only be placed within a {TPL:url} block. |
|
{TPL:footer} |
Start or end of a block of HTML code that should conclude a cluster of favorites items. See: {TPL:header} |
|
{USER_NAME} |
Your windows user name. |