Subversion Repositories wimsdev

Rev

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