Subversion Repositories wimsdev

Rev

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

Rev 5920 Rev 5921
Line 5... Line 5...
5
!set lst_type=$lstyle Type$lstend
5
!set lst_type=$lstyle Type$lstend
6
!set type_exec=$lst_type execution command
6
!set type_exec=$lst_type execution command
7
!set type_pexec=$lst_type execution command (only valid for phtml files)
7
!set type_pexec=$lst_type execution command (only valid for phtml files)
8
!set type_var =$lst_type variable command
8
!set type_var =$lst_type variable command
9
!set type_both=$lst_type both execution and variable command
9
!set type_both=$lst_type both execution and variable command
10
!set lst_syntax=$lstyle Syntax$lstend <tt>!
10
!set lst_syntax=$lstyle Syntax$lstend <span class="tt">!
11
!set lst_alias=$lstyle Aliases$lstend
11
!set lst_alias=$lstyle Aliases$lstend
12
!set lst_mean =$lstyle Meaning$lstend
12
!set lst_mean =$lstyle Meaning$lstend
13
 
13
 
14
WIMS commands can be used in variable processing files and phtml files. A
14
WIMS commands can be used in variable processing files and phtml files. A
15
command is a word preceeded by the character $emph!$emphend.
15
command is a word preceeded by the character $emph!$emphend.
Line 26... Line 26...
26
Some commands can be used both as execution command and as variable command.
26
Some commands can be used both as execution command and as variable command.
27
<p>
27
<p>
28
Commands may accept parameters which are words following it. Parameter
28
Commands may accept parameters which are words following it. Parameter
29
fields are separated by white spaces or special words (depending on the command).
29
fields are separated by white spaces or special words (depending on the command).
30
</p>
30
</p>
31
<a name="cmdlist_list"></a>
31
<a id="cmdlist_list"></a>
32
<hr/><h4>Here is the list of $emph$(choose_$cmd_choose)$emphend commands.</h4>
32
<hr/><h4>Here is the list of $emph$(choose_$cmd_choose)$emphend commands.</h4>
33
 
33
 
34
!if $style!=integral
34
!if $style!=integral
35
 You may switch to the list of
35
 You may switch to the list of
36
 !for i in $cmd_choose_list
36
 !for i in $cmd_choose_list
Line 41... Line 41...
41
 !next i
41
 !next i
42
!endif
42
!endif
43
 
43
 
44
<ul>
44
<ul>
45
!for c in $cmdfiles
45
!for c in $cmdfiles
46
 <li><a name="cmdlist_$(c)_"></a>
46
 <li><a id="cmdlist_$(c)_"></a>
47
 !if $style != folding
47
 !if $style != folding
48
  !read cmd/$c.phtml
48
  !read cmd/$c.phtml
49
  <br/>
49
  <br/>
50
 !else
50
 !else
51
  !if cmdlist_$(c)_ isin $expand
51
  !if cmdlist_$(c)_ isin $expand