Subversion Repositories wimsdev

Rev

Rev 11223 | 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)
8
   !set text=!replace internal ` by $emph in $text
9
   !if $ff=syntax
10
     !set text=!replace internal $\
17228 bpr 11
$ by $(lst_$(ff)end) <br>$lstyle2 in $text
11223 bpr 12
   !endif
13
   !set text=!replace internal \' by UUUUU in $text
14
   !set text=!replace internal ' by $emphend in $text
15
   !replace internal UUUUU by ' in $text
16
   $(lst_$(ff)end)
17
  </li>
18
  !endif
19
 !next
20
  </ul>
21
  !if $cc iswordof if
22
    !read help/if.phtml
23
  !endif
24
  !if $cc iswordof randfile record recordcnt
25
    <div>
26
    !read cmd/datafile.phtml
27
   </div>
28
  !endif
29
  !if $cc iswordof word column char item line record
30
      <div>
31
    !set numlist_type=$cc
32
    !read cmd/numlist
33
      </div>
34
  !endif
35
  !set text=!lookup numlist in cmd/$cc.phtml
36
  !if $text!=$empty
37
    !set text=!replace internal ` by $emph in $text
38
    !replace internal ' by $emphend in $text
39
  !endif