X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=templates%2Fsingle_photo.tpl;h=9f9269367307b3a44a6285bec57af842385bb43f;hp=7935fefc4f458c1224e5334bb10017176c3c0cd7;hb=dd253c45192457c2e029fb957d7778eedf675f0d;hpb=ae3e56961cdc914f315c54b1e2918aa35b638221 diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index 7935fef..9f92693 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -2,44 +2,54 @@ - +
- Photo {$image_name}, {$c_date}, {$madewith}
+ Photo {$image_name}
+  {$description}
- + {if $extern_link } + + {/if} + + original resolution +
-
+
+
- - - + @@ -47,6 +57,43 @@
{ if $next_url == "" } - + { else } - + { /if } - + photo
+ { if $previous_url == "" } -   + first photo reached { else } - - + + previous photo { /if }   + + + photo index + + { if $next_url == "" } -   + last photo reached { else } - - + + next photo { /if}
+
+ { if $ExifMadeWith } + camera icon Image taken with:
+ {$ExifMadeWith}
+ { /if } + { if $ExifMadeOn } + calendar icon Image made on:
+ {$ExifMadeOn}
+ { /if } + { if $ExifOrigResolution } + resolution icon Original resolution:
+ {$ExifOrigResolution}
+ { /if } + Size: {$ExifFileSize}
+ { if $tags } +
+ available tags Tagged with:
+ { foreach from=$tags key=id item=name } + {$name}
+ { /foreach } + { /if } +
+ { if $prev_img } + photo icon Previous:
+ +
+
+ { /if} + { if $next_img } + photo icon Next:
+ +
+
+ { /if} +
+