Weee Image Maintain [S23]
Overview
This screen allows the user to maintain the links between a customer and their weee images. 
Rules
One supplier can have one or more images
Operation
If this customer already has any images, they will be listed and displayed.

The existing images can be individually deleted using the 'delete' button next to each image. This will only work if the windows permissions have been set up.

To upload a new image for the customer, click the 'browse' button and navigate to your image file. When you have selected the image, click the 'upload' button. The new image will show in the image list.

To create a new logo image (if the customer has not supplied a logo) then you can type in some text and click the 'Create' button. This will create a simple logo image from your text.

Related Items
Note to webmaster
The web application must have read, write permissions on the folder where the images live.

clsLocals stores the paths there the images are written to as a file path and also the same folder which is accessible as a web folder. These values are stored in these constants respectively.
  • strFOLDER_WEEE_GRAPHICS
  • strURL_WEEE_GRAPHICS
The permitted dimensions are defined in clsLocals
  • intWEEE_LOGO_SIZE_WIDTH_MINIMUM
  • intWEEE_LOGO_SIZE_WIDTH_MAXIMUM
  • intWEEE_LOGO_SIZE_HEIGHT_MINIMUM
  • intWEEE_LOGO_SIZE_HEIGHT_MAXIMUM

Screen Shot
Testers : Please put a useful screen shot here when this page is tested.