Subversion Repositories wimsdev

Rev

Rev 8646 | 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 <<@
13748 obado 5
<textarea cols="70" rows="15" class="nowrap"
6
name="wims_deposit" id="doc_content">$content</textarea>
23 reyssat 7
@
8
 
9
rm -f $w_wims_home/$w_wims_sesdir/user-deposit >/dev/null