home *** CD-ROM | disk | FTP | other *** search
- //
- // template 30 for qdhelp
- // Use this template if you are going to build help
- // for windows 3.0
- //
- // 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 TITLE,TEMPLATE FOR WIN 3.0
- /hpjoption INDEX,TPLATE_INDEX
-
- //
- // start of help topics
- //
-
- /topic TPLATE_INDEX
-
- /title Template #30
-
- /para \sa150
- /text \b\i\fs50,Template #30
- /endpara
-
- /para \fi200 \sa150
- This is template #30 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
-