Rev 12078 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !if $cl_reccnt<1 |
||
12410 | bpr | 3 | $name_empty |
4 | !exit |
||
23 | reyssat | 5 | !endif |
6 | |||
7 | !if $cl_testcnt>0 |
||
12410 | bpr | 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 |
||
23 | reyssat | 13 | !endif |
10229 | bpr | 14 | <div class="wims_msg info"> |
6077 | czzmrn | 15 | <span class="wims_warning">$wims_name_warning</span>. $name_warning_clean |
2465 | bpr | 16 | !href cmd=reply&job=arch&job2=first $name_saveclass |
7413 | bpr | 17 | </div> |
6077 | czzmrn | 18 | |
23 | reyssat | 19 | <p> |
2465 | bpr | 20 | $name_ressource: |
6077 | czzmrn | 21 | </p> |
23 | reyssat | 22 | <ul> |
23 | <li> |
||
12410 | bpr | 24 | !href cmd=reply&job=clean&clean=all $name_cleanall |
23 | reyssat | 25 | . |
9398 | bpr | 26 | </li> |
23 | reyssat | 27 | !if $cl_usercnt>0 |
12410 | bpr | 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 |
||
23 | reyssat | 37 | !endif |
12410 | bpr | 38 | </li> |
23 | reyssat | 39 | !endif |
12078 | guerimand | 40 | !if $cl_userphotocnt>0 and userphoto isitemof $reclist |
12410 | bpr | 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 |
||
12078 | guerimand | 48 | </li> |
49 | !endif |
||
23 | reyssat | 50 | !if $cl_doccnt>0 |
12410 | bpr | 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 |
||
3070 | bpr | 57 | |
12410 | bpr | 58 | !endif |
59 | </li> |
||
23 | reyssat | 60 | !endif |
61 | !if $cl_exocnt>0 |
||
12410 | bpr | 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 |
||
3070 | bpr | 68 | |
12410 | bpr | 69 | !endif |
70 | </li> |
||
23 | reyssat | 71 | !endif |
72 | !if $cl_sheetcnt>0 |
||
12410 | bpr | 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 |
||
3070 | bpr | 79 | |
12410 | bpr | 80 | !if $cl_examcnt>0 |
81 | ($name_warning_exam.) |
||
82 | !endif |
||
23 | reyssat | 83 | !endif |
12410 | bpr | 84 | </li> |
23 | reyssat | 85 | !endif |
86 | !if $cl_examcnt>0 |
||
12410 | bpr | 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> |
||
23 | reyssat | 95 | !endif |
96 | !if $cl_forumcnt>0 |
||
12410 | bpr | 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> |
||
23 | reyssat | 105 | !endif |
106 | !if $cl_scorecnt>0 |
||
12410 | bpr | 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> |
||
23 | reyssat | 111 | !endif |
12029 | guerimand | 112 | !if $cl_cdtcnt>0 |
12410 | bpr | 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> |
||
12029 | guerimand | 117 | !endif |
12030 | guerimand | 118 | !if $cl_livretcnt>0 |
12410 | bpr | 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> |
||
12030 | guerimand | 123 | !endif |
23 | reyssat | 124 | </ul> |
125 | |||
10229 | bpr | 126 | <div class="wims_msg info"> |
2477 | bpr | 127 | !read lang/names.phtml.$moduclass_lang clean2 |
7413 | bpr | 128 | </div> |