Note on installed manuals now only appear for external-browser.

svn: r7184
This commit is contained in:
Jens Axel Soegaard 2007-08-26 20:52:12 +00:00
parent 27bef0e8d4
commit 1fae7ae2b0

View File

@ -50,10 +50,12 @@
(html-subpage (html-subpage
"PLT Scheme Help Desk: Installed Manuals" "PLT Scheme Help Desk: Installed Manuals"
(html-top initial-request) (left-items) "" (html-top initial-request) (left-items) ""
`((h3 "NOTE") `(,@(if (eq? (helpdesk-platform) 'external-browser)
(p "To see the list of manuals installed on " (i "your") " computer, " '((h3 "NOTE")
" use the HelpDesk from within DrScheme. This list of manuals reflects " (p "To see the list of manuals installed on " (i "your") " computer, "
"what is installed on this HelpDesk server only.") " use the HelpDesk from within DrScheme. This list of manuals reflects "
"what is installed on this HelpDesk server only."))
'())
(VERBATIM ,(find-manuals)) (VERBATIM ,(find-manuals))
(p) (p)
(i "Version: " ,(plt-version))))] (i "Version: " ,(plt-version))))]