Rev 2497 | Rev 5958 | 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>
@