Lines Matching refs:t
7 $t = tpl_img_getTag('Date.EarliestTime'); variable
8 … if($t) print '<li><strong>'.$lang['img_date'].': </strong>'.strftime($conf['dformat'],$t).'</li>';
10 $t = tpl_img_getTag('File.Name'); variable
11 if($t) print '<li><strong>'.$lang['img_fname'].': </strong>'.hsc($t).'</li>';
13 $t = tpl_img_getTag(array('Iptc.Byline','Exif.TIFFArtist','Exif.Artist','Iptc.Credit')); variable
14 if($t) print '<li><strong>'.$lang['img_artist'].': </strong>'.hsc($t).'</li>';
16 $t = tpl_img_getTag(array('Iptc.CopyrightNotice','Exif.TIFFCopyright','Exif.Copyright')); variable
17 if($t) print '<li><strong>'.$lang['img_copyr'].': </strong>'.hsc($t).'</li>';
19 $t = tpl_img_getTag('File.Format'); variable
20 if($t) print '<li><strong>'.$lang['img_format'].': </strong>'.hsc($t).'</li>';
22 $t = tpl_img_getTag('File.NiceSize'); variable
23 if($t) print '<li><strong>'.$lang['img_fsize'].': </strong>'.hsc($t).'</li>';
25 $t = tpl_img_getTag('Simple.Camera'); variable
26 if($t) print '<li><strong>'.$lang['img_camera'].': </strong>'.hsc($t).'</li>';
28 $t = tpl_img_getTag(array('IPTC.Keywords','IPTC.Category','xmp.dc:subject')); variable
29 if($t) print '<li><strong>'.$lang['img_keywords'].': </strong>'.hsc($t).'</li>';