Subversion Repositories wimsdev

Rev

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

Rev 14537 Rev 14572
Line 5... Line 5...
5
!endif
5
!endif
6
 
6
 
7
<div class="wims_sheet_desc">$desc</div>
7
<div class="wims_sheet_desc">$desc</div>
8
 
8
 
9
<fieldset class="property_fields blockcenter">
9
<fieldset class="property_fields blockcenter">
10
    <legend>$(name_subject)</legend>
10
  <legend>$(name_subject)</legend>
11
      <div>
11
  <div>
12
        <ul class="inline">
12
    <ul class="inline">
13
        !for f in $(flistsubject)
13
    !for f in $(flistsubject)
14
          <li class="text-icon file">
14
      <li class="text-icon file">
15
            !getfile freeworks/$freework/$f $f
15
        !getfile freeworks/$freework/$f $f
16
          </li>
16
      </li>
17
        !next f
17
    !next f
18
        </ul>
18
    </ul>
19
      </div>
19
  </div>
20
</fieldset>
20
</fieldset>
21
 
21
 
22
!if $activetest=1
22
!if $activetest=1
23
<fieldset class="property_fields blockcenter">
23
  <fieldset class="property_fields blockcenter">
24
    <legend>$(name_copie)</legend>
24
    <legend>$(name_copie)</legend>
25
    !if $type=1
25
    !if $type=1
26
      !if $activetest>=2
26
      !if $activetest>=2
27
        $name_copie_toolate2
27
        $name_copie_toolate2
28
      !else
28
      !else
29
        !if $toolate=yes
29
        !if $toolate=yes
30
          $name_copie_toolate
30
          $name_copie_toolate
31
        !else
31
        !else
32
          $name_copie_type1
32
          $name_copie_type1
33
        !endif
33
        !endif
34
        !read adm/date.phtml $deadline
34
        !read adm/date.phtml $deadline
35
        $l_date_out
35
        $l_date_out
36
        $wims_name_at
36
        $wims_name_at
37
        !replace internal : by H in $(timedeadline).
37
        !replace internal : by H in $(timedeadline).
38
      !endif
38
      !endif
39
    !else
39
    !else
40
    !! ---   type=2
40
      !! ---   type=2
41
      !if $activetest>=2
41
      !if $activetest>=2
42
        $name_copie_toolate2
42
        $name_copie_toolate2
43
      !else
43
      !else
44
        !if $toolate=yes
44
        !if $toolate=yes
45
          <div class="field box fullwidth">
45
          <div class="field box fullwidth">
46
            $name_copie_toolate
46
            $name_copie_toolate
47
            !read adm/date.phtml $deadline
47
            !read adm/date.phtml $deadline
48
            $l_date_out $wims_name_at
48
            $l_date_out $wims_name_at
49
            !replace internal : by H in $(timedeadline).
49
            !replace internal : by H in $(timedeadline).
50
          </div>
50
          </div>
51
        !else
51
        !else
52
          <div class="field box fullwidth">
52
          <div class="field box fullwidth">
53
            $name_copie_type2
53
            $name_copie_type2
Line 63... Line 63...
63
            <div class="field box fullwidth">
63
            <div class="field box fullwidth">
64
              $name_oldwork
64
              $name_oldwork
65
              !getfile freeworksdata/work$freework-$(data_0[2]) $(data_0[2])
65
              !getfile freeworksdata/work$freework-$(data_0[2]) $(data_0[2])
66
              $name_the
66
              $name_the
67
              !read adm/date.phtml $(data_0[3])
67
              !read adm/date.phtml $(data_0[3])
68
              $l_date_out $wims_name_at
68
              $l_date_out $wims_name_at
69
              !replace internal : by H in $(data_0[4]).
69
              !replace internal : by H in $(data_0[4]).
70
            </div>
70
            </div>
71
        !endif
71
        !endif
72
        !if $toolate=$empty
72
        !if $toolate=$empty
73
          <div class="field box fullwidth">
73
          <div class="field box fullwidth">
Line 87... Line 87...
87
            !endif
87
            !endif
88
          </div>
88
          </div>
89
        !endif
89
        !endif
90
      !endif
90
      !endif
91
    !endif
91
    !endif
92
</fieldset>
92
  </fieldset>
93
!endif
93
!endif
94
 
94
 
95
!if $codownload=1 or $activetest>=2
95
!if $codownload=1 or $activetest>=2
96
  <fieldset class="property_fields blockcenter">
96
  <fieldset class="property_fields blockcenter">
97
    <legend>$(name_correctedwork)</legend>
97
    <legend>$(name_correctedwork)</legend>
Line 138... Line 138...
138
          </li>
138
          </li>
139
        !next f
139
        !next f
140
        </ul>
140
        </ul>
141
      </div>
141
      </div>
142
    !else
142
    !else
143
      $name_solutiondate
143
      $name_solutiondate
144
      !read adm/date.phtml $soldate
144
      !read adm/date.phtml $soldate
145
      $l_date_out
145
      $l_date_out
146
      $wims_name_at
146
      $wims_name_at
147
      !replace internal : by H in $(timesoldate).
147
      !replace internal : by H in $(timesoldate).
148
    !endif
148
    !endif
149
</fieldset>
149
</fieldset>
150
 
150
 
151
!if $activetest>1 and $type>=2
151
!if $activetest>1 and $type>=2