Subversion Repositories wimsdev

Rev

Rev 1102 | Rev 4805 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. $module_about
  2.  
  3. !if $module_require=$empty
  4.  !goto end
  5. !endif
  6.  
  7. !set wims_multiexec=
  8. !read lang/names.phtml.$lang
  9. !if $lang_script_exists!=yes
  10.  !read lang/names.phtml.en
  11. !endif
  12. <p>
  13. $name_prompt_about
  14. <ul>
  15. !for s in $module_require
  16.  !if $s iswordof pari mupad maxima povray m2 octave coq graphviz yacas gnuplot
  17.   <li>
  18.   !exec $s about
  19. .
  20.  !endif
  21. !next s
  22. </ul>
  23. :end
  24. !changeto NEWS.phtml
  25.  
  26.