SISfm can display images associated with each facility, such as room photographs or any other images, and files other than images can also be displayed.
If setting DbDocumentStorage is TRUE these are accessed from the database, otherwise from the file system.
These files are accessed at the following URL:
DataFolderPhoto/site_code/loc_code_ID.ext
with corresponding thumbnail versions of them at:
DataFolderPhoto/thumb/site_code/loc_code_ID.ext
where:
DataFolderPhoto is the value of the DataFolderPhoto setting site_code is the site code defined by the SiteId and SiteCode settings loc_code is the site, building, floor or room location code ID is any identifier unique for the file ext is the file extension (e.g. JPG PNG GIF)
The thumbnail versions of images named *_1.JPG are displayed on room tooltips in Map Enquiry where they are shown at actual size, and in the room search thumbnail view results of Space Manager where they are scaled to fit. In the latter case DataFolderPhoto/thumb/blank.gif is used if this thumbnail does not exist.
Thumbnail folders may also contain plain text files loc_code_ID.TXT whose contents are used as tooltip text on the room details page.
Photo folders may also contain files other than images. For these DataFolderPhoto/thumb/doc.gif is used as the thumbnail, and tooltip TXT files are recommended. Note that different file extensions may require additional web server MIME types to be defined so that the files can be downloaded.