<%pre> #include #include using namespace std; using namespace vdrlive; <%session scope="global"> bool logged_in(false); <%request scope="page"> <%cpp> if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); reply.setContentType( "application/xml" ); reply.out() << LiveOsdStatusMonitor().GetHtml();