<& '/include/epg:read_epg' &> <& SELF:display_form &>
<& 'SELF:search_epg', funcBar => 'true', %ARGS &>
<%method display_form> <%args> $update => 'search_epg' $search => undef
@(Episode) @(Description) @(Case sensitive)
<%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 $AvantgardeIP => $m->comp('/include/config:get_key', key => 'AvantgardeIP') <%attr> ajax => 1 update => 'search_epg' throbber => 1 form => 'search_form' <%perl> my $streamlink='http://' . $AvantgardeIP . ':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}/;
> % 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 &>
%fdate
%start_time - %end_time ( %length min )
%chnum %channel_name
%titel - %subtitel

%titel

%subtitel


%start_time - %end_time %length min


%descr

<%filter> s/\|\*\*\*\|/

/g; s/\|/

/; s/\|/

/g; <%method not_found> @(Keine Sendung gefunden)