From c4815ba2e7fca583e71ce97fb60b4434d398309f Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 19 Jun 2010 08:15:54 +0200 Subject: [PATCH] src/action_list_graphs.c: Add a simple search box. --- src/action_list_graphs.c | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) 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 */ -- 2.11.0