Rev 13286 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13286 | Rev 17180 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | <ul> |
12 | <ul> |
13 | !for s in $propall |
13 | !for s in $propall |
14 | !if $(name_$s)!=$empty |
14 | !if $(name_$s)!=$empty |
15 | !set name_=$(name_$s) |
15 | !set name_=$(name_$s) |
16 | <li> |
16 | <li> |
17 | <input type="checkbox" name="propagate" id="propagate_$s" value="$s" |
17 | <input type="checkbox" name="propagate" id="propagate_$s" value="$s"><label for="propagate_$s">$name_</label> |
18 | </li> |
18 | </li> |
19 | !else |
19 | !else |
20 | <li> |
20 | <li> |
21 | <input type="checkbox" name="propagate" id="propagate_$s" value="$s" |
21 | <input type="checkbox" name="propagate" id="propagate_$s" value="$s"><label for="propagate_$s">$s</label> |
22 | </li> |
22 | </li> |
23 | !endif |
23 | !endif |
24 | !next s |
24 | !next s |
25 | </ul> |
25 | </ul> |
26 | <div class="wimsform wimscenter"> |
26 | <div class="wimsform wimscenter"> |
27 | <input type="submit" name="confirm" value="$wims_name_send" |
27 | <input type="submit" name="confirm" value="$wims_name_send"> |
28 | </div> |
28 | </div> |
29 | 29 | ||
30 | !formend |
30 | !formend |
31 | !endif |
31 | !endif |
32 | <p> |
32 | <p> |