Rev 10675 | Rev 13077 | 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> |
||
19 | !endif |
||
20 | !next s |
||
21 | </ul> |
||
22 | <div class="wimsform wimscenter"> |
||
23 | <input type="submit" name="confirm" value="$wims_name_send" /> |
||
24 | </div> |
||
7684 | bpr | 25 | |
12411 | bpr | 26 | !formend |
23 | reyssat | 27 | !endif |
28 | <p> |
||
2374 | bpr | 29 | $name_warning |
7684 | bpr | 30 | </p> |