Subversion Repositories wimsdev

Rev

Rev 6643 | Rev 7391 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

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