Fixing PR11002

This commit is contained in:
Jay McCarthy 2010-06-28 09:04:24 -06:00
parent 23553392df
commit 3a8415e902

View File

@ -107,13 +107,7 @@
(send/finish access-error-page))
request)
(define web-base (directory-part default-configuration-path))
; more here - abstract with static pages?
(define web-server-icon
`(img ([src ,(string-append "/" doc-dir "/web-server.gif")]
;[width "123"] [height "115"]
[width "61"] [height "57"])))
(define web-base (directory-part default-configuration-path))7
; interact : (str -> response) -> bindings
(define (interact page)
@ -160,7 +154,6 @@
(build-suspender
'("Choose a Configuration File")
`((h1 "Choose a Web Server Configuration File")
,web-server-icon
(p "Choose a Web server configuration file to edit. "
(br)
"This Web server uses the configuration in "
@ -307,7 +300,6 @@
(build-suspender
'("Racket Web Server Configuration")
`((h1 "Racket Web Server Configuration Management")
,web-server-icon
"copyright 2001 by Paul Graunke and PLT"
(hr)
(h2 "Basic Configuration")