Rev 8646 |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
#! /bin/sh
# deprecated file (used only by file raw1_classic.phtml which is no more used)
cd $w_wims_home/$w_wims_sesdir || exit
if [ -s submit.oef ] && [ ! -f user-deposit ]; then
src=submit.oef
else
src=user-deposit
fi
content=`sed 's/\&/\&/g;s/</\</g' 2>/dev/null <$src`
cat <<@
<textarea cols="70" rows="24" class="nowrap"
name="wims_deposit" id="wims_deposit">$content</textarea>
@
rm -f user-deposit >/dev/null