<%pre> #include #include #include "tools.h" using namespace std; using namespace vdrlive; <# ---------------------------------------------------------------------- #> <%def doc_type> <# ---------------------------------------------------------------------- #> <%def logo> <# ---------------------------------------------------------------------- #> <%def event_timer> <%args> tChannelID channelid; tEventID eventid; /> <# ---------------------------------------------------------------------- #> <%def ajax_js> <# ---------------------------------------------------------------------- #> <%def ajax_action_href> <%args> string action; string tip; string param; string image; string alt = ""; if (!tip.empty()) { <& tooltip.hint text=(tip) &> <%cpp> } ><$ alt $> <# ---------------------------------------------------------------------- #> <%def epg_tt_box> <%args> string boxId; string caption; string tools_comp; string time; string title; string short_descr; string long_descr;
<$ (caption) $><& tooltip.close domId=(boxId) &>
<& (tools_comp) id=(boxId) &>
<$ (time) $>
<$ (title) $>
<$ (short_descr) $>
<{ reply.out() << StringEscapeAndBreak(long_descr); }>