Rev 9597 | Rev 13606 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9597 | 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 $c_prec!=$empty |
6 | !if $c_prec!=$empty |
- | 7 | <p class="newfollow"> |
|
7 | $n_newfollow |
8 | $n_newfollow |
8 | !href cmd=reply&job=read <b>$m_subject</b> |
9 | !href cmd=reply&job=read <b>$m_subject</b> |
9 | $n_by |
10 | $n_by |
10 | !if $m_email!=$empty |
11 | !if $m_email!=$empty |
11 | <i><a href="mailto:$m_email">$m_from</a></i> |
12 | <i><a href="mailto:$m_email">$m_from</a></i> |
12 | !else |
13 | !else |
13 | <i>$m_from</i> |
14 | <i>$m_from</i> |
14 | !endif |
15 | !endif |
15 | <p> |
16 | </p> |
16 | !endif |
17 | !endif |
17 | 18 | ||
18 | !form reply |
19 | !form reply |
- | 20 | <fieldset class="property_fields"> |
|
19 |
|
21 | <legend>$n_compose</legend> |
- | 22 | <div class="field box"> |
|
- | 23 | <label for="c_sender">$n_yourname:</label> |
|
20 | !if $forumuser=$empty |
24 | !if $forumuser=$empty |
21 | < |
25 | <input size="15" id="c_sender" name="c_sender" value="$c_sender" /> |
22 | !else |
26 | !else |
23 | <span class="tt">$c_sender</span> |
27 | <span class="tt">$c_sender</span> |
24 | !endif |
28 | !endif |
25 | $n_email: |
29 | <label for="c_smail">$n_email:</label> <input size="30" type="email" name="c_smail" id="c_smail" value="$c_smail" required="required" /> |
26 | !if $send_right<2 |
30 | !if $send_right<2 |
27 | $n_cautious<br /> |
- | |
28 | !endif |
- | |
29 | $n_subject: |
- | |
30 | <input size="55" name="c_subject" value="$c_subject" /> <br /> |
- | |
31 | $n_content: ( |
- | |
32 | !if $speckedit=no |
- | |
33 | !set msgsrc1=<textarea cols="70" rows="18" name="wims_deposit"> |
- | |
34 | !href cmd=reply&job=compose&speckedit=yes&c_quote=$c_quote $wims_name_active |
- | |
35 | !else |
- | |
36 | !set msgsrc1=<textarea cols="70" rows="18" name="wims_deposit" $wims_id> |
- | |
37 | !href cmd=reply&job=compose&speckedit=no&c_quote=$c_quote $wims_name_desactive |
- | |
38 | !endif |
- | |
39 |
|
31 | <p class="formHelp">$n_cautious</p> |
40 | - $wims_name_speck_warning |
- | |
41 | </span>).<br /> |
- | |
42 | !set msgsrc2=</textarea> |
- | |
43 | !if $c_quote>0 and $c_prec!=$empty |
- | |
44 | !mexec scripts/quote.sh |
- | |
45 | !endif |
- | |
46 | !if $c_quote=0 |
- | |
47 | !mexec scripts/msgsrc.sh |
- | |
48 | !endif |
- | |
49 | !if $c_quote<0 |
- | |
50 | $msgsrc1$msgsrc2 |
- | |
51 | !endif |
32 | !endif |
52 | !set c_quote=0 |
- | |
53 | $tag_escaper |
- | |
54 | <p class="wimscenter wimsform"> |
- | |
55 | <input type="submit" name="c_preview" value="$n_preview" $wims_on_click/> |
- | |
56 | |
- | |
57 | <input type="submit" name="c_send" value="$n_send0" $wims_on_click/> |
- | |
58 | |
- | |
59 | <input type="submit" name="c_list" class="wims_secondary_button" value="$wims_name_giveup" /> |
- | |
60 | </ |
33 | </div> |
61 | 34 | ||
- | 35 | <div class="field box"> |
|
- | 36 | <label for="c_subject">$n_subject:</label> |
|
- | 37 | <input size="55" name="c_subject" id="c_subject" value="$c_subject" required="required"/> |
|
- | 38 | </div> |
|
- | 39 | <div class="field box"> |
|
- | 40 | <label>$n_content:</label> ( |
|
- | 41 | !if $speckedit=no |
|
- | 42 | !set msgsrc1=<textarea cols="70" rows="18" name="wims_deposit"> |
|
- | 43 | !href cmd=reply&job=compose&speckedit=yes&c_quote=$c_quote $wims_name_active |
|
- | 44 | !else |
|
- | 45 | !set msgsrc1=<textarea cols="70" rows="18" name="wims_deposit" $wims_id> |
|
- | 46 | !href cmd=reply&job=compose&speckedit=no&c_quote=$c_quote $wims_name_desactive |
|
- | 47 | !endif |
|
- | 48 | <span class="small"> - $wims_name_speck_warning</span>).<br /> |
|
- | 49 | !set msgsrc2=</textarea> |
|
- | 50 | !if $c_quote>0 and $c_prec!=$empty |
|
- | 51 | !mexec scripts/quote.sh |
|
- | 52 | !endif |
|
- | 53 | !if $c_quote=0 |
|
- | 54 | !mexec scripts/msgsrc.sh |
|
- | 55 | !endif |
|
- | 56 | !if $c_quote<0 |
|
- | 57 | $msgsrc1$msgsrc2 |
|
- | 58 | !endif |
|
- | 59 | !set c_quote=0 |
|
- | 60 | </div> |
|
- | 61 | </fieldset> |
|
- | 62 | <p class="wimscenter wimsform"> |
|
- | 63 | <input type="submit" name="c_preview" value="$n_preview" $wims_on_click/> |
|
- | 64 | <input type="submit" name="c_send" value="$n_send0" $wims_on_click/> |
|
- | 65 | !set wims_ref_class=wims_button wims_secondary_button |
|
- | 66 | !href module=$module $wims_name_giveup |
|
- | 67 | !!<input type="submit" name="c_list" class="wims_secondary_button" value="$wims_name_giveup" /> |
|
- | 68 | ||
- | 69 | </p> |
|
62 | !formend |
70 | !formend |
63 | 71 | ||
64 | !set wims_ref_class=wims_button_help |
72 | !set wims_ref_class=wims_button_help |
65 | !href cmd=help $wims_name_help |
73 | !href cmd=help $wims_name_help |
66 | $n_mathhelp |
74 | $n_mathhelp |
67 | 75 | ||
68 | !if $c_prec!=$empty |
76 | !if $c_prec!=$empty |
69 | <hr /> |
77 | <hr /> |
70 | <div class="wims_forum_intro"> |
78 | <div class="wims_forum_intro"> |
71 | !href cmd=reply&job=read $m_subject $n_origin |
79 | !href cmd=reply&job=read $m_subject $n_origin |
72 | $n_by <i>$m_from</i>: |
80 | $n_by <i>$m_from</i>: |
73 | </div> |
81 | </div> |
74 | <div class="wims_forum_msg"> |
82 | <div class="wims_forum_msg"> |
75 | !read $forumdir/$c_prec html |
83 | !read $forumdir/$c_prec html |
76 |
|
84 | </div> |
77 | <hr |
85 | <hr/> |
78 | !endif |
86 | !endif |