Rev 20 | Rev 413 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 199 | ||
---|---|---|---|
Line 14... | Line 14... | ||
14 | !set eq= = |
14 | !set eq= = |
15 | !else |
15 | !else |
16 | !reset eq |
16 | !reset eq |
17 | !endif |
17 | !endif |
18 | <tr><td align=right nowrap> |
18 | <tr><td align=right nowrap> |
- | 19 | !if noanalyzeprint notwordof $(replyoption$i) |
|
19 | !imgrename <b>$(replyname$i)</b>$eq<td><tt>$(reply_$i)</tt> : |
20 | !imgrename <b>$(replyname$i)</b>$eq<td><tt>$(reply_$i)</tt> : |
- | 21 | !else |
|
- | 22 | !imgrename <b>$(replyname$i) |
|
- | 23 | !endif |
|
- | 24 | <td> |
|
20 | !if $tt!=?analyze |
25 | !if $tt!=?analyze |
21 | !if $(diareply$i)=good |
26 | !if $(diareply$i)=good |
22 | !if $(partialgood$i) = yes and $indpartial != $empty |
27 | !if $(partialgood$i) = yes and $indpartial != $empty |
23 | !set thisind=$indpartial |
28 | !set thisind=$indpartial |
24 | !else |
29 | !else |
Line 30... | Line 35... | ||
30 | !else |
35 | !else |
31 | !set thisind=$indbad |
36 | !set thisind=$indbad |
32 | !endif |
37 | !endif |
33 | !endif |
38 | !endif |
34 | !if ($(diareply$i)=bad or $(partialgood$i) = yes) and $presentgood>0 and \ |
39 | !if ($(diareply$i)=bad or $(partialgood$i) = yes) and $presentgood>0 and \ |
35 | nogood notwordof $style and dprompt notwordof $style |
40 | nogood notwordof $style and dprompt notwordof $style and noanalyzeprint notwordof $(replyoption$i) |
36 | !default replyGood$i=$(replygood$i) |
41 | !default replyGood$i=$(replygood$i) |
37 | !imgrename $thisind, $ch_good1 <tt>$(replyGood$i)</tt>. |
42 | !imgrename $thisind, $ch_good1 <tt>$(replyGood$i)</tt>. |
38 | !else |
43 | !else |
39 | !imgrename $thisind. |
44 | !imgrename $thisind. |
40 | !endif |
45 | !endif |