| " . $day . " |
| " . $iline->{topic} . ": " . $iline->{text} . " |
| "; + if ($out) { + my $rep = $out; + foreach my $c (@cn) { + $rep =~ s/\%$c\%/$line->{$c}/g; + } + $ret .= $rep; + } + else { + foreach my $c (@cn) { + $ret .= $line->{$c} . " "; + } + } + $ret .= " |
| " . $line->{sdate} . " |
| " . $iline->{topic} . ": " . $iline->{text} . " |
| "; + # my $out = AttrVal( $name, "dsb_outputFormat", undef ); + # if ($out) { + # foreach my $c (@cn) { + # $out =~ s/\%$c\%/$line->{$c}/g; + # } + # $ret .= $out; + # } + # else { + # foreach my $c (@cn) { + # $ret .= $line->{$c} . " "; + # } + # } + # $ret .= " |
| " + . "$line->{date}: | $line->{title} |
define <devicename> DSBMobile%Klasse_n_%defmod dsb_web weblink htmlCode {DSBMobile_simpleHTML("dsb",1)}
+ defmod dsb_infoweb weblink htmlCode {DSBMobile_infoHTML("dsb")}
+ define <devicename> DSBMobile%Klasse_n_%defmod dsb_web weblink htmlCode {DSBMobile_simpleHTML("dsb",1)}
+ defmod dsb_infoweb weblink htmlCode {DSBMobile_infoHTML("dsb")}
+