From 24dbe9e55a0cafc943e7f2144fb1e6d48b52b5a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Wed, 21 Nov 2007 15:31:54 +0000 Subject: [PATCH] add a nice header --- htmlui.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/htmlui.c b/htmlui.c index 375e4725..f69cacd0 100644 --- a/htmlui.c +++ b/htmlui.c @@ -802,6 +802,13 @@ page_status(http_connection_t *hc, const char *remain, void *opaque) tcp_qprintf(&tq, "
"); + box_top(&tq, "box"); + tcp_qprintf(&tq, "
"); + tcp_qprintf(&tq, "
Input sources
"); + tcp_qprintf(&tq, "
"); + box_bottom(&tq); + tcp_qprintf(&tq, "
"); + /* DVB adapters */ box_top(&tq, "box");