Rev 3224 | Rev 6530 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | !set chb=!item $(choice$i) of $(choicelist$i),$ch_noidea,$ch_none |
3051 | bpr | 2 | <tr><td align="right" nowrap> |
6098 | bpr | 3 | <span class="bold">$(choicename$i)</span></td><td> <span class="tt">$chb</span> : </td><td> |
20 | reyssat | 4 | !if $(diachoice$i)=good |
5 | $indgood. |
||
6 | !else |
||
7 | !set k=!itemcnt $(choicegood$i) |
||
8 | !if $presentgood>0 |
||
9 | !ifval $(choice$i)!=$(choiceitems$i)+1 |
||
10 | $indbad, |
||
11 | !endif |
||
12 | !if $k<=1 |
||
13 | !if $k=0 |
||
6098 | bpr | 14 | $ch_good1 <span class="tt">$ch_none</span>. |
20 | reyssat | 15 | !else |
6098 | bpr | 16 | $ch_good1 <span class="tt">$(choicegood$i)</span>. |
20 | reyssat | 17 | !endif |
18 | !else |
||
6098 | bpr | 19 | $ch_goodn <span class="tt">$(choicegood$i)</span>. |
20 | reyssat | 20 | !endif |
21 | !else |
||
22 | !ifval $(choice$i)!=$(choiceitems$i)+1 |
||
23 | $indbad. |
||
24 | !else |
||
25 | $name_sorry. |
||
26 | !endif |
||
27 | !endif |
||
28 | !endif |
||
3224 | bpr | 29 | </td></tr> |