From: Florian Forster Date: Sat, 19 Jun 2010 06:15:54 +0000 (+0200) Subject: src/action_list_graphs.c: Add a simple search box. X-Git-Tag: v4.0.0~235 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=c4815ba2e7fca583e71ce97fb60b4434d398309f;p=collection4.git src/action_list_graphs.c: Add a simple search box. --- diff --git a/src/action_list_graphs.c b/src/action_list_graphs.c index b360c1d..cb2e31d 100644 --- a/src/action_list_graphs.c +++ b/src/action_list_graphs.c @@ -107,16 +107,32 @@ static int list_graphs_html (const char *term) /* {{{ */ callback_data_t data = { NULL }; printf ("Content-Type: text/html\n\n"); - printf ("\n"); + + printf (" \n"); - printf ("\n"); + printf (" \n\n"); return (0); } /* }}} int list_graphs_html */