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