Rev 1685 | Rev 5763 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | |
1181 | bpr | 2 | <h1 class="wims_docu_title">$tit</h1> |
20 | reyssat | 3 | |
4 | !if $error!=$empty |
||
1687 | bpr | 5 | !read docu/msg.phtml |
20 | reyssat | 6 | <p><hr> <p> |
7 | !endif |
||
8 | |||
9 | !if $titb=$empty |
||
10 | <p> |
||
1685 | bpr | 11 | $name_noncreate |
20 | reyssat | 12 | <p> |
13 | !exit |
||
14 | !endif |
||
15 | |||
16 | !if $datetest<0 |
||
17 | <p> |
||
1685 | bpr | 18 | $name_noread |
20 | reyssat | 19 | <p> |
20 | !exit |
||
21 | !endif |
||
22 | |||
23 | !if $datetest>0 |
||
24 | <p> |
||
1685 | bpr | 25 | $name_expired |
20 | reyssat | 26 | <p> |
27 | !exit |
||
28 | !endif |
||
29 | |||
30 | <h3>$titb</h3> |
||
31 | |||
32 | !if $sheetdata=$empty |
||
33 | <p> |
||
1685 | bpr | 34 | $name_noexercise |
20 | reyssat | 35 | <p> |
36 | !exit |
||
37 | !endif |
||
38 | |||
1685 | bpr | 39 | $name_exercise |
20 | reyssat | 40 | !if $wims_user=supervisor |
1685 | bpr | 41 | $name_sheet1 |
20 | reyssat | 42 | !else |
1685 | bpr | 43 | $name_sheet2 |
20 | reyssat | 44 | !endif |
45 | |||
46 | <pre> |
||
47 | $sheetdata |
||
48 | </pre> |
||
49 |