diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-26 16:14:42 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-26 16:14:42 -0400 |
commit | d6116b6979fb3d0f706550e0e5ca91c18079b3fd (patch) | |
tree | 2ba64b2890eb342beed92e320f677f1cbdfd8d5f /view/theme/dispy-dark/photo_view.tpl | |
parent | bd14fdec6e451ac746b1813bd8f26722b7d2fd5a (diff) | |
download | volse-hubzilla-d6116b6979fb3d0f706550e0e5ca91c18079b3fd.tar.gz volse-hubzilla-d6116b6979fb3d0f706550e0e5ca91c18079b3fd.tar.bz2 volse-hubzilla-d6116b6979fb3d0f706550e0e5ca91c18079b3fd.zip |
announced dipsy change. re-tie your boots, we're in for a wee ride ;)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy-dark/photo_view.tpl')
-rw-r--r-- | view/theme/dispy-dark/photo_view.tpl | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/view/theme/dispy-dark/photo_view.tpl b/view/theme/dispy-dark/photo_view.tpl deleted file mode 100644 index 732caf690..000000000 --- a/view/theme/dispy-dark/photo_view.tpl +++ /dev/null @@ -1,37 +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> - -{{ if $prevlink }}<div id="photo-prev-link"><a href="$prevlink.0">$prevlink.1</a></div>{{ endif }} -<div id="photo-photo"><a href="$photo.href" title="$photo.title"><img src="$photo.src" /></a></div> -{{ if $nextlink }}<div id="photo-next-link"><a href="$nextlink.0">$nextlink.1</a></div>{{ endif }} -<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 }} - -{{ if $likebuttons }} -<div id="photo-like-div"> - $likebuttons - $like - $dislike -</div> -{{ endif }} - -$comments - -$paginate - |