Rev 9023 | Rev 9349 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
9023 | guerimand | 1 | toto |
1587 | bpr | 2 | !read adm/title.phtml 1\ |
3 | $classname\ |
||
9024 | guerimand | 4 | $wims_name_recover |
23 | reyssat | 5 | |
6 | |||
7 | !if $delcnt<1 |
||
5917 | bpr | 8 | <p> |
2397 | bpr | 9 | $name_empty |
5917 | bpr | 10 | </p> |
23 | reyssat | 11 | !else |
2397 | bpr | 12 | $name_click |
23 | reyssat | 13 | $table_header |
6866 | bpr | 14 | $table_hdtr<th>$wims_name_Login</th><th>$wims_name_name</th></tr> |
23 | reyssat | 15 | !for i in $deleted |
16 | !set names=!getdef user_lastname, user_firstname in wimshome/$userdir/.$i |
||
17 | $table_tr<td> |
||
18 | !href cmd=reply&job=recover&getuser=$i $i |
||
3955 | bpr | 19 | </td><td>$names</td></tr> |
23 | reyssat | 20 | !next i |
5917 | bpr | 21 | $table_end |
23 | reyssat | 22 | !endif |
23 | |||
1336 | bpr | 24 | !set wims_menu_items=!append line part_list,1,cmd=resume\ |
25 | to $wims_menu_items |