Rev 5901 | Rev 13446 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5901 | Rev 13443 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | !! Level 4 happens when an exercice file has been put |
|
- | 2 | !! into a class or module |
|
- | 3 | ||
- | 4 | ||
1 | !if $wims_developer!=$empty and ..devel/ isin ..$catmodule |
5 | !if $wims_developer!=$empty and ..devel/ isin ..$catmodule |
2 | !if $reg1=success |
6 | !if $reg1=success |
3 | $name_update1 |
7 | $name_update1 |
4 | <span class="tt wims_fname">$catmodule</span> |
8 | <span class="tt wims_fname">$catmodule</span> |
5 | - | ||
6 | !else |
9 | !else |
7 | $name_update2 |
10 | $name_update2 |
8 | <span class="tt wims_fname">$catmodule</span>. |
11 | <span class="tt wims_fname">$catmodule</span>. |
9 | <pre>$wims_exec_error</pre> |
12 | <pre>$wims_exec_error</pre> |
10 | !endif |
13 | !endif |
11 | !set wims_menu_items=!append line modtool,1,module=adm/modtool\ |
14 | !set wims_menu_items=!append line modtool,1,module=adm/modtool\ |
12 | to $wims_menu_items |
15 | to $wims_menu_items |
13 | <p> |
16 | <p> |
- | 17 | !set wims_ref_class=text_icon back |
|
14 | !href cmd=reply&level=3 $name_prevstep |
18 | !href cmd=reply&level=3 $name_prevstep |
15 | </p> |
19 | </p> |
16 | !exit |
20 | !exit |
17 | !endif |
21 | !endif |
18 | 22 | ||
19 | !if $wims_user=$empty |
23 | !if $wims_user=$empty |
20 | !read level5.phtml |
24 | !read level5.phtml |
21 | !else |
25 | !else |
22 | !if $already!=yes |
26 | !if $already!=yes |
23 | $name_update3 |
27 | $name_update3 |
24 | !else |
28 | !else |
25 | $name_update4 |
29 | $name_update4 |
26 | !endif |
30 | !endif |
27 | $name_update5 |
31 | $name_update5 |
28 | 32 | ||
29 | !if $wims_user!=supervisor |
33 | !if $wims_user!=supervisor |
30 | <p> |
34 | <p> |
31 | $name_youcan |
35 | $name_youcan |
32 | !href module=classes/$lang&special_parm=.nocache. $name_consult |
36 | !href module=classes/$lang&special_parm=.nocache. $name_consult |
33 | . |
- | |
34 |
|
37 | .</p> |
35 | !else |
38 | !else |
36 | <p> |
- | |
37 | $name_youcan |
39 | <p>$name_youcan:</p> |
38 | </p> |
- | |
- | 40 | <ul class="flex_box grid-x small-up-1 medium-up-3 large-up-4"> |
|
39 | < |
41 | <li class="card cell"> |
40 | < |
42 | <div class="card-section"> |
- | 43 | !set wims_ref_class=text_icon classexo |
|
41 | !href module=classes/$lang&special_parm=.nocache. $name_consult |
44 | !href module=classes/$lang&special_parm=.nocache. $name_consult |
42 | ($name_sheet). |
45 | ($name_sheet). |
43 | </ |
46 | </div> |
- | 47 | </li><li class="card cell"> |
|
- | 48 | <div class="card-section"> |
|
- | 49 | !set wims_ref_class=text_icon back2 |
|
44 | !href cmd=reply&level=3&success=1 $name_prevstep. |
50 | !href cmd=reply&level=3&success=1 $name_prevstep. |
45 | </ |
51 | </div> |
46 | <li> |
52 | </li><li class="card cell"> |
- | 53 | <div class="card-section"> |
|
- | 54 | !set wims_ref_class=text_icon upload |
|
47 | !href cmd=reply&level=6 $wims_name_downloadbinary |
55 | !href cmd=reply&level=6 $wims_name_downloadbinary |
- | 56 | </div> |
|
48 | </li> |
57 | </li> |
49 | </ul> |
58 | </ul> |
50 | !endif |
59 | !endif |
51 | !endif |
60 | !endif |
52 | - |