Rev 16512 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16512 | Rev 16530 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | <p>$name_intro.</p> |
- | |
2 | <div> |
- | |
3 | !if $nbw_user>0 |
- | |
4 | $nbw_user |
- | |
5 | !if $nbw_user=1 |
- | |
6 |
|
1 | !! select recipient for theme witouht jquery |
7 | !else |
- | |
8 |
|
2 | !! the file selectrecipient.jquery have to be synchronised |
9 | !endif |
- | |
10 | !endif |
- | |
11 | !if $nbw_teacher>0 |
- | |
12 | $nbw_teacher |
- | |
13 | !if $nbw_teacher=1 |
- | |
14 | $name_teacher $(name_without). |
- | |
15 | !else |
- | |
16 | $name_teachers $(name_withouts). |
- | |
17 | !endif |
- | |
18 | !endif |
- | |
19 |
|
3 | !! |
20 | !form reply |
- | |
21 | <fieldset class="property_fields blockcenter"> |
- | |
22 | <legend>$name_title1</legend> |
- | |
23 | <div class="field box fullwidth"> |
- | |
24 | <strong>$name_sender:</strong> <span>$supervisorname</span> |
- | |
25 | </div> |
- | |
26 | <div class="field box fullwidth"> |
- | |
27 | <label for="subject">$name_subject</label> |
- | |
28 | <input name="subject" id="subject" size="45" value="$subject" required="required"/> |
- | |
29 | </div> |
- | |
30 | <div class="field box fullwidth"> |
- | |
31 | <label for="msg">$name_message</label> |
- | |
32 | <textarea name="msg" id="msg" cols="40" rows="5" required="required">$msg</textarea> |
- | |
33 | </div> |
- | |
34 | <div class="field box"> |
- | |
35 | !formcheckbox selfsend list 1 prompt $name_selfsend |
- | |
36 | </div> |
- | |
37 | !if $nb_teacher>0 |
- | |
38 | <div class="field box"> |
- | |
39 |
|
4 | !! it seems that accordion need jquery too : select recipient is broken in case oj jquery_define=no in theme |
40 | </div> |
- | |
41 | !endif |
5 | |
42 | <div class="field box fullwidth"> |
- | |
43 | !default method=all |
- | |
44 | <ul class="accordion fullwidth" data-accordion data-allow-all-closed="true"> |
6 | <ul class="accordion fullwidth" data-accordion data-allow-all-closed="true"> |
45 | <li class="accordion-item" data-accordion-item> |
7 | <li class="accordion-item" data-accordion-item> |
46 | <a href="#recipients" class="accordion-title">$name_recipients</a> |
8 | <a href="#recipients" class="accordion-title">$name_recipients</a> |
47 | <div class="accordion-content" data-tab-content id="recipients"> |
9 | <div class="accordion-content" data-tab-content id="recipients"> |
48 | !set wims_ref_class=wims_button_help float_right |
10 | !set wims_ref_class=wims_button_help float_right |
Line 85... | Line 47... | ||
85 | !read adm/vfilter/varfilter htmldiv |
47 | !read adm/vfilter/varfilter htmldiv |
86 | !endif |
48 | !endif |
87 | </div> |
49 | </div> |
88 | </li> |
50 | </li> |
89 | </ul> |
51 | </ul> |
90 | </div> |
- | |
91 | </fieldset> |
- | |
92 | <input type="hidden" name="job" value="preview" /> |
- | |
93 | <div class="wimscenter"> |
- | |
94 | <input type="submit" name="reg" value="$wims_name_send" /> |
- | |
95 | </div> |
- | |
96 | !formend |
- | |
97 | - | ||
98 | !reset selfsend sendotherteacher |
- | |
99 | 52 |