Subversion Repositories wimsdev

Rev

Rev 20 | Blame | Last modification | View Log | RSS feed

  1. !set email=!trim $email
  2. !set author=!trim $author
  3.  
  4. !if $author!=$empty
  5.   Author of this exercise:
  6.   !if $email!=$empty
  7.     !mailurl $email $author
  8. .
  9.   !else
  10.     $author.
  11.   !endif
  12. !endif
  13. !if $solution!=$empty and $hint!=$empty
  14.  This exercise contains both an methexped solution and a hint.
  15. !endif
  16. !if $solution!=$empty and $hint=$empty
  17.  This exercise has an methexped solution but no hint.
  18. !endif
  19. !if $solution=$empty and $hint!=$empty
  20.  This exercise contains a hint but no methexped solution.
  21. !endif
  22. !if $solution$hint=$empty
  23.  This exercise has neither methexped solution nor hint.
  24. !endif
  25. <p>
  26. Information about this collection of exercises.
  27. </p>
  28. $module_about
  29. <p>
  30. The copyright of the exercises belong to their respective authors.
  31. Any installation of the sources of the exercises on a server
  32. requires expresse permission from the authors.
  33. </p>
  34. !tail
  35.