Rev 2497 | Rev 5958 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2497 | Rev 3049 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #! /bin/sh |
1 | #! /bin/sh |
2 | 2 | ||
3 | content=`cat $w_wims_home/$w_file | sed 's/\&/\&/g;s/</\</g'` |
3 | content=`cat $w_wims_home/$w_file | sed 's/\&/\&/g;s/</\</g'` |
4 | cat <<@ |
4 | cat <<@ |
5 | <textarea rows=25 cols=70 wrap="off" style="width: 100%;" |
5 | <textarea rows=25 cols=70 wrap="off" style="width: 100%;" |
6 | $w_textarea_ro name |
6 | $w_textarea_ro name="wims_deposit">$content</textarea> |
7 | @ |
7 | @ |
8 | 8 |