Rev 1102 | Rev 3865 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | $module_about |
2 | |||
3 | !if $module_require=$empty |
||
4 | !goto end |
||
5 | !endif |
||
6 | |||
7 | !set wims_multiexec= |
||
2967 | bpr | 8 | !read lang/names.phtml.$lang |
9 | !if $lang_script_exists!=yes |
||
10 | !read lang/names.phtml.en |
||
20 | reyssat | 11 | !endif |
12 | <p> |
||
2967 | bpr | 13 | $name_prompt_about |
14 | <ul> |
||
20 | reyssat | 15 | !for s in $module_require |
1102 | bpr | 16 | !if $s iswordof pari mupad maxima povray m2 octave coq graphviz yacas gnuplot |
20 | reyssat | 17 | <li> |
18 | !exec $s about |
||
19 | . |
||
20 | !endif |
||
21 | !next s |
||
22 | </ul> |
||
23 | :end |
||
24 | !changeto NEWS.phtml |
||
25 |