diff options
author | Vasudev Kamath <kamathvasudev@gmail.com> | 2012-04-22 12:08:05 +0530 |
---|---|---|
committer | Vasudev Kamath <kamathvasudev@gmail.com> | 2012-04-22 12:08:05 +0530 |
commit | f1d84c10458986a0a014f844e784617401764b29 (patch) | |
tree | a9428755260c3e132ccc507e1df4656431964c43 /view/theme/diabook-red/photo_view.tpl | |
parent | 4499ce96a0c5fd7ca9feb2b9b5e62876155aa63e (diff) | |
parent | 54817f058a4f62301525950d8cdf0189b4d964dc (diff) | |
download | volse-hubzilla-f1d84c10458986a0a014f844e784617401764b29.tar.gz volse-hubzilla-f1d84c10458986a0a014f844e784617401764b29.tar.bz2 volse-hubzilla-f1d84c10458986a0a014f844e784617401764b29.zip |
Merge branch 'master' of git://github.com/friendica/friendica
Diffstat (limited to 'view/theme/diabook-red/photo_view.tpl')
-rw-r--r-- | view/theme/diabook-red/photo_view.tpl | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/view/theme/diabook-red/photo_view.tpl b/view/theme/diabook-red/photo_view.tpl deleted file mode 100644 index 09dfb2aae..000000000 --- a/view/theme/diabook-red/photo_view.tpl +++ /dev/null @@ -1,36 +0,0 @@ -<div id="live-display"></div> -<h3><a href="$album.0">$album.1</a></h3> - -<div id="photo-edit-link-wrap"> -{{ if $tools }} -<a id="photo-edit-link" href="$tools.edit.0">$tools.edit.1</a> -- -<a id="photo-toprofile-link" href="$tools.profile.0">$tools.profile.1</a> -{{ endif }} -{{ if $lock }} - <img src="images/lock_icon.gif" class="lockview" alt="$lock" onclick="lockview(event,'photo$id');" /> {{ endif }} -</div> - -<div id="photo-photo"> - {{ if $prevlink }}<div id="photo-prev-link"><a href="$prevlink.0">$prevlink.1</a></div>{{ endif }} - <a href="$photo.href" class="lightbox" title="$photo.title"><img src="$photo.src" /></a> - {{ if $nextlink }}<div id="photo-next-link"><a href="$nextlink.0">$nextlink.1</a></div>{{ endif }} -</div> - -<div id="photo-photo-end"></div> -<div id="photo-caption" >$desc</div> -{{ if $tags }} -<div id="in-this-photo-text">$tags.0</div> -<div id="in-this-photo">$tags.1</div> -{{ endif }} -{{ if $tags.2 }}<div id="tag-remove"><a href="$tags.2">$tags.3</a></div>{{ endif }} - -{{ if $edit }}$edit{{ endif }} - -<div style="margin-top:20px"> -</div> -<div id="wall-photo-container"> -$comments -</div> - -$paginate - |