Rev 10039 | 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 |
||
10228 | bpr | 5 | <div class="wims_msg alert"> |
2286 | bpr | 6 | !read docu/$modu_lang/msg.phtml |
5972 | bpr | 7 | </div> |
6685 | bpr | 8 | |
23 | reyssat | 9 | !endif |
10 | |||
11 | !if $titb=$empty |
||
12 | <p> |
||
5971 | bpr | 13 | $name_noncreate |
5832 | bpr | 14 | </p> |
23 | reyssat | 15 | !exit |
16 | !endif |
||
17 | |||
18 | !if $datetest<0 |
||
19 | <p> |
||
1685 | bpr | 20 | $name_noread |
5832 | bpr | 21 | </p> |
23 | reyssat | 22 | !exit |
23 | !endif |
||
24 | |||
25 | !if $datetest>0 |
||
26 | <p> |
||
1685 | bpr | 27 | $name_expired |
5832 | bpr | 28 | </p> |
23 | reyssat | 29 | !exit |
30 | !endif |
||
31 | |||
32 | <h3>$titb</h3> |
||
33 | |||
34 | !if $sheetdata=$empty |
||
35 | <p> |
||
1685 | bpr | 36 | $name_noexercise |
5832 | bpr | 37 | </p> |
23 | reyssat | 38 | !exit |
39 | !endif |
||
40 | |||
1685 | bpr | 41 | $name_exercise |
23 | reyssat | 42 | !if $wims_user=supervisor |
1685 | bpr | 43 | $name_sheet1 |
23 | reyssat | 44 | !else |
1685 | bpr | 45 | $name_sheet2 |
23 | reyssat | 46 | !endif |
47 | |||
48 | <pre> |
||
49 | $sheetdata |
||
50 | </pre> |
||
10039 | bpr | 51 | |
52 | !set wims_menu_items=!append line doch_back,1,cmd=reply&job=read\ |
||
53 | to $wims_menu_items |