Rev 13679 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !if +$error iswordof +no_send_right |
||
12902 | obado | 3 | !exit |
23 | reyssat | 4 | !endif |
5 | |||
6 | !if $srclen=$empty or $srclen=0 or $msglen=$empty or $msglen=0 |
||
12902 | obado | 7 | <div class="wims_msg warning">$n_emptymsg!</div> |
8 | !goto end |
||
23 | reyssat | 9 | !endif |
10 | |||
11 | $subj1 $c_subject $subj2 $body1 |
||
12 | !read wimshome/$wims_sesdir/message.wims |
||
13 | $body2 |
||
12902 | obado | 14 | </ul></ol></dl> |
23 | reyssat | 15 | |
16 | :end |
||
9566 | obado | 17 | <div class="wimscenter"> |
16033 | obado | 18 | !set wims_ref_class=wims_button wims_secondary_button |
12902 | obado | 19 | !href cmd=reply&job=compose $n_edit |
20 | |
||
21 | !set wims_ref_class=wims_button |
||
22 | !href cmd=reply&job=send $n_send |
||
23 | |
||
24 | !set wims_ref_class=wims_button wims_secondary_button |
||
25 | !href cmd=reply&job=list $wims_name_giveup |
||
5764 | bpr | 26 | </div> |