Subversion Repositories wimsdev

Rev

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