Subversion Repositories wimsdev

Rev

Rev 1102 | 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. !if $module_language notwordof cn fr it nl si es
  9.  !set prompt=Softwares used in this module:
  10. !else
  11.  !if $module_language=fr
  12.   !set prompt=Logiciels utilisés dans ce module :
  13.  !endif
  14.  !if $module_language=si
  15.   !set prompt=Programska oprema, ki jo uporablja ta modul:
  16.  !endif
  17.  !if $module_language=it
  18.   !set prompt=Software utilizzato in questo modulo:
  19.  !endif
  20.  !if $module_language=cn
  21.   !set prompt=±¾Ä£¿éµ÷ÓÃÈí¼þ:
  22.  !endif
  23.  !if $module_language=nl
  24.   !set prompt=Software door deze module gebruikt :
  25.  !endif
  26.  !if $module_language=es
  27.   !set prompt=Software utilizado en este módulo:
  28.  !endif
  29.  
  30. !endif
  31.  
  32. <p>
  33. $prompt<ul>
  34. !for s in $module_require
  35.  !if $s iswordof pari mupad maxima povray m2 octave coq
  36.   <li>
  37.   !exec $s about
  38. .
  39.  !endif
  40. !next s
  41. </ul>
  42. :end
  43. !changeto NEWS.phtml
  44.  
  45.