void out(const char *line)
Add verbatim output.
Helper for printing a web page to a socket.
Definition: HTMLPage.h:31
HTMLPage(SOCKET socket, const char *title, int refresh=0)
Create web page for socket with given title.
void tableLine(const char *item,...)
Add line to table.
static bool with_config
Should bottom menu include a 'config' link?
Definition: HTMLPage.h:78
void openTable(int colspan, const char *column,...)
Start a table with column headers.
void line(const char *line)
Add a line.