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