Subversion Repositories wimsdev

Rev

Rev 3619 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
#! /bin/sh
2
 
3
content=`sed 's/\&/\&amp;/g;s/</\&lt;/g' <$w_wims_home/$w_wims_sesdir/doc.src`
4
cat <<@
8646 bpr 5
<textarea cols="70" rows="50" class="nowrap"
3576 bpr 6
name="wims_deposit" id="wims_deposit_id">$content</textarea>
23 reyssat 7
@
8
 
9
rm -f $w_wims_home/$w_wims_sesdir/user-deposit >/dev/null