Rev 16033 | 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 $c_prec!=$empty |
||
12902 | obado | 7 | <p class="newfollow"> |
8 | $n_newfollow |
||
9 | !href cmd=reply&job=read <b>$m_subject</b> |
||
10 | $n_by |
||
11 | !if $m_email!=$empty |
||
12 | <i><a href="mailto:$m_email">$m_from</a></i> |
||
13 | !else |
||
14 | <i>$m_from</i> |
||
15 | !endif |
||
16 | </p> |
||
23 | reyssat | 17 | !endif |
18 | |||
19 | !form reply |
||
13606 | obado | 20 | <fieldset class="property_fields blockcenter"> |
12902 | obado | 21 | <legend>$n_compose</legend> |
13606 | obado | 22 | <div class="field box halfwidth"> |
12902 | obado | 23 | <label for="c_sender">$n_yourname:</label> |
24 | !if $forumuser=$empty |
||
17180 | bpr | 25 | <input size="15" id="c_sender" name="c_sender" value="$c_sender"> |
12902 | obado | 26 | !else |
27 | <span class="tt">$c_sender</span> |
||
28 | !endif |
||
13606 | obado | 29 | </div> |
30 | <div class="field box halfwidth"> |
||
16033 | obado | 31 | <label for="c_smail">$n_email:</label> <input size="30" type="email" |
32 | name="c_smail" id="c_smail" value="$c_smail" |
||
12902 | obado | 33 | !if $send_right<2 |
17180 | bpr | 34 | required="required"> |
12902 | obado | 35 | <p class="formHelp">$n_cautious</p> |
16033 | obado | 36 | !else |
17180 | bpr | 37 | > |
12902 | obado | 38 | !endif |
39 | </div> |
||
5928 | bpr | 40 | |
13606 | obado | 41 | <div class="field box fullwidth"> |
12902 | obado | 42 | <label for="c_subject">$n_subject:</label> |
17180 | bpr | 43 | <input size="55" name="c_subject" id="c_subject" value="$c_subject" required="required"> |
12902 | obado | 44 | </div> |
45 | <div class="field box"> |
||
13606 | obado | 46 | <label for="wims_deposit">$n_content:</label> |
47 | <textarea cols="70" rows="18" name="wims_deposit" id="wims_deposit" class="iEdit"> |
||
48 | !if $c_quote>0 and $c_prec!=$empty |
||
49 | !mexec scripts/quote.sh |
||
50 | !endif |
||
51 | !if $c_quote=0 |
||
52 | !mexec scripts/msgsrc.sh |
||
53 | !endif |
||
54 | </textarea> |
||
12902 | obado | 55 | !endif |
56 | !set c_quote=0 |
||
57 | </div> |
||
58 | </fieldset> |
||
59 | <p class="wimscenter wimsform"> |
||
17180 | bpr | 60 | <input type="submit" class="wims_secondary_button" name="c_preview" value="$n_preview"> |
61 | <input type="submit" name="c_send" value="$n_send0"> |
||
12902 | obado | 62 | !set wims_ref_class=wims_button wims_secondary_button |
63 | !href module=$module $wims_name_giveup |
||
17180 | bpr | 64 | !!<input type="submit" name="c_list" class="wims_secondary_button" value="$wims_name_giveup"> |
12902 | obado | 65 | </p> |
5928 | bpr | 66 | !formend |
67 | |||
9544 | bpr | 68 | !set wims_ref_class=wims_button_help |
1669 | bpr | 69 | !href cmd=help $wims_name_help |
237 | bpr | 70 | $n_mathhelp |
23 | reyssat | 71 | |
72 | !if $c_prec!=$empty |
||
17180 | bpr | 73 | <hr> |
12902 | obado | 74 | <div class="wims_forum_intro"> |
75 | !href cmd=reply&job=read $m_subject $n_origin |
||
76 | $n_by <i>$m_from</i>: |
||
237 | bpr | 77 | </div> |
254 | bpr | 78 | <div class="wims_forum_msg"> |
12902 | obado | 79 | !read $forumdir/$c_prec html |
80 | </div> |
||
17180 | bpr | 81 | <hr> |
23 | reyssat | 82 | !endif |