Differences From:
File
src/setup.c
part of check-in
[43481115ed]
- Add a "logo" image to the local server state. Return this image on all
requests to the "/logo" URL. All the administrator to setup that image.
Include the image in the default header.
by
drh on
2009-09-21 19:10:35.
[view]
To:
File
src/setup.c
part of check-in
[7a39dde24b]
- Clean up and merge updates from trunk
by
robert on
2009-09-26 08:17:33.
Also file
src/setup.c
part of check-in
[37f295c310]
- Fix a URL on the logo setup page.
by
drh on
2009-09-21 19:19:20.
[view]
@@ -1057,9 +1057,9 @@
}
style_header("Edit Project Logo");
@ <p>The current project logo has a MIME-Type of <b>%h(zMime)</b> and looks
@ like this:</p>
- @ <blockquote><img src="/logo" alt="logo"></blockquote>
+ @ <blockquote><img src="%s(g.zTop)/logo" alt="logo"></blockquote>
@
@ <form action="%s(g.zBaseURL)/setup_logo" method="POST"
@ enctype="multipart/form-data">
@ <p>The logo is accessible to all users at this URL: