Anonymous
12-01-2004, 01:05 AM
I'm using Pixelpost as the new software for my blog. I have a Canon EOS 10D and the digital images with EXIF data appear fine. However I scan negatives from my Canon EOS Elan 7 which have no EXIF but the template still attempts to display the settings -- e.g., for such pictures I see / / / which are the dividers used in the pixelpost-dark theme to seperate camera model, shutter speed, aperture and focal length. Yuck.
In image_template.html I'd like to conditionally display the EXIF provided there is EXIF to display. I can't do this cleanly in the template since it's not a PHP file.
I realize I can do this in Javascript by setting the div display style to none, but I really don't want to go that route....
In image_template.html I'd like to conditionally display the EXIF provided there is EXIF to display. I can't do this cleanly in the template since it's not a PHP file.
I realize I can do this in Javascript by setting the div display style to none, but I really don't want to go that route....