Name

LABEL —

SYNOPSIS

DESCRIPTION

VARIABLE TYPE

Catalog variable

EXAMPLES

No examples are available at this time. We do consider this a problem and will try to supply some.

NOTES

AVAILABILITY

LABEL is available in Interchange versions:

4.6.0, 4.8.0

SOURCE

Interchange 4.8.0:

Source: lib/Vend/Interpolate.pm (rev. 2.9.2.29 from Fri Jan 24 06:51:52 2003)
Line 1725 (context shows lines 1715-1729 in build_accessory_box():1685)

<TD>$font<INPUT TYPE="$variant" NAME="$name" VALUE="__VALUE__"__SEL__></TD><TD>__LABEL__</TD>
EOF
$template .= '</TR>' unless $inc;
}
elsif ($type  =~ /right[\s_]*(\d?)/i ) {
  $inc = $1 || undef;
  $header = '<TABLE>';
  $footer = '</TABLE>';
  $template = '<TR>' unless $inc;
  $template .= <<EOF;
<TD>${font}__LABEL__</TD><TD><INPUT TYPE="$variant" NAME="$name" VALUE="__VALUE__"__SEL__></TD>
EOF
  $template .= '</TR>' unless $inc;
}
else {

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!