Rev 3051 | Rev 3224 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | !set tt=!word 1 of $(replygood$i) |
2 | !if $tt=$empty |
||
3 | !exit |
||
4 | !endif |
||
5 | !set style=!defof anstyle in anstype/$(replytype$i).input |
||
6 | !default reply_$i=$(reply$i) |
||
7 | !if $(noshow$i)=yes |
||
8 | !set reply_$i= |
||
9 | !endif |
||
10 | !if $i isitemof $embedded_analyze |
||
11 | !exit |
||
12 | !endif |
||
13 | !if r$i notitemof $embedded and numeric iswordof $style |
||
3100 | bpr | 14 | !set eq= = |
20 | reyssat | 15 | !else |
16 | !reset eq |
||
17 | !endif |
||
199 | bpr | 18 | !if noanalyzeprint notwordof $(replyoption$i) |
3051 | bpr | 19 | <tr><td align="right" nowrap> |
199 | bpr | 20 | !imgrename <b>$(replyname$i)</b>$eq<td><tt>$(reply_$i)</tt> : |
21 | !else |
||
546 | bpr | 22 | !if $(replyname$i) notsametext |
3051 | bpr | 23 | <tr><td align="right" nowrap> |
546 | bpr | 24 | !imgrename <b>$(replyname$i)</b> |
25 | !endif |
||
199 | bpr | 26 | !endif |
20 | reyssat | 27 | !if $tt!=?analyze |
546 | bpr | 28 | <td> |
20 | reyssat | 29 | !if $(diareply$i)=good |
30 | !if $(partialgood$i) = yes and $indpartial != $empty |
||
31 | !set thisind=$indpartial |
||
32 | !else |
||
33 | !set thisind=$indgood |
||
34 | !endif |
||
35 | !else |
||
36 | !if $(precreply$i)=yes |
||
37 | !set thisind=$indprec |
||
38 | !else |
||
39 | !set thisind=$indbad |
||
40 | !endif |
||
41 | !endif |
||
42 | !if ($(diareply$i)=bad or $(partialgood$i) = yes) and $presentgood>0 and \ |
||
199 | bpr | 43 | nogood notwordof $style and dprompt notwordof $style and noanalyzeprint notwordof $(replyoption$i) |
20 | reyssat | 44 | !default replyGood$i=$(replygood$i) |
45 | !imgrename $thisind, $ch_good1 <tt>$(replyGood$i)</tt>. |
||
46 | !else |
||
47 | !imgrename $thisind. |
||
48 | !endif |
||
49 | !if $(badsize$i)=true |
||
50 | $name_badsize |
||
51 | !endif |
||
52 | !else |
||
546 | bpr | 53 | !if noanalyzeprint notwordof $(replyoption$i) |
54 | $indsee. |
||
55 | !endif |
||
20 | reyssat | 56 | !endif |