1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
!set tt=!word 1 of $(replygood$i)
!if $tt=$empty
!exit
!endif
!set style=!defof anstyle in anstype/$(replytype$i).input
!if $style=noanswer
!exit
!endif
!if dprompt iswordof $(replystyle$i)
!set reply_$i=$(reply__$i)
!endif
!default reply_$i=$(reply$i)
!if $(noshow$i)=yes
!set reply_$i=
!endif
!if $i isitemof $embedded_analyze
!exit
!endif
!if r$i notitemof $embedded and numeric iswordof $style
!set eq= =
!else
!reset eq
!endif
<tr><td style="text-align:right" class="nowrap bold">
!if noanalyzeprint notwordof $(replyoption$i)
!imgrename $(replyname$i) $eq </td><td class="tt">$(reply_$i)
!else
!if $(replyname$i) notsametext
!imgrename $(replyname$i)
!endif
</td><td class="tt">
!endif
!if $tt!=?analyze
</td><td>
!if $(diareply$i)=good
!if $(partialgood$i) = yes and $indpartial != $empty
!set thisind=$indpartial
!else
!set thisind=$indgood
!endif
!else
!if $(precreply$i)=yes
!set thisind=$indprec
!else
!set thisind=$indbad
!endif
!endif
!if ($(diareply$i)=bad or $(partialgood$i) = yes) and $presentgood>0 and \
nogood notwordof $style and dprompt notwordof $style and noanalyzeprint notwordof $(replyoption$i)
!default replyGood$i=$(replygood$i)
!imgrename $thisind, $ch_good1 <div class="inline tt">$(replyGood$i)</div>.
!else
!imgrename $thisind.
!endif
!if $(badsize$i)=true
$name_badsize
!endif
!else
!if noanalyzeprint notwordof $(replyoption$i)
$indsee.
!endif
!endif
</td></tr>
|