{ /if }
{ if $ExifOrigResolution }
<u><img src="{$web_path}/resources/image.png" alt="resolution icon" /> Original resolution:</u><br />
- {$ExifOrigResolution}<br />
+ {$ExifOrigResolution}px<br />
{ /if }
<u>Size:</u> {$ExifFileSize}<br />
+ { if $image_rating }
+ <u><img src="{$web_path}/resources/rating.png" alt="rating" /> Rating:</u><br />
+ {section name="rating" loop=$image_rating step=1}
+ <img src="{$web_path}/resources/star.png" />
+ {/section}
+ <br />
+ { /if }
+ { if $has_versions }
+ <br />
+ Versions:<br />
+ <select onchange="update_photo_version(this, {$photo});">
+ { photo_version_select_list photo=$photo current=$version }
+ </select>
+ <br />
+ { /if }
{ if $tags }
<br />
<u><img src="{$web_path}/resources/small_available_tags.png" alt="available tags" /> Tagged with:</u><br />
<script type="text/javascript">
<!--
if(autobrowse && document.getElementById("autobrowse_ico"))
- document.getElementById("autobrowse_ico").src = '{$web_path}/resources/32_pause.png';
+ document.getElementById("autobrowse_ico").src = '{$web_path}/resources/16_pause.png';
/* lets preload to previous and the next image to speedup */
var image_next = new Image();