|
chm2web uses the [NOFRAMES.BODY] section as a template to create
all pages in the non-frame version of a help system. If there is
such a section in your template, do not forget to add the word
"NOFRAMES" to the BODY.INFO\TARGETS variable.
[NOFRAMES.BODY]
The following variables are possible in this section:
#PAGE.TITLE#
This variable contains the title of the current page in the help
system, it is recommended to be used in the <TITLE> tag
together with the #VARPAGECAPTION#
variable: <TITLE>#VARPAGECAPTION# -
#PAGE.TITLE#</TITLE>
#PREV.URL#
Contains the link to the previous page of the help system.
#NEXT.URL#
Contains the link to the next page of the help system.
#CONTENTS.TREE#
Contains the html code of the help system table of contents.
#PAGE.BODY#
Contains the html code of the current page in the help system.
This variable must be present in the [NOFRAMES.BODY] section.
Neither index nor the full text search are supported in the
non-frame version of a help system, that is why there is no sense
in adding buttons for switching between the TOC, Help Index and
Search.
|