Rev 14006 | Rev 14021 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14006 | Rev 14007 | ||
---|---|---|---|
Line 52... | Line 52... | ||
52 | !if $prompt_=$empty |
52 | !if $prompt_=$empty |
53 | !set prompt_=!line $i__ of $(Rg$iii) |
53 | !set prompt_=!line $i__ of $(Rg$iii) |
54 | !set prompt_=!items2lines $prompt_ |
54 | !set prompt_=!items2lines $prompt_ |
55 | !set prompt__=$prompt_ |
55 | !set prompt__=$prompt_ |
56 | !if $(replytype$i__) iswordof menu checkbox radio click |
56 | !if $(replytype$i__) iswordof menu checkbox radio click |
- | 57 | !if $(replytype$i__) iswordof menu checkbox radio |
|
- | 58 | !set tmp=class="wims_list wims_$(replytype$i__)" |
|
- | 59 | !endif |
|
57 | !set prompt_=!replace internal $\ |
60 | !set prompt_=!replace internal $\ |
58 | $ by </li>$ $<li> in <div class="inline"><ul><li>$prompt_</li></ul></div> |
61 | $ by </li>$ $<li> in <div class="inline"><ul $tmp><li>$prompt_</li></ul></div> |
59 | |
62 | !reset tmp |
- | 63 | !else |
|
60 | !set prompt_$iii=!append line $prompt__ to $(prompt_ |
64 | !set prompt_$iii=!append line $prompt__ to $(prompt_$iii) |
61 | !set inputsize1_=!replace internal x by , in $inputsize1 |
65 | !set inputsize1_=!replace internal x by , in $inputsize1 |
62 | !if $(inputsize1_[4])!=$empty and $(inputsize1_[4])>1 |
66 | !if $(inputsize1_[4])!=$empty and $(inputsize1_[4])>1 |
63 | !set prompt_=<table class="wimsborder"> |
67 | !set prompt_=<table class="wimsborder"> |
64 | !for j=1 to $(inputsize1_[4]) |
68 | !for j=1 to $(inputsize1_[4]) |
65 | !set prompt_=$prompt_<tr> |
69 | !set prompt_=$prompt_<tr> |