Subversion Repositories wimsdev

Rev

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

Rev 13439 Rev 14279
Line 29... Line 29...
29
<p>Commands may accept parameters which are words following it. Parameter
29
<p>Commands may accept parameters which are words following it. Parameter
30
fields are separated by white spaces or special words (depending on the command).</p>
30
fields are separated by white spaces or special words (depending on the command).</p>
31
 
31
 
32
<hr/>
32
<hr/>
33
 
33
 
34
<h4 id="cmdlist_list">Here is the list of $emph$(choose_$cmd_choose)$emphend commands.</h4>
34
<h3 id="cmdlist_list">Here is the list of $emph$(choose_$cmd_choose)$emphend commands.</h3>
35
 
35
 
36
!if $style!=integral
36
!if $style!=integral
37
 <p>You may switch to another list of commands:</p>
37
 <p>You may switch to another list of commands:</p>
38
 <ul>
38
 <ul>
39
 !for i in $cmd_choose_list
39
 !for i in $cmd_choose_list
Line 45... Line 45...
45
 !next i
45
 !next i
46
 </ul>
46
 </ul>
47
!endif
47
!endif
48
<ul class="wims_nopuce">
48
<ul class="wims_nopuce">
49
!for c in $cmdfiles
49
!for c in $cmdfiles
50
 <li class="wims_command" id="cmdlist_$(c)_">
50
  <li class="wims_command" id="cmdlist_$(c)_">
51
 !if $style != folding
51
  !if $style != folding
52
   !read cmdone.phtml $c
52
    !read cmdone.phtml $c
53
 !else
-
 
54
  !if cmdlist_$(c)_ isin $expand
-
 
55
   <a href="$httpd_SCRIPT_NAME?session=$session&+cmd=resume&+op=close&+subject=cmdlist_$(c)_#cmdlist_$(c)_"></a>
-
 
56
   !read cmdone.phtml $c
-
 
57
  !else
53
  !else
-
 
54
    !if cmdlist_$(c)_ isin $expand
-
 
55
      <a href="$httpd_SCRIPT_NAME?session=$session&+cmd=resume&+op=close&+subject=cmdlist_$(c)_#cmdlist_$(c)_"></a>
-
 
56
      !read cmdone.phtml $c
-
 
57
    !else
58
   !href cmd=resume&op=open&subject=cmdlist_$(c)_#cmdlist_$(c)_ $c
58
      !href cmd=resume&op=open&subject=cmdlist_$(c)_#cmdlist_$(c)_ $c
-
 
59
    !endif
59
  !endif
60
  !endif
60
 !endif
-
 
61
 </li>
61
  </li>
62
!next c
62
!next c
63
</ul>
63
</ul>