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