Rev 7684 | Rev 12411 | 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 |
10675 | bpr | 3 | <div class="wims_msg success"> |
4 | $name_propagate_succes:<b> |
||
23 | reyssat | 5 | !for s in $propagate |
6 | $(name_$s). |
||
7 | !next s |
||
10675 | bpr | 8 | </b></div> |
23 | reyssat | 9 | !else |
10 | !form reply |
||
6080 | czzmrn | 11 | <p>$name_propagate_choose:</p> |
10675 | bpr | 12 | <ul> |
23 | reyssat | 13 | !for s in $propall |
14 | !if $(name_$s)!=$empty |
||
10675 | bpr | 15 | !set name_=$(name_$s) |
16 | <li> |
||
17 | <input type="checkbox" name="propagate" value="$s" />$name_ |
||
18 | </li> |
||
23 | reyssat | 19 | !endif |
20 | !next s |
||
10675 | bpr | 21 | </ul> |
6080 | czzmrn | 22 | <div class="wimsform wimscenter"> |
6235 | bpr | 23 | <input type="submit" name="confirm" value="$wims_name_send" /> |
6080 | czzmrn | 24 | </div> |
7684 | bpr | 25 | |
5926 | bpr | 26 | !formend |
23 | reyssat | 27 | !endif |
28 | <p> |
||
2374 | bpr | 29 | $name_warning |
7684 | bpr | 30 | </p> |