Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | !set email=!trim $email |
2 | !set author=!trim $author |
||
3 | |||
4 | !if $author!=$empty |
||
16114 | bpr | 5 | Author of this exercise: |
6 | !if $email!=$empty |
||
7 | !mailurl $email $author |
||
20 | reyssat | 8 | . |
16114 | bpr | 9 | !else |
10 | $author. |
||
11 | !endif |
||
20 | reyssat | 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> |
||
16114 | bpr | 26 | Information about this collection of exercises. |
27 | </p> |
||
20 | reyssat | 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. |
||
16114 | bpr | 33 | </p> |
20 | reyssat | 34 | !tail |