Subversion Repositories wimsdev

Rev

Rev 199 | Go to most recent revision | Details | 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
14
   !set eq= =
15
  !else
16
   !reset eq
17
  !endif
18
  <tr><td align=right nowrap>
19
  !imgrename <b>$(replyname$i)</b>$eq<td><tt>$(reply_$i)</tt>&nbsp;: <td>
20
  !if $tt!=?analyze
21
   !if $(diareply$i)=good
22
    !if $(partialgood$i) = yes and $indpartial != $empty
23
     !set thisind=$indpartial
24
    !else
25
     !set thisind=$indgood
26
    !endif
27
   !else
28
    !if $(precreply$i)=yes
29
     !set thisind=$indprec
30
    !else
31
     !set thisind=$indbad
32
    !endif
33
   !endif
34
   !if ($(diareply$i)=bad or $(partialgood$i) = yes) and $presentgood>0 and \
35
        nogood notwordof $style and dprompt notwordof $style
36
    !default replyGood$i=$(replygood$i)
37
    !imgrename $thisind, $ch_good1 <tt>$(replyGood$i)</tt>.
38
   !else
39
    !imgrename $thisind.
40
   !endif
41
   !if $(badsize$i)=true
42
    $name_badsize
43
   !endif
44
  !else
45
   $indsee.
46
  !endif