Rev 23 | Rev 3049 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
#! /bin/sh
content=`cat $w_wims_home/$w_file | sed 's/\&/\&/g;s/</\</g'`
cat <<@
<textarea rows=25 cols=70 wrap="off" style="width: 100%;"
$w_textarea_ro name=wims_deposit>$content</textarea>
@