timekeeper

[Abandoned unfinished] CGI web application in C for time tracking. (My first, just a learning project)
Log | Files | Refs | README

commit e77a48ed97daaed5b21490ed2de7d122e7fbbe76
parent c8c1bdc0d41666d6f7448938be8acb6d6af38588
Author: Jacob R. Edwards <jacob@jacobedwards.org>
Date:   Tue, 19 Mar 2024 20:28:27 -0700

Link to archive page from main page

Diffstat:
Mpages/main.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pages/main.c b/pages/main.c @@ -399,6 +399,7 @@ pagemain(struct pagedata *pd) return KCGI_SYSTEM; if ((status = htmlwithin(pd, KELEM_H1, heading)) != KCGI_OK || + (status = htmllink(pd, pd->pages[PageArchive], "Archive")) != KCGI_OK || (status = exportform(pd)) != KCGI_OK || (current && (status = breakform(pd))) != KCGI_OK || (status = printtimes(pd, times)) != KCGI_OK) {