Rev 16312 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16312 | Rev 17606 | ||
---|---|---|---|
Line 24... | Line 24... | ||
24 | $name_content |
24 | $name_content |
25 | !else |
25 | !else |
26 | $name_parametrage |
26 | $name_parametrage |
27 | !endif |
27 | !endif |
28 | </a></li> |
28 | </a></li> |
29 | !if $activetest>=1 |
29 | !if $activetest>=1 and $showstudlist=yes |
30 | <li><a href="#listwork">$name_listwork</a></li> |
30 | <li><a href="#listwork">$name_listwork</a></li> |
31 | !endif |
31 | !endif |
32 | !endif |
32 | !endif |
33 | </ul> |
33 | </ul> |
34 | <div id="freeworkinfo"> |
34 | <div id="freeworkinfo"> |
Line 37... | Line 37... | ||
37 | !if $activetest!=-1 |
37 | !if $activetest!=-1 |
38 | <div id="list"> |
38 | <div id="list"> |
39 | !read proc/freeworkdata$(lpara_type[$type]).phtml |
39 | !read proc/freeworkdata$(lpara_type[$type]).phtml |
40 | </div> |
40 | </div> |
41 | !endif |
41 | !endif |
42 | !if $activetest>=1 |
42 | !if $activetest>=1 and $showstudlist=yes |
43 | <div id="listwork"> |
43 | <div id="listwork"> |
44 | !let archivated=!record 0 of wimshome/log/classes/$wims_class/freeworksdata/$freework/.archivated |
44 | !let archivated=!record 0 of wimshome/log/classes/$wims_class/freeworksdata/$freework/.archivated |
45 | !if $archivated=$empty |
45 | !if $archivated=$empty |
46 | !read proc/listwork$(type).phtml |
46 | !read proc/listwork$(type).phtml |
47 | !else |
47 | !else |
Line 70... | Line 70... | ||
70 | </fieldset> |
70 | </fieldset> |
71 | !else |
71 | !else |
72 | !read proc/freeworkdata$(lpara_type[$type]).phtml |
72 | !read proc/freeworkdata$(lpara_type[$type]).phtml |
73 | !endif |
73 | !endif |
74 | !endif |
74 | !endif |
75 | !if $activetest>=1 |
75 | !if $activetest>=1 and $showstudlist=yes |
76 | !read proc/listwork$(type).phtml |
76 | !read proc/listwork$(type).phtml |
77 | !endif |
77 | !endif |
78 | !endif |
78 | !endif |
79 | </div> |
79 | </div> |
80 | 80 |