Subversion Repositories wimsdev

Rev

Rev 12078 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. !if $cl_reccnt<1
  3.   $name_empty
  4.   !exit
  5. !endif
  6.  
  7. !if $cl_testcnt>0
  8.   <div class="wims_msg info">
  9.   <span class="wims_warning">$wims_name_warning</span>.
  10.   !read lang/names.phtml.$moduclass_lang clean
  11.   </div>
  12.   !exit
  13. !endif
  14. <div class="wims_msg info">
  15. <span class="wims_warning">$wims_name_warning</span>. $name_warning_clean
  16. !href cmd=reply&job=arch&job2=first $name_saveclass
  17. </div>
  18.  
  19. <p>
  20. $name_ressource:
  21. </p>
  22. <ul>
  23.  <li>
  24. !href cmd=reply&job=clean&clean=all $name_cleanall
  25. .
  26.  </li>
  27. !if $cl_usercnt>0
  28.   <li>$cl_usercnt $wims_name_student.
  29.   !if $sharing_user!=$empty
  30.     $name_no_erase
  31.   !else
  32.     !set wims_ref_class=wims_button wims_warning
  33.     !href cmd=reply&job=clean&clean=user $wims_name_erase.
  34.     !if $cl_scorecnt>0
  35.       ($name_erase1)
  36.     !endif
  37.   !endif
  38.   </li>
  39. !endif
  40. !if $cl_userphotocnt>0 and userphoto isitemof $reclist
  41.   <li>$cl_userphotocnt $name_userphoto.
  42.   !if $sharing_user!=$empty
  43.     $name_no_erase
  44.   !else
  45.     !set wims_ref_class=wims_button wims_warning
  46.     !href cmd=reply&job=clean&clean=userphoto $wims_name_erase.
  47.   !endif
  48.  </li>
  49. !endif
  50. !if $cl_doccnt>0
  51.   <li>$cl_doccnt $name_docs.
  52.   !if $sharing_doc!=$empty
  53.     $no_erase
  54.   !else
  55.     !set wims_ref_class=wims_button wims_warning
  56.     !href cmd=reply&job=clean&clean=doc $wims_name_erase
  57. &nbsp;
  58.   !endif
  59.   </li>
  60. !endif
  61. !if $cl_exocnt>0
  62.   <li>$cl_exocnt $name_exos.
  63.   !if $sharing_exo!=$empty
  64.     $no_erase
  65.   !else
  66.     !set wims_ref_class=wims_button wims_warning
  67.     !href cmd=reply&job=clean&clean=exo $wims_name_erase
  68. &nbsp;
  69.   !endif
  70.   </li>
  71. !endif
  72. !if $cl_sheetcnt>0
  73.   <li>$cl_sheetcnt $name_sheets.
  74.   !if $sharing_sheet!=$empty
  75.     $no_erase
  76.   !else
  77.     !set wims_ref_class=wims_button wims_warning
  78.     !href cmd=reply&job=clean&clean=sheet $wims_name_erase
  79. &nbsp;
  80.     !if $cl_examcnt>0
  81.       ($name_warning_exam.)
  82.     !endif
  83.   !endif
  84.   </li>
  85. !endif
  86. !if $cl_examcnt>0
  87.   <li>$cl_examcnt $name_exams.
  88.   !if $sharing_exam!=$empty
  89.     $no_erase
  90.   !else
  91.     !set wims_ref_class=wims_button wims_warning
  92.     !href cmd=reply&job=clean&clean=exam $wims_name_erase
  93.   !endif
  94.   </li>
  95. !endif
  96. !if $cl_forumcnt>0
  97.   <li>$cl_forumcnt $name_forum_mesg.
  98.   !if $sharing_forum!=$empty
  99.     $no_erase
  100.   !else
  101.     !set wims_ref_class=wims_button wims_warning
  102.     !href cmd=reply&job=clean&clean=forum $wims_name_erase
  103.   !endif
  104.   </li>
  105. !endif
  106. !if $cl_scorecnt>0
  107.   <li>$cl_scorecnt $name_lines
  108.   !set wims_ref_class=wims_button wims_warning
  109.   !href cmd=reply&job=clean&clean=score $wims_name_erase
  110.   </li>
  111. !endif
  112. !if $cl_cdtcnt>0
  113.   <li>$name_cdtdates
  114.   !set wims_ref_class=wims_button wims_warning
  115.   !href cmd=reply&job=clean&clean=cdt $wims_name_erase
  116.   </li>
  117. !endif
  118. !if $cl_livretcnt>0
  119.   <li>$name_livretcomp
  120.   !set wims_ref_class=wims_button wims_warning
  121.   !href cmd=reply&job=clean&clean=livret $wims_name_erase
  122.   </li>
  123. !endif
  124. </ul>
  125.  
  126. <div class="wims_msg info">
  127. !read lang/names.phtml.$moduclass_lang clean2
  128. </div>
  129.