Subversion Repositories wimsdev

Rev

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