Rev 5894 | Rev 9762 | 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 |
4805 | obado | 12 | <p>$name_prompt_about</p> |
2967 | bpr | 13 | <ul> |
20 | reyssat | 14 | !for s in $module_require |
3865 | bpr | 15 | !if $s iswordof pari maxima povray m2 octave coq graphviz yacas gnuplot |
20 | reyssat | 16 | <li> |
17 | !exec $s about |
||
18 | . |
||
5894 | bpr | 19 | </li> |
20 | reyssat | 20 | !endif |
21 | !next s |
||
22 | </ul> |
||
23 | :end |
||
24 | !changeto NEWS.phtml |