Subversion Repositories wimsdev

Rev

Rev 3865 | Rev 5894 | 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
.
19
 !endif
20
!next s
21
</ul>
22
:end
23
!changeto NEWS.phtml
24