Rev 1102 | Rev 3865 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1102 | Rev 2967 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | !if $module_require=$empty |
3 | !if $module_require=$empty |
4 | !goto end |
4 | !goto end |
5 | !endif |
5 | !endif |
6 | 6 | ||
7 | !set wims_multiexec= |
7 | !set wims_multiexec= |
8 | !if $module_language notwordof cn fr it nl si ca es |
- | |
9 | !set prompt=Softwares used in this module: |
- | |
10 | !else |
- | |
11 | !if $module_language=fr |
- | |
12 | !set prompt=Logiciels utilisés dans ce module : |
- | |
13 | !endif |
- | |
14 | !if $module_language=si |
- | |
15 | !set prompt=Programska oprema, ki jo uporablja ta modul: |
- | |
16 | !endif |
- | |
17 | !if $module_language=it |
- | |
18 | !set prompt=Software utilizzato in questo modulo: |
- | |
19 | !endif |
- | |
20 | !if $module_language=cn |
- | |
21 |
|
8 | !read lang/names.phtml.$lang |
22 | !endif |
- | |
23 | !if $module_language=nl |
- | |
24 | !set prompt=Software door deze module gebruikt : |
- | |
25 | !endif |
- | |
26 |
|
9 | !if $lang_script_exists!=yes |
27 | !set prompt=Software utilizado en este módulo: |
- | |
28 | !endif |
- | |
29 |
|
10 | !read lang/names.phtml.en |
30 | !set prompt=Software utilitzat en aquest mòdul: |
- | |
31 | !endif |
- | |
32 | - | ||
33 | !endif |
11 | !endif |
34 | - | ||
35 | <p> |
12 | <p> |
36 |
|
13 | $name_prompt_about |
- | 14 | <ul> |
|
37 | !for s in $module_require |
15 | !for s in $module_require |
38 | !if $s iswordof pari mupad maxima povray m2 octave coq graphviz yacas gnuplot |
16 | !if $s iswordof pari mupad maxima povray m2 octave coq graphviz yacas gnuplot |
39 | <li> |
17 | <li> |
40 | !exec $s about |
18 | !exec $s about |
41 | . |
19 | . |