Rev 10855 | 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 |
||
12733 | bpr | 5 | <div class="wims_msg alert"> |
6 | !read docu/$modu_lang/msg.phtml |
||
7 | </div> |
||
8355 | bpr | 8 | |
20 | reyssat | 9 | !endif |
10 | |||
11 | !if $titb=$empty |
||
12733 | bpr | 12 | <p> |
13 | $name_noncreate |
||
14 | </p> |
||
15 | !exit |
||
20 | reyssat | 16 | !endif |
17 | |||
18 | !if $datetest<0 |
||
12733 | bpr | 19 | <p> |
20 | $name_noread |
||
21 | </p> |
||
22 | !exit |
||
20 | reyssat | 23 | !endif |
24 | |||
25 | !if $datetest>0 |
||
12733 | bpr | 26 | <p> |
27 | $name_expired |
||
28 | </p> |
||
29 | !exit |
||
20 | reyssat | 30 | !endif |
31 | |||
10855 | bpr | 32 | <h2>$titb</h2> |
20 | reyssat | 33 | |
34 | !if $sheetdata=$empty |
||
12733 | bpr | 35 | <p> |
36 | $name_noexercise |
||
37 | </p> |
||
38 | !exit |
||
20 | reyssat | 39 | !endif |
40 | |||
1685 | bpr | 41 | $name_exercise |
20 | reyssat | 42 | !if $wims_user=supervisor |
12733 | bpr | 43 | $name_sheet1 |
20 | reyssat | 44 | !else |
12733 | bpr | 45 | $name_sheet2 |
20 | reyssat | 46 | !endif |
47 | |||
48 | <pre> |
||
49 | $sheetdata |
||
50 | </pre> |