From 3f467924ce92dc839fe38dd034e8c731cffec819 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Mon, 25 Jul 2005 20:34:10 +0200 Subject: added missing detail.php darcs-hash:20050725183410-7ad00-14559cd592ab41f9cc14ea4b502ce6da019eb262.gz --- lib/tpl/default/detail.php | 98 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 lib/tpl/default/detail.php (limited to 'lib') diff --git a/lib/tpl/default/detail.php b/lib/tpl/default/detail.php new file mode 100644 index 000000000..1328b7174 --- /dev/null +++ b/lib/tpl/default/detail.php @@ -0,0 +1,98 @@ + + + */ +?> + + + + <?php echo hsc(tpl_img_getTag('IPTC.Headline',$IMG))?> + [<?php echo hsc($conf['title'])?>] + + + + + + + + + + + + + +
+ + +
+ + +

+ +
+ +
+ +
+

+ +

+ +

+ +
+ '.$lang['img_date'].':
'.date($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')); + if($t) print '
'.$lang['img_keywords'].':
'.hsc($t).'
'; + + ?> +
+ +
+ + +
+
+ + + -- cgit v1.2.3