Rev 12411 | Rev 13286 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1934 | bpr | 1 | |
23 | reyssat | 2 | !if $confirm!=$empty and $propagate!=$empty |
12411 | bpr | 3 | <div class="wims_msg success"> |
4 | $name_propagate_succes:<b> |
||
5 | !for s in $propagate |
||
6 | $(name_$s). |
||
7 | !next s |
||
8 | </b></div> |
||
23 | reyssat | 9 | !else |
12411 | bpr | 10 | !form reply |
11 | <p>$name_propagate_choose:</p> |
||
12 | <ul> |
||
13 | !for s in $propall |
||
14 | !if $(name_$s)!=$empty |
||
15 | !set name_=$(name_$s) |
||
16 | <li> |
||
17 | <input type="checkbox" name="propagate" value="$s" />$name_ |
||
18 | </li> |
||
13077 | bpr | 19 | !else |
20 | <li> |
||
21 | <input type="checkbox" name="propagate" value="$s" />$s |
||
22 | </li> |
||
12411 | bpr | 23 | !endif |
24 | !next s |
||
25 | </ul> |
||
26 | <div class="wimsform wimscenter"> |
||
27 | <input type="submit" name="confirm" value="$wims_name_send" /> |
||
28 | </div> |
||
7684 | bpr | 29 | |
12411 | bpr | 30 | !formend |
23 | reyssat | 31 | !endif |
32 | <p> |
||
2374 | bpr | 33 | $name_warning |
7684 | bpr | 34 | </p> |