Subversion Repositories wimsdev

Rev

Rev 3049 | 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=`cat $w_wims_home/$w_file | sed 's/\&/\&amp;/g;s/</\&lt;/g'`
4
cat <<@
5958 bpr 5
<textarea rows="25" cols="70" wrap="off" style="width: 100%;"
3049 bpr 6
$w_textarea_ro name="wims_deposit">$content</textarea>
23 reyssat 7
@
8