!read adm/css.phtml
!read js/speckedit.phtml name_deposit
!header1
!if $job!=$empty
!read $job.phtml
!endif
!read adm/title.phtml 1\
$wims_classname - $wims_institutionname\
$name_title
!if $error!=$empty
<p>
!read lang/msg.phtml.$moduclass_lang
<p>
!href module=home $wims_name_class_home
. <p>
!endif
$name_Intro
!href style=student $name_home
.
<br>
<center><table border=1 width="90%">
<tr>
<td>$name_commun :</td>
<td rowspan=2 valign="middle">
!href cmd=reply&job=modif&user=.CLASS. $wims_name_change
!href cmd=reply&job=delete&user=.CLASS. $wims_name_erase
</td>
</tr>
<tr><td>
!record
0 of wimshome
/log/classes
/$wims_class/.motd
</td></tr>
</table>
<p>
$name_motd
$table_header
$table_hdtr
<th>$name_participant</th>
<th width="65%">$name_actualmotd</th>
<th>$wims_name_Status</th>
<th>$wims_name_Action</th>
</tr>
!for k=1 to $nbuser
$table_tr
!let don
=!record
$k of wimshome
/log/classes
/$wims_class/.userlist
!distribute item $don into f,l,u
<td>$l $f</td>
<td>
!record
0 of wimshome
/log/classes
/$wims_class/motd
/$u
</td>
<td>
!let test
=!record
0 of wimshome
/log/classes
/$wims_class/motd
/.$u
!if $test=$empty
$(name_status[1])
!else
$(name_status[2])
!href cmd=reply&job=reactivate&user=$u $name_reactive
!endif
</td>
<td>
!href cmd=reply&job=modif&user=$u $wims_name_change
!href cmd=reply&job=delete&user=$u $wims_name_erase
</td>
</tr>
$table_end
</center>
<p>
!if $job!=$empty and $job!=delete
!set wims_menu_items=!append line back2,1,cmd=reply\
to $wims_menu_items
!endif
!tail