Subversion Repositories wimsdev

Rev

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