From a6389e27b07e15cca91be90535da7b87084eec18 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Thu, 20 Jun 2002 09:41:11 +0000 Subject: [PATCH] Added syntax help link to configuration page SVN revision: 148 --- elogd.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/elogd.c b/elogd.c index 1d0e1534..a9d3c1ed 100755 --- a/elogd.c +++ b/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 2.28 2002/06/20 09:41:11 midas + Added syntax help link to configuration page + Revision 2.27 2002/06/20 09:19:10 midas Fixed problems with find @@ -185,7 +188,7 @@ \********************************************************************/ /* Version of ELOG */ -#define VERSION "2.0.1" +#define VERSION "2.0.2" #include #include @@ -4416,7 +4419,10 @@ char *buffer; rsputs(buffer); free(buffer); - rsprintf("
\n"); + rsprintf("\n"); + + /* put link for config page */ + rsprintf("Syntax Help"); rsprintf("\n"); @@ -5654,6 +5660,7 @@ struct tm tms, *ptms; do { + //printf("## %d\n", message_id); size = sizeof(text); status = el_retrieve(lbs, message_id, date, attr_list, attrib, n_attr, text, &size, in_reply_to, reply_to,