File: answerr.phtml

package info (click to toggle)
wims 2%3A4.29a%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 185,704 kB
  • sloc: xml: 366,687; javascript: 120,570; ansic: 62,341; java: 62,170; sh: 7,744; perl: 3,937; yacc: 3,217; cpp: 1,915; lex: 1,805; makefile: 1,084; lisp: 914; pascal: 601; python: 520; php: 318; asm: 7
file content (63 lines) | stat: -rw-r--r-- 1,518 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
!set tt=!word 1 of $(replygood$i)
!if $tt=$empty
  !exit
!endif
!set style=!defof anstyle in anstype/$(replytype$i).input
!if $style=noanswer
  !exit
!endif
!if dprompt iswordof $(replystyle$i)
  !set reply_$i=$(reply__$i)
!endif
!default reply_$i=$(reply$i)
!if $(noshow$i)=yes
  !set reply_$i=
!endif
!if $i isitemof $embedded_analyze
  !exit
!endif
!if r$i notitemof $embedded and numeric iswordof $style
  !set eq= =
!else
  !reset eq
!endif
<tr><td style="text-align:right" class="nowrap bold">
!if noanalyzeprint notwordof $(replyoption$i)
  !imgrename $(replyname$i) $eq </td><td class="tt">$(reply_$i)
!else
  !if $(replyname$i) notsametext
    !imgrename $(replyname$i)
  !endif
  </td><td class="tt">
!endif
!if $tt!=?analyze
  </td><td>
  !if $(diareply$i)=good
    !if $(partialgood$i) = yes and $indpartial != $empty
      !set thisind=$indpartial
    !else
      !set thisind=$indgood
    !endif
  !else
    !if $(precreply$i)=yes
      !set thisind=$indprec
    !else
      !set thisind=$indbad
    !endif
  !endif
  !if ($(diareply$i)=bad or $(partialgood$i) = yes) and $presentgood>0 and \
	    nogood notwordof $style and dprompt notwordof $style and noanalyzeprint notwordof $(replyoption$i)
    !default replyGood$i=$(replygood$i)
    !imgrename $thisind, $ch_good1 <div class="inline tt">$(replyGood$i)</div>.
  !else
    !imgrename $thisind.
  !endif
  !if $(badsize$i)=true
    $name_badsize
  !endif
!else
  !if noanalyzeprint notwordof $(replyoption$i)
    $indsee.
  !endif
!endif
</td></tr>