Rev 2455 | Rev 11776 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2455 | Rev 8515 | ||
---|---|---|---|
Line 21... | Line 21... | ||
21 | : in $(reply$i) |
21 | : in $(reply$i) |
22 | !if $i isitemof $sps |
22 | !if $i isitemof $sps |
23 | !appendfile $output :\$(name$i){$(reply$i)} |
23 | !appendfile $output :\$(name$i){$(reply$i)} |
24 | !goto loopend |
24 | !goto loopend |
25 | !endif |
25 | !endif |
- | 26 | ||
26 | !if $i isitemof $parms |
27 | !if $i isitemof $parms |
27 | !if $(menu$i)=$empty |
28 | !if $(menu$i)=$empty |
- | 29 | !if $(name$i) iswordof $model_asis |
|
- | 30 | param_value = asis($(reply$i)) |
|
- | 31 | !else |
|
- | 32 | param_value = $(reply$i) |
|
- | 33 | !endif |
|
28 | !appendfile $output :$(title$i)\ |
34 | !appendfile $output :$(title$i)\ |
29 | $(help$i)\ |
35 | $(help$i)\ |
30 | \$(type$i){$(name$i) |
36 | \$(type$i){$(name$i)=$param_value}\ |
31 | 37 | ||
32 | !else |
38 | !else |
33 | t_=!itemcnt $(menu$i) |
39 | t_=!itemcnt $(menu$i) |
34 | !bound reply$i between integer 1 and $t_ default 1 |
40 | !bound reply$i between integer 1 and $t_ default 1 |
35 | !appendfile $output :$(title$i)\ |
41 | !appendfile $output :$(title$i)\ |