Subversion Repositories wimsdev

Rev

Rev 11219 | Rev 11224 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11219 Rev 11223
Line 6... Line 6...
6
!set lst_type=$lstyle ÀàÐÍ$lstend
6
!set lst_type=$lstyle ÀàÐÍ$lstend
7
!set type_exec=Ö´ÐÐÃüÁî
7
!set type_exec=Ö´ÐÐÃüÁî
8
!set type_pexec=Ö´ÐÐÃüÁî(Ö»¶ÔphtmlÎļþÓÐЧ)
8
!set type_pexec=Ö´ÐÐÃüÁî(Ö»¶ÔphtmlÎļþÓÐЧ)
9
!set type_var =±äÁ¿ÃüÁî
9
!set type_var =±äÁ¿ÃüÁî
10
!set type_both=¼ÈÊÇÖ´ÐÐÃüÁîÓÖÊDZäÁ¿ÃüÁî
10
!set type_both=¼ÈÊÇÖ´ÐÐÃüÁîÓÖÊDZäÁ¿ÃüÁî
11
!set lst_syntax=$lstyle Óï·¨$lstend:
11
!set lst_syntax=$lstyle Óï·¨$lstend:$lstyle2
12
!set lst_syntaxend=</span>
12
!set lst_syntaxend=</span>
13
!set lst_alias=$lstyle ±ðÃû$lstend:
13
!set lst_alias=$lstyle ±ðÃû$lstend:
14
!set lst_mean =$lstyle ÒâÒå$lstend:
14
!set lst_mean =$lstyle ÒâÒå$lstend:
15
 
15
 
16
WimsÃüÁî¿ÉͬʱÓÃÓÚ±äÁ¿´¦ÀíÎļþÒÔ¼°phtmlÎļþ.
16
WimsÃüÁî¿ÉͬʱÓÃÓÚ±äÁ¿´¦ÀíÎļþÒÔ¼°phtmlÎļþ.
Line 42... Line 42...
42
!endif
42
!endif
43
<ul>
43
<ul>
44
!for c in $cmdfiles
44
!for c in $cmdfiles
45
 <li class="wims_command" id="cmdlist_$(c)_">
45
 <li class="wims_command" id="cmdlist_$(c)_">
46
 !if $style != folding
46
 !if $style != folding
47
 <ul class="wims_nopuce">
-
 
48
 !for ff in tit,type,syntax, mean,alias,sample
-
 
49
   !set text=!lookup $ff in cmd/$c.phtml
-
 
50
   !if $text!=$empty
-
 
51
 <li>
-
 
52
   $(lst_$ff)
-
 
53
   !set text=!replace internal ` by $emph in $text
-
 
54
   !if $ff=syntax
-
 
55
     !set text=!replace internal $\
-
 
56
$ by $(lst_$(ff)end) <br/>$lstyle2 in $text
-
 
57
   !endif
-
 
58
   !set text=!replace internal \' by UUUUU in $text
-
 
59
   !set !replace internal ' by $emphend in $text
-
 
60
   !replace internal UUUUU by ' in $text
-
 
61
   $(lst_$(ff)end)
-
 
62
  </li>
-
 
63
  !endif
-
 
64
 !next
-
 
65
  </ul>
-
 
66
  !if $c iswordof if
-
 
67
    !read help/if.phtml
-
 
68
  !endif
-
 
69
  !if $c iswordof randfile record recordcnt
-
 
70
    <div>
-
 
71
    !read cmd/datafile.phtml
-
 
72
   </div>
-
 
73
  !endif
-
 
74
  !if $c iswordof word column char item line record
-
 
75
      <div>
-
 
76
    !set numlist_type=$c
-
 
77
    !read cmd/numlist
47
   !read cmdone.phtml $c
78
      </div>
-
 
79
  !endif
-
 
80
  !set text=!lookup numlist in cmd/$c.phtml
-
 
81
  !if $text!=$empty
-
 
82
    !set text=!replace internal ` by $emph in $text
-
 
83
    !replace internal ' by $emphend in $text
-
 
84
  !endif
-
 
85
 !else
48
 !else
86
  !if cmdlist_$(c)_ isin $expand
49
  !if cmdlist_$(c)_ isin $expand
87
   <a href="$httpd_SCRIPT_NAME?session=$session&+cmd=resume&+op=close&+subject=cmdlist_$(c)_#cmdlist_$(c)_"></a>
50
   <a href="$httpd_SCRIPT_NAME?session=$session&+cmd=resume&+op=close&+subject=cmdlist_$(c)_#cmdlist_$(c)_"></a>
88
   !!!read cmd/$c.phtml
51
   !read cmdone.phtml $c
89
  !else
52
  !else
90
   !href cmd=resume&op=open&subject=cmdlist_$(c)_#cmdlist_$(c)_ $c
53
   !href cmd=resume&op=open&subject=cmdlist_$(c)_#cmdlist_$(c)_ $c
91
  !endif
54
  !endif
92
 !endif
55
 !endif
93
 </li>
56
 </li>
94
!next c
57
!next c
95
 
-
 
96
</ul>
58
</ul>