Rev 6643 | Rev 7391 | 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 |
||
6643 | bpr | 18 | <tr><td style="text-align:right" class="nowrap bold"> |
199 | bpr | 19 | !if noanalyzeprint notwordof $(replyoption$i) |
6643 | bpr | 20 | !imgrename $(replyname$i) $eq</td><td class="tt">$(reply_$i) |
199 | bpr | 21 | !else |
6643 | bpr | 22 | !if $(replyname$i) notsametext |
23 | !imgrename $(replyname$i) |
||
546 | bpr | 24 | !endif |
199 | bpr | 25 | !endif |
20 | reyssat | 26 | !if $tt!=?analyze |
3224 | bpr | 27 | </td><td> |
20 | reyssat | 28 | !if $(diareply$i)=good |
29 | !if $(partialgood$i) = yes and $indpartial != $empty |
||
30 | !set thisind=$indpartial |
||
31 | !else |
||
32 | !set thisind=$indgood |
||
33 | !endif |
||
34 | !else |
||
35 | !if $(precreply$i)=yes |
||
36 | !set thisind=$indprec |
||
37 | !else |
||
38 | !set thisind=$indbad |
||
39 | !endif |
||
40 | !endif |
||
41 | !if ($(diareply$i)=bad or $(partialgood$i) = yes) and $presentgood>0 and \ |
||
199 | bpr | 42 | nogood notwordof $style and dprompt notwordof $style and noanalyzeprint notwordof $(replyoption$i) |
20 | reyssat | 43 | !default replyGood$i=$(replygood$i) |
7109 | bpr | 44 | !imgrename $thisind, $ch_good1 <div class="inline tt">$(replyGood$i)</div>. |
20 | reyssat | 45 | !else |
46 | !imgrename $thisind. |
||
47 | !endif |
||
48 | !if $(badsize$i)=true |
||
49 | $name_badsize |
||
50 | !endif |
||
51 | !else |
||
546 | bpr | 52 | !if noanalyzeprint notwordof $(replyoption$i) |
53 | $indsee. |
||
54 | !endif |
||
20 | reyssat | 55 | !endif |
6530 | bpr | 56 | </td></tr> |