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