<%pre> #include #include #include #include #include #include "tools.h" using namespace vdrlive; <%args> title; short_description; description; channel_name; start; end; <%session scope="global"> bool logged_in(false); <{ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); }>
<$ channel_name $>
 
<$ start $> - <$ end $>
<$ title $>
<$ short_description $>
<$ description $>