Check-in by ben on 2024-10-05 23:06:44 Put newline before next page navigation to separate it from the list. INSERTED DELETED 2 1 src/list/index.dcgi.m4 2 1 TOTAL over 1 changed file Index: src/list/index.dcgi.m4 ================================================================== --- src/list/index.dcgi.m4 +++ src/list/index.dcgi.m4 @@ -138,10 +138,12 @@ id = "" type = "" } } close(cmd) + + print "" # only show "page back" if the user is past page 1 if (page > 1) { printf "[1|[<<] Page %d|%s/list/page%d/rows%d/%%09%s/%d|%s|%s]\n", page - 1, cgipath, page - 1, rows, @@ -153,11 +155,10 @@ printf "[1|[>>] Page %d|%s/list/page%d/rows%d/%%09%s/%d|%s|%s]\n", page + 1, cgipath, page + 1, rows, acct, list_id, server, port } - print "" printf "[1|Account %s|%s/account/%s|%s|%s]\n", acct, cgipath, acct, server, port print "" printf "[1|PHAROS|%s|%s|%s]\n", cgipath, server, port