%attr>
ajax => 1
%attr>
<& '/include/epg:read_epg' &>
<& SELF:display_form &>
<& 'SELF:search_epg', funcBar => 'true', %ARGS &>
<%method display_form>
<%args>
$update => 'search_epg'
$search => undef
%args>
%method>
<%method search_epg>
<%args>
$search => undef
$chnum => undef
$date => undef
$bouqet => undef
$timestamp => undef
$style => 'search_default'
$titel => 'NO_SEARCH_REQ'
$full => 'NO_SEARCH_REQ'
$subtitel => 'NO_SEARCH_REQ'
$descr => 'NO_SEARCH_REQ'
$sens => undef
$order => 'asc'
$funcBar => undef
$ip_address => $r->notes('CFG_ip_address')
%args>
<%attr>
ajax => 1
throbber => 1
update => 'search_epg'
form => 'search_form'
%attr>
<%perl>
my $streamlink='http://' . $ip_address . ':3000/PES/';
if ( $full ne 'NO_SEARCH_REQ') { $full = $search; }
if ( $titel ne 'NO_SEARCH_REQ') { $titel = $search; }
if ( $descr ne 'NO_SEARCH_REQ') { $descr = $search; }
if ( $subtitel ne 'NO_SEARCH_REQ') { $subtitel = $search; }
$titel = $search;
return if $search !~ /^.{3}/;
%perl>
>
% if ( ! defined $funcBar ) {
@(Erweiterte Suche)
|
% }
<&| '/include/epg:advanced_epg_search', titel => $titel,
order => $order,
start_time => $timestamp,
subtitel => $subtitel,
sens => $sens,
descr => $descr,
full => $full &>
%chnum
|
%channel_name
|
%fdate
%start_time - %end_time ( %length min )
|
|
&>
|
<%filter>
s/\|\*\*\*\|/
/g;
s/\|/
/;
s/\|/
/g;
%filter>
%method>
<%method not_found>
@(Keine Sendung gefunden)
%method>