Subversion Repositories wimsdev

Rev

Rev 14297 | Rev 14572 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14297 Rev 14537
Line 17... Line 17...
17
    /*]]>*/
17
    /*]]>*/
18
  </script>
18
  </script>
19
  <ul>
19
  <ul>
20
    <li><a href="#freeworkinfo">$name_info</a></li>
20
    <li><a href="#freeworkinfo">$name_info</a></li>
21
    !ifval $activetest!=-1
21
    !ifval $activetest!=-1
22
      <li><a href="#list">$name_content</a></li>
22
      <li><a href="#list">
-
 
23
        !if $type<=2
-
 
24
          $name_content
-
 
25
        !else
-
 
26
          $name_parametrage
-
 
27
        !endif
-
 
28
      </a></li>
23
      !if $activetest>=1 and $type=2
29
      !if $activetest>=0 and $type=3
-
 
30
        <li><a href="#zteachercontent">$name_zteacher_content</a></li>
-
 
31
      !endif
-
 
32
      !if $activetest>=1 and $type>=2 and $type<=3
24
        <li><a href="#listwork">$name_listwork</a></li>
33
        <li><a href="#listwork">$name_listwork</a></li>
25
      !endif
34
      !endif
26
    !endif
35
    !endif
27
  </ul>
36
  </ul>
28
  <div id="freeworkinfo">
37
  <div id="freeworkinfo">
29
     !read proc/freeworkinfo.phtml
38
     !read proc/freeworkinfo.phtml
30
  </div>
39
  </div>
31
  !if $activetest!=-1
40
  !if $activetest!=-1
32
    <div id="list">
41
    <div id="list">
-
 
42
      !read proc/freeworkdata$(lpara_type[$type]).phtml
-
 
43
    </div>
-
 
44
  !endif
-
 
45
  !if $activetest>=0 and $type=3
-
 
46
    <div id="zteachercontent">
33
      !read proc/freeworkdata1.phtml
47
      !read proc/zteachercontent3.phtml
34
    </div>
48
    </div>
35
  !endif
49
  !endif
36
  !if $activetest>=1 and $type=2
50
  !if $activetest>=1 and $type>=2 and $type<=3
37
    <div id="listwork">
51
    <div id="listwork">
38
      !read proc/listwork2.phtml
52
      !read proc/listwork$(type).phtml
39
    </div>
53
    </div>
40
  !endif
54
  !endif
41
!else
55
!else
42
  !if $wims_infoshow1=no
56
  !if $wims_infoshow1=no
43
   <fieldset class="property_fields blockcenter">
57
   <fieldset class="property_fields blockcenter">
Line 56... Line 70...
56
          !href cmd=resume&infoshow2=yes $wims_name_showall
70
          !href cmd=resume&infoshow2=yes $wims_name_showall
57
         ]
71
         ]
58
        </legend>
72
        </legend>
59
        </fieldset>
73
        </fieldset>
60
      !else
74
      !else
61
        !read proc/freeworkdata1.phtml
75
        !read proc/freeworkdata$(lpara_type[$type]).phtml
62
      !endif
76
      !endif
63
  !endif
77
  !endif
64
  !if $activetest>=1 and $type=2
78
  !if $activetest>=0 and $type=3
-
 
79
    !read proc/zteachercontent3.phtml
-
 
80
  !endif
-
 
81
  !if $activetest>=1 and $type>=2 and $type<=3
65
    !read proc/listwork2.phtml
82
    !read proc/listwork$(type).phtml
66
  !endif
83
  !endif
67
!endif
84
!endif
-
 
85
 
68
</div>
86
</div>
69
 
87
 
70
!tail
88
!!tail
71
 
89
 
72
 
90