Custom login screens in DWA

We are using Lotus Foundations Start Server and Domino Web Access for web mail. I want to customize Domino Web Access login(logo). Can you please provide informations or instructions on how to do this.

Thank you very much

Subject: Customizing the logo on the DWA Login page

If you use the iNotes (DWA) Redirect database (based on iwaredir.ntf template which is shipped with Domino), you’ll be able to customize the DWA login page.

To replace the logo on the DWA login page, you’ll need to modify a subform called “DWALoginSubForm”. In that subform, there’s a computed value that loads the GIF … here’s what the computed value looks like:

“<img alt="Lotus iNotes Login Screen" src="/” + @WebDbName + “/iNotes-LoginBanner65short.gif?OpenImageResource">”

Simply add the new image as a resource and change the computed value to point to the new resource.