Details |
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/\&/\&/g;s/</\</g'` |
|
|
4 |
cat <<@ |
|
|
5 |
<textarea rows=25 cols=70 wrap="off" style="width: 100%;" |
|
|
6 |
$w_textarea_ro name=wims_deposit>$content</textarea> |
|
|
7 |
@ |
|
|
8 |
|