Subversion Repositories wimsdev

Rev

Rev 11288 | Rev 11428 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
11223 bpr 1
 !set cc=$wims_read_parm
2
 <ul class="wims_nopuce">
3
 !for ff in tit,type,syntax, mean,alias,sample
4
   !set text=!lookup $ff in cmd/$cc.phtml
5
   !if $text!=$empty
6
 <li>
7
   $(lst_$ff)
11293 bpr 8
   !set text=!replace internal `` by $emph in $text
11223 bpr 9
   !if $ff=syntax
10
     !set text=!replace internal $\
11
$ by $(lst_$(ff)end) <br/>$lstyle2 in $text
12
   !endif
11293 bpr 13
   !replace internal '' by $emphend in $text
11223 bpr 14
   $(lst_$(ff)end)
15
  </li>
16
  !endif
17
 !next
18
  </ul>
19
  !if $cc iswordof if
20
    !read help/if.phtml
21
  !endif
22
  !if $cc iswordof randfile record recordcnt
23
    <div>
24
    !read cmd/datafile.phtml
25
   </div>
26
  !endif
27
  !if $cc iswordof word column char item line record
28
      <div>
29
    !set numlist_type=$cc
30
    !read cmd/numlist
31
      </div>
32
  !endif
33
  !set text=!lookup numlist in cmd/$cc.phtml
34
  !if $text!=$empty
35
    !set text=!replace internal ` by $emph in $text
36
    !replace internal ' by $emphend in $text
37
  !endif