This commit is contained in:
TMA 2026-03-13 22:59:52 +01:00
parent ee4de955de
commit 5a59768321

View file

@ -68,6 +68,7 @@
@title{foo} @title{foo}
} }
@body{ @body{
@h1{web foo}
@div[(class "navbar navbar-inverse navbar-fixed-top")]{ @div[(class "navbar navbar-inverse navbar-fixed-top")]{
@div[(class "navbar-inner")]{ @div[(class "navbar-inner")]{
@div[(class "container")]{ @div[(class "container")]{
@ -98,7 +99,7 @@ td { border: 1pt solid; padding: 0.5ex 0.5em; }")
@head{@title{brmelect Web Ballot} @head{@title{brmelect Web Ballot}
@style[(type "text/css")]{@,brmelect-style}} @style[(type "text/css")]{@,brmelect-style}}
@body{ @body{
@h1{web ballot}
}})) }}))
(define-resource (elect "elect" "config" parameters) (define-resource (elect "elect" "config" parameters)
@ -107,7 +108,7 @@ td { border: 1pt solid; padding: 0.5ex 0.5em; }")
`@html{ `@html{
@head{@title{brmelect web config}} @head{@title{brmelect web config}}
@body{ @body{
@h1{web config}
}})) }}))
(cgi-main-loop handle-request) (cgi-main-loop handle-request)