diff options
Diffstat (limited to 'templates/template_picture.html')
| -rw-r--r-- | templates/template_picture.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/template_picture.html b/templates/template_picture.html index d164b6d..9d0e92c 100644 --- a/templates/template_picture.html +++ b/templates/template_picture.html @@ -57,6 +57,9 @@ <tr><td>Aperture value: </td> <td><!-- $(get_exif_value_fixed("Exif.Photo.FNumber")) --></td></tr> <tr><td>Exposure time: </td> <td><!-- $(get_exif_value_fixed("Exif.Photo.ExposureTime")) --></td></tr> <tr><td>Flash: </td> <td><!-- $(get_exif_value_fixed("Exif.Photo.Flash")) --></td></tr> +<!-- $(if (has_exif_key ("Exif.CanonSi.CameraTemperature"))) --> + <tr><td>Camera temperature: </td> <td><!-- $(get_exif_value_fixed("Exif.CanonSi.CameraTemperature")) --></td></tr> +<!-- $(endif (has_exif_key ())) --> </tbody></table> <!-- $(else(HAS_EXIF)) --> <div class="no_exif"> |
