The top banner is defined in biblio.css, with a hardcoded reference to www.isfdb.org -- this is wrong; it puts unnecessary strain on the server, and is different than all the other references in the code, which are abstracted into localdefs.py and INSTALLDIRS.
To solve this, we need to do to biblio.css the same thing we already do to index.html -- insert the given value of HTMLHOST in localdefs.py into it.
This requires renaming biblio.css in CVS, which is a pain. I did it by the cvs copy and cvs remove method -- hopefully that is acceptable.
Anonymous
Changed IsfdbBanner.gif back to IsfdbBanner.jpg back and implemented in r2010-70.