←

    '.$lang['img_date'].': '.strftime($conf['dformat'],$t).''; $t = tpl_img_getTag('File.Name'); if($t) print '
  • '.$lang['img_fname'].': '.hsc($t).'
  • '; $t = tpl_img_getTag(array('Iptc.Byline','Exif.TIFFArtist','Exif.Artist','Iptc.Credit')); if($t) print '
  • '.$lang['img_artist'].': '.hsc($t).'
  • '; $t = tpl_img_getTag(array('Iptc.CopyrightNotice','Exif.TIFFCopyright','Exif.Copyright')); if($t) print '
  • '.$lang['img_copyr'].': '.hsc($t).'
  • '; $t = tpl_img_getTag('File.Format'); if($t) print '
  • '.$lang['img_format'].': '.hsc($t).'
  • '; $t = tpl_img_getTag('File.NiceSize'); if($t) print '
  • '.$lang['img_fsize'].': '.hsc($t).'
  • '; $t = tpl_img_getTag('Simple.Camera'); if($t) print '
  • '.$lang['img_camera'].': '.hsc($t).'
  • '; $t = tpl_img_getTag(array('IPTC.Keywords','IPTC.Category','xmp.dc:subject')); if($t) print '
  • '.$lang['img_keywords'].': '.hsc($t).'
  • '; ?>