!if $modifcnt+$newcnt<=0
<p>
$name_check1
!endif
$name_click_adress
<p>
!if $modifcnt>0
$table_header
<caption>$name_foundv
!set wims_ref_class=wims_button
!href cmd=reply&job2=all&muauto=update $name_all_u
</caption>
$table_hdtr
<th>$wims_name_Address</th>
<th><small>$name_updated</small></th>
<th><small>$wims_name_download_center</th>
<th><small>$name_newv</small></th>
<th><small>$name_server</small></th>
</tr>
!for i=1 to $modifcnt
!set l=!line $i of $modif
!distribute items $l into w_,a_,v_,t_,f_
$table_tr
<td>
!href cmd=reply&job2=one&muauto=check&mupack=$w_~$a_&mudownload=$f_ $a_
</td>
<td align="center">$t_</td>
<td align="center">$f_</td>
<td align="center">$v_</td>
<td align="center">
!module version $a_
</td>
</tr>
$table_end <p>
!endif
!if $newcnt>0
$table_header
<caption>$name_newm
!set wims_ref_class=wims_button
!href cmd=reply&job2=all&muauto=install $name_all_i
</caption>
$table_hdtr
<th>$wims_name_Address</th>
<th><small>$name_published</small></th>
<th><small>$wims_name_download_center</small></th>
<th><small>$wims_name_Version</small></th>
</tr>
!for i=1 to $newcnt
!set l=!line $i of $new
!distribute items $l into w_,a_,v_,t_,f_
$table_tr
<td>
!href cmd=reply&job2=one&muauto=check&mupack=$w_~$a_&mudownload=$f_ $a_
</td>
<td align="center">$t_</td>
<td align="center">$f_</td>
<td align="center">$v_</td>
</tr>
$table_end <p>
!endif