X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsummary.c;h=3d994038960259914d4eadca5adeb60d8d43cdff;hb=2f170b199ecc5f646c995c729935d87daa554ca3;hp=b7b9084b59467d1fe717aad59bcfa7ffd3744ce1;hpb=072710cf56b3a60b9a614c17a6c76fb712d869e0;p=citadel.git diff --git a/webcit/summary.c b/webcit/summary.c index b7b9084b5..3d9940389 100644 --- a/webcit/summary.c +++ b/webcit/summary.c @@ -53,7 +53,7 @@ void new_messages_section(void) { number_of_rooms_to_check = num_tokens(rooms_to_check, '|'); if (number_of_rooms_to_check == 0) return; - wprintf("\n"); + wprintf("
\n"); for (i=0; i\n", + wprintf("\n", extract_int(&buf[4], 1), extract_int(&buf[4], 2) ); } } - wprintf("
"); escputs(room); - wprintf("%d/%d
%d/%d
\n"); + wprintf("\n"); do_template("endbox"); } @@ -131,9 +131,9 @@ void tasks_section(void) { calendar_summary_view(); #else /* WEBCIT_WITH_CALENDAR_SERVICE */ - wprintf(""); + wprintf(""); wprintf(_("(This server does not support task lists)")); - wprintf("\n"); + wprintf("\n"); #endif /* WEBCIT_WITH_CALENDAR_SERVICE */ do_template("endbox"); } @@ -172,9 +172,9 @@ void calendar_section(void) { } #else /* WEBCIT_WITH_CALENDAR_SERVICE */ - wprintf(""); + wprintf(""); wprintf(_("(This server does not support calendars)")); - wprintf("\n"); + wprintf("\n"); #endif /* WEBCIT_WITH_CALENDAR_SERVICE */ do_template("endbox"); } @@ -251,19 +251,19 @@ void summary(void) { output_headers(1, 1, 2, 0, 0, 0); wprintf("
\n"); - wprintf("" - "
" - "" + wprintf("" + "
" + "" ); snprintf(title, sizeof title, _("Summary page for %s"), WC->wc_fullname); escputs(title); - wprintf("\n"); - wprintf(""); + wprintf("\n"); + wprintf(""); output_date(); - wprintf("
"); + wprintf("
"); offer_start_page(); - wprintf("
\n"); + wprintf("
\n"); /** * You guessed it ... we're going to refresh using ajax.