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