Rev 8867 | Rev 13016 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8867 | Rev 12589 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !set special_list=drawinput,imagefill,imageinput,mathmlinput,codeinput, |
1 | !set special_list=drawinput,imagefill,imageinput,mathmlinput,codeinput,\ |
- | 2 | expandlines,help,rename,tooltip,glossary |
|
2 | 3 | ||
3 | !if $lang iswordof ca cn es fr it nl si |
4 | !if $lang iswordof ca cn es fr it nl si |
4 | !set ll=$lang |
5 | !set ll=$lang |
5 | !else |
6 | !else |
6 | !set ll=en |
7 | !set ll=en |
7 | !endif |
8 | !endif |
8 | 9 | ||
9 | !read help/$ll/oefspecial.phtml |
10 | !read help/$ll/oefspecial.phtml |
10 | 11 | ||
11 | !for sp in $special_list |
12 | !for sp in $special_list |
12 | <h2 class="wimscenter">$sp</h2> |
13 | <h2 class="wimscenter">$sp</h2> |
13 | <div class="wimscenter wims_code_words large spacer">\special{$sp <i>parameters</i>}</div> |
14 | <div class="wimscenter wims_code_words large spacer">\special{$sp <i>parameters</i>}</div> |
14 | <div> |
15 | <div> |
15 | !read help/$ll/special/$sp.phtml |
16 | !read help/$ll/special/$sp.phtml |
16 | </div> |
17 | </div> |
17 | !next sp |
18 | !next sp |