home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / suite.zip / pct.zip / ipf.ext < prev    next >
Text File  |  1999-12-20  |  3KB  |  198 lines

  1. @Templates
  2. %Simple Help
  3. $:userdoc.
  4. :title.Your title here
  5. .*********************************************
  6. :h1 res=100. Section 1 title
  7. :i1. section1
  8. :p.First Paragraph
  9. :p.Second Paragraph
  10. .*********************************************
  11. :h1 res=200. Section 2 title
  12. :i1. section2
  13. :p.First Paragraph
  14. :p.Second Paragraph
  15. :euserdoc.
  16. %Section Heading
  17. $:h2 res=21.Section Title
  18. :i1. NewSection
  19. :p.First Paragraph
  20. %Table
  21. $:table.
  22. :row.
  23. :c.
  24. :c.
  25. :c.
  26. :row.
  27. :c.
  28. :c.
  29. :c.
  30. :etable.
  31.  
  32. @Lists
  33. %Definition
  34. $:dl break=all tsize=6.
  35. :dthd.
  36. :ddhd.
  37. :dt.
  38. :dd.
  39. :dt.
  40. :dd.
  41. :edl.
  42. %Ordered
  43. $:ol.
  44. :li.
  45. :li.
  46. :li.
  47. :eol.
  48. %Parameter
  49. $:parml.
  50. :pt.
  51. :pd.
  52. :pt.
  53. :pd.
  54. :pt.
  55. :pd.
  56. :eparml.
  57. %Simple
  58. $:sl.
  59. :li.
  60. :li.
  61. :li.
  62. :esl.
  63. %Unordered
  64. $:ul.
  65. :li.
  66. :li.
  67. :li.
  68. :eul.
  69.  
  70. @Highlighted Text
  71. %Bold
  72. $:hp2.Your text:ehp2.
  73. %Bold/Italic
  74. $:hp3.Your text:ehp3.
  75. %Bold/Underline
  76. $:hp7.Your text:ehp7.
  77. %Italic
  78. $:hp1.Your text:ehp1.
  79. %Underline
  80. $:hp5.Your text:ehp5.
  81. %Underline/Italic
  82. $:hp6.Your text:ehp6.
  83.  
  84. @Tags A-G
  85. %Artlink
  86. $:artwork name='mybitmap.bmp'.
  87. :artlink.
  88. :link reftype=hd res=999.
  89. :eartlink.
  90. %Break
  91. $.br
  92. %Caution
  93. $:caution text='Your Caution:'.  :ecaution.
  94. %Center
  95. $:ce
  96. %Character Graphic
  97. $:cgraphic.
  98. :egraphic.
  99. %Color
  100. $:color fc=foreground bc=background.
  101. %Comment
  102. $.*********************************************
  103. %Control Area
  104. $:ctrl ctrlid=new1 controls='ESC FORWARD BACK' coverpage.
  105. %Control Area Definition
  106. $:ctrldef.
  107. :ectrldef.
  108. %Definition List
  109. $:dl.
  110. :edl.
  111. %Document Profile
  112. $:docprof toc=123 crtlarea=none.
  113. %Dynamic Data Formatting
  114. $:ddf. res=999
  115. %Example
  116. $:xmp.
  117. :exmp.
  118. %Figure
  119. $:fig.
  120. :efig.
  121. %Figure Caption
  122. $:figcap.
  123. %Font
  124. $:font facename=Helv size=18x10.
  125. %Footnote
  126. $:fn id=999. :efn.
  127.  
  128. @Tags H-M
  129. %Heading
  130. $:h1 res=999.
  131. %Heading Reference
  132. $:hdref. res=999 refid=999
  133. %Hide
  134. $:hide key="Your value".  :ehide.
  135. %Highlighted Phrase
  136. $:hp2.:ehp2.
  137. %Hyperlink
  138. $:link reftype=hd res=100.Section 1 title:elink.
  139. %Imbed
  140. $.im
  141. %Index
  142. $:i1.
  143. %Index Command
  144. $:icmd.
  145. %Index Synonym
  146. $:isyn root=.
  147. %Left Margin
  148. $:lm margin=
  149. %Lines
  150. $:lines align=left.
  151. :elines.
  152. %Link
  153. $:link reftype=hd res=999.:elink.
  154. %List Item
  155. $:li.
  156. %List Part
  157. $lp.
  158.  
  159. @Tags N-Z
  160. %Name it
  161. $.nameit symbol=sym text=''
  162. %Note
  163. $:note text='Note:'.
  164. %Ordered List
  165. $:ol.
  166. :eol.
  167. %Paragraph
  168. $:p.
  169. %Parameter List
  170. $:parml.
  171. :eparml.
  172. %PushButton
  173. $:pbutton id=xmp res=300 text="~Example"
  174. %Parameter Description
  175. $:pd.
  176. %Parameter Term
  177. $:pt.
  178. %Right Margin
  179. $:rm margin=
  180. %Simple List
  181. $:sl.
  182. :esl.
  183. %Table
  184. $:table cols='15 20 25' rules=both frame=box.
  185. :row.
  186. :etable.
  187. %Title
  188. $:title.
  189. %Unordered List
  190. $:ul.
  191. :eul.
  192. %User Document
  193. $:userdoc.
  194. :euserdoc.
  195. %Warning
  196. $:warning text='Your Warning:'.  :ewarning.
  197.  
  198.