home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Borland Programmer's Resource
/
Borland_Programmers_Resource_CD_1995.iso
/
utils
/
qdhelp
/
tplate31.qdh
< prev
next >
Wrap
Text File
|
1995-05-18
|
2KB
|
104 lines
//
// template 31 for qdhelp
// Use this template if you are going to build help
// for windows 3.1
//
// This is a sample template for use in building
// help files using the QDHELP program. These
// templates give you the basic building blocks
// to quickly put together a help file for your
// programs.
//
//
//
// set up the options for the .hpj file
//
/hpjoption COPYRIGHT,Copyright Phil Allen 1991-1992
/hpjoption REPORT,ON
/hpjoption TITLE,TEMPLATE FOR WIN 3.1
/hpjconfig BrowseButtons()
/hpjoption CONTENTS,TPLATE_INDEX
//
// start of topics
//
/topic TPLATE_INDEX
/title Template #31
/para \sa150
/text \b\i\fs50,Template #31
/endpara
/para \fi200 \sa150
This is template #31 for the QDHELP system. This template
has a large title then an introductory paragraph. Follow
that comes bold topic headings and paragraphs for each
topic.
/endpara
/para \sa150
/text \b\fs30,Topic Heading
/endpara
/para \fi200 \sa150
This is the topic heading paragraph. It will contain
information on the topic heading. Next you will find
a series of links to the subtopics of this topic.
/endpara
/para
/link SUBTOPIC1,Sub Topic 1
/endpara
/para
/link SUBTOPIC2,Sub Topic 2
/endpara
/endtopic
//
// subtopic 1
//
/topic SUBTOPIC1
/title Sub Topic 1
/keywords subtopic1,topic
/browse subtopic,1
/para \sa150
/text \b\i\fs50,Sub Topic 1 Title
/endpara
/para
This will be the text for the sub topic 1 information.
/endpara
/endtopic
//
// subtopic 2
//
/topic SUBTOPIC2
/title Sub Topic 2
/keywords subtopic2,topic
/browse subtopic,2
/para \sa150
/text \b\i\fs50,Sub Topic 2 Title
/endpara
/para
This will be the text for the sub topic 2 information.
/endpara
/endtopic