Subversion Repositories wimsdev

Rev

Rev 173 | Rev 7680 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4070 bpr 1
 
173 bpr 2
  !if $(diareply$i)=bad and $(precreply$i)!=yes
3
   !default m_sc_reply$i=0
4
  !endif
5
  !if $(precreply$i)=yes and $(diareply$i)=bad
6
      !default m_sc_reply$i=0.5
7
  !endif
8
  !if $(diareply$i)=good
4070 bpr 9
    !if $(partialgood$i)=yes
10
      !default m_sc_reply$i=0.5
11
    !else
173 bpr 12
      !default m_sc_reply$i=1
4070 bpr 13
    !endif
14
  !endif