summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/template_picture.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/template_picture.html b/templates/template_picture.html
index 973ef2b..07c79ec 100644
--- a/templates/template_picture.html
+++ b/templates/template_picture.html
@@ -20,7 +20,7 @@
<span class="navposspacer"></span>
<a href="$(LINK_PREV)">&lt; Previous</a> :: <a href="$(LINK_NEXT)">Next &gt;</a>
</div>
- <div class="navexif">ISO <!-- $(EXIF_ISO) --> :: <!-- $(EXIF_TIME) --> :: <!-- $(EXIF_APERTURE) --> :: <!-- $(EXIF_FOCAL_LENGTH) --></div>
+ <div class="navexif">ISO <!-- $(get_exif_value_fixed("Exif.Photo.ISOSpeedRatings")) --> :: <!-- $(get_exif_value_fixed("Exif.Photo.ExposureTime")) --> :: <!-- $(get_exif_value_fixed("Exif.Photo.FNumber")) --> :: <!-- $(get_exif_value_fixed("Exif.Photo.FocalLength")) --></div>
</div>
@@ -47,13 +47,13 @@
<div id="exif_table" style="display: none;">
:: <a href="javascript: set_exif_table_visibility('no'); write_exif_table_cookie('no');">Hide EXIF</a>
<table><tbody>
- <tr><td>Date: </td> <td><!-- $(EXIF_DATE) --></td></tr>
- <tr><td>Camera: </td> <td><!-- $(EXIF_CAMERA_MODEL) --></td></tr>
- <tr><td>ISO: </td> <td><!-- $(EXIF_ISO) --></td></tr>
- <tr><td>Focal length: </td> <td><!-- $(EXIF_FOCAL_LENGTH) --></td></tr>
- <tr><td>Aperture value: </td> <td><!-- $(EXIF_APERTURE) --></td></tr>
- <tr><td>Exposure time: </td> <td><!-- $(EXIF_TIME) --></td></tr>
- <tr><td>Flash: </td> <td><!-- $(EXIF_FLASH) --></td></tr>
+ <tr><td>Date: </td> <td><!-- $(get_exif_value_fixed("Exif.Photo.DateTimeOriginal")) --></td></tr>
+ <tr><td>Camera: </td> <td><!-- $(get_exif_value_fixed("Exif.Image.Model")) --></td></tr>
+ <tr><td>ISO: </td> <td><!-- $(get_exif_value_fixed("Exif.Photo.ISOSpeedRatings")) --></td></tr>
+ <tr><td>Focal length: </td> <td><!-- $(get_exif_value_fixed("Exif.Photo.FocalLength")) --></td></tr>
+ <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>
</tbody></table>
</div>
<div id="exif_line" style="display: block;">