Rev 16484 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
16479 | guerimand | 1 | !! -------- display for user without email |
2 | !if $nbbad>0 |
||
3 | <div class="wims_msg alert"> |
||
4 | !if $method=login |
||
5 | $name_noemail_login : $(bad_list). |
||
6 | !endif |
||
7 | !if $method=filter |
||
8 | <dl class="field"> |
||
9 | <dt>$name_noemail_filter</dt> |
||
10 | <dd><pre> |
||
11 | !for k in $sending_nomail |
||
12 | !let data=!record $k of wimshome/sessions/$wims_session/.userlist_nomail |
||
13 | $(data[1]) $(data[2]) |
||
14 | !next k |
||
15 | </pre></dd> |
||
16 | </dl> |
||
17 | !endif |
||
18 | </div> |
||
19 | !endif |
||
20 | |||
21 | <p class="wims_msg info">$name_warning</p> |
||
22 | |||
23 | <div class="field box"> |
||
24 | <dl class="field"> |
||
25 | <dt>$name_subject</dt> |
||
16512 | guerimand | 26 | <dd>$save_subject</dd> |
16479 | guerimand | 27 | <dt>$name_message</dt> |
16512 | guerimand | 28 | <dd><textarea rows="5" readonly="readonly" disabled="disabled">$save_msg</textarea></dd> |
16479 | guerimand | 29 | <dt>$name_recipients</dt> |
16482 | guerimand | 30 | <dd><pre> |
16479 | guerimand | 31 | !for k in $sending_mail |
32 | !set data=!record $k of wimshome/sessions/$wims_session/.userlist_mail |
||
33 | !if $method=login |
||
34 | $(data[1]) $(data[2]) ($(data[3])) |
||
35 | !else |
||
36 | $(data[1]) $(data[2]) |
||
37 | !endif |
||
38 | !next k |
||
16482 | guerimand | 39 | </pre></dd> |
40 | !if $save_selfsend=1 or ($save_sendotherteacher=1 and $nb_teacher>0) |
||
16479 | guerimand | 41 | <dt>$name_recip_teacher</dt> |
42 | <dd><pre> |
||
16482 | guerimand | 43 | !if $save_selfsend=1 |
44 | !! line for supervisor |
||
45 | $supervisorname |
||
46 | !endif |
||
47 | !if $nb_teacher>0 and $save_sendotherteacher=1 |
||
48 | !for k=1 to $nb_teacher |
||
16479 | guerimand | 49 | !set data=!record $k of wimshome/sessions/$wims_session/.teacherlist_mail |
50 | $(data[1]) $(data[2]) |
||
16482 | guerimand | 51 | !next k |
52 | !endif |
||
16479 | guerimand | 53 | </pre></dd> |
16482 | guerimand | 54 | !endif |
16479 | guerimand | 55 | </dl> |
56 | </div> |
||
57 | <div class="wimscenter"> |
||
58 | !set wims_ref_class=wims_button |
||
59 | !href cmd=reply&job=sendmail $wims_name_send |
||
60 | |
||
61 | !set wims_ref_class=wims_button wims_secondary_button |
||
62 | !href cmd=new&job=edit $wims_name_giveup |
||
63 | </div> |
||
64 | |||
65 | |||
66 | !set wims_menu_items=!append line back2,1,cmd=reply&job=edit\ |
||
67 | to $wims_menu_items |