add a nice header
This commit is contained in:
parent
35ef53ab0b
commit
24dbe9e55a
1 changed files with 7 additions and 0 deletions
7
htmlui.c
7
htmlui.c
|
@ -802,6 +802,13 @@ page_status(http_connection_t *hc, const char *remain, void *opaque)
|
|||
tcp_qprintf(&tq, "<div class=\"statuscont\">");
|
||||
|
||||
|
||||
box_top(&tq, "box");
|
||||
tcp_qprintf(&tq, "<div class=\"content\">");
|
||||
tcp_qprintf(&tq, "<b><center>Input sources</b><br>");
|
||||
tcp_qprintf(&tq, "</div>");
|
||||
box_bottom(&tq);
|
||||
tcp_qprintf(&tq, "<br>");
|
||||
|
||||
/* DVB adapters */
|
||||
|
||||
box_top(&tq, "box");
|
||||
|
|
Loading…
Add table
Reference in a new issue