Subversion Repositories wimsdev

Rev

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

Rev 12413 Rev 12414
Line 35... Line 35...
35
    </li>
35
    </li>
36
!endif
36
!endif
37
!if sup isitemof $gotlist
37
!if sup isitemof $gotlist
38
     <li>
38
     <li>
39
  !if $sharing_sup=$empty
39
  !if $sharing_sup=$empty
40
      <input type="checkbox" name="selection" id="restore_sup" value="sup" />
40
    <input type="checkbox" name="selection" id="restore_sup" value="sup" />
41
  !endif
41
  !endif
42
     <label for="restore_sup">$name_teacher.</label>
42
    <label for="restore_sup">$name_teacher.</label>
43
  !if $sharing_sup!=$empty
43
  !if $sharing_sup!=$empty
44
       $name_no_restore
44
     $name_no_restore
45
  !else
45
  !else
46
       $name_danger.
46
       $name_danger.
47
  !endif
47
  !endif
48
   </li>
48
   </li>
49
!endif
49
!endif
50
!let list=!listintersect user,doc,exo,sheet,exam,forum,motd,userphoto and $gotlist
50
!let list=!listintersect user,doc,exo,sheet,exam,forum,motd,userphoto and $gotlist
51
!for type in $list
51
!for type in $list
52
  <li>
52
  <li>
53
  !if $(sharing_$type)=$empty
53
  !if $(sharing_$type)=$empty
54
      <input type="checkbox" name="selection" id="restore_$type" value="$type" />
54
    <input type="checkbox" name="selection" id="restore_$type" value="$type" />
55
  !endif
55
  !endif
56
    <label for="restore_$type">$(new_$(type)cnt) $(name_$type).</label>
56
    <label for="restore_$type">$(new_$(type)cnt) $(name_$type).</label>
57
  !if $(sharing_$type)!=$empty
57
  !if $(sharing_$type)!=$empty
58
      $name_no_restore
58
    $name_no_restore
59
  !else
59
  !else
60
      <span class="small">($(name_$(type)1) : $(old_$(type)cnt))</span>.
60
    <span class="small">($(name_$(type)1) : $(old_$(type)cnt))</span>.
61
  !endif
61
  !endif
62
  </li>
62
  </li>
63
!next type
63
!next type
64
!if score isitemof $gotlist
64
!if score isitemof $gotlist
65
  <li>
65
  <li>
Line 73... Line 73...
73
    <label for="restore_manual">$new_manualcnt $name_manual.</label> <span class="small">($name_manual1&nbsp;:
73
    <label for="restore_manual">$new_manualcnt $name_manual.</label> <span class="small">($name_manual1&nbsp;:
74
    $old_manualcnt)</span>.
74
    $old_manualcnt)</span>.
75
  </li>
75
  </li>
76
!endif
76
!endif
77
!if cdt isitemof $gotlist
77
!if cdt isitemof $gotlist
78
     <li>
78
   <li>
79
       <input type="checkbox" name="selection" id="restore_cdt" value="cdt" />
79
     <input type="checkbox" name="selection" id="restore_cdt" value="cdt" />
80
       <label for="restore_cdt">$name_cdt.</label>
80
     <label for="restore_cdt">$name_cdt.</label>
81
       !if $old_cdtcnt>0
81
     !if $old_cdtcnt>0
82
         <span class="small">($name_cdt1)</span>
82
       <span class="small">($name_cdt1)</span>
83
       !endif
83
     !endif
84
     </li>
84
   </li>
85
!endif
85
!endif
86
!if livret isitemof $gotlist
86
!if livret isitemof $gotlist
87
  <li>
87
  <li>
88
    <input type="checkbox" name="selection" id="restore_livret" value="livret" />
88
    <input type="checkbox" name="selection" id="restore_livret" value="livret" />
89
    <label for="restore_livret">$name_livret.</label>
89
    <label for="restore_livret">$name_livret.</label>