From b3a5fccc9d4af4dc66ae8f0404817690a333c433 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Thu, 5 May 2011 10:53:03 +0200 Subject: template for photo display --- view/photo_view.tpl | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 view/photo_view.tpl (limited to 'view') diff --git a/view/photo_view.tpl b/view/photo_view.tpl new file mode 100644 index 000000000..6287b0898 --- /dev/null +++ b/view/photo_view.tpl @@ -0,0 +1,37 @@ +
+

$album.1

+ + + +{{ if $prevlink }}{{ endif }} +
+{{ if $nextlink }}{{ endif }} +
+
$desc
+{{ if $tags }} +
$tags.0
+
$tags.1
+{{ endif }} +{{ if $tags.2 }}
$tags.3
{{ endif }} + +{{ if $edit }}$edit{{ endif }} + +{{ if $likebuttons }} +
+ $likebuttons + $like + $dislike +
+{{ endif }} + +$comments + +$paginate + -- cgit v1.2.3