aboutsummaryrefslogtreecommitdiffstats
path: root/view/de/profile_entry_default.tpl
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-01-14 10:28:19 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-01-14 10:28:19 +0100
commita118f83ee23d9151157500737022db018e922a9f (patch)
treed40f91dc1f0f957dfdde470d8065fcdfedec2d26 /view/de/profile_entry_default.tpl
parent5bfb0ba4c2ee23366651e1e38d3964098f99f5cf (diff)
downloadvolse-hubzilla-a118f83ee23d9151157500737022db018e922a9f.tar.gz
volse-hubzilla-a118f83ee23d9151157500737022db018e922a9f.tar.bz2
volse-hubzilla-a118f83ee23d9151157500737022db018e922a9f.zip
initial stuff for the german translation
Diffstat (limited to 'view/de/profile_entry_default.tpl')
-rw-r--r--view/de/profile_entry_default.tpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/view/de/profile_entry_default.tpl b/view/de/profile_entry_default.tpl
new file mode 100644
index 000000000..651199918
--- /dev/null
+++ b/view/de/profile_entry_default.tpl
@@ -0,0 +1,9 @@
+
+<div class="profile-listing" >
+<div class="profile-listing-photo-wrapper" >
+<a href="profiles/$id" class="profile-listing-edit-link" ><img class="profile-listing-photo" id="profile-listing-photo-$id" src="$photo" alt="Profile Image" /></a>
+</div>
+<div class="profile-listing-photo-end" ></div>
+<div class="profile-listing-name" id="profile-listing-name-$id"><a href="profiles/$id" class="profile-listing-edit-link" >$profile_name</a></div>
+</div>
+<div class="profile-listing-end"></div>