<center>--- $title ---</center>
<p>
!set wims_form_method
=file
!form reply
<input type=hidden name="bin_job" value=deposit>
$name_depos
!formselect bin_dir
list $dir
/ <input type
=file name
="wims_deposit" size
=30>
<input type=submit value="$wims_name_send">
</form> <p>
!if $bcnt>0
$table_header
<caption>$name_file</caption>
$table_hdtr<th>$wims_name_name</th><th> </th><th> $name_size </th></tr>
!for i=1 to $bcnt
!set l=!line $i of $bfiles
!distribute items $l into n_,s_
$table_tr
<td><tt>$n_</tt></td> <td>
<a class="wims_button" target=wims_extern href="$devdir/$mod/$n_">$wims_name_Show</a>
!set wims_ref_class=wims_button
!href cmd=reply&bin_job=erase&fname=$n_ $wims_name_erase
</small> </td>
<td align="center">$s_</td>
</tr>
$table_end
!else
$name_nofile
!endif
<p>