Subversion Repositories wimsdev

Rev

Rev 16114 | Blame | Compare with Previous | 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.   $name_expl1
  15. !endif
  16. !if $solution!=$empty and $hint=$empty
  17.   $name_expl2,
  18. !endif
  19. !if $solution=$empty and $hint!=$empty
  20.   $name_explhint
  21. !endif
  22. !if $solution$hint=$empty
  23.   $name_nohint
  24. !endif
  25. <p>
  26. $name_information
  27. </p>
  28. $module_about
  29. <p>
  30. $name_copyright
  31. </p>
  32. !tail
  33.