diff options
author | Devlon Duthie <duthied@gmail.com> | 2011-10-03 01:45:27 -0500 |
---|---|---|
committer | Devlon Duthie <duthied@gmail.com> | 2011-10-03 01:45:27 -0500 |
commit | f84c208ac577cb43d24a8a33bbcb865677e1c7ae (patch) | |
tree | 318410ff673160575b7060335a5f443244d6dd03 /view/match.tpl | |
parent | da53ebf4b3431559d2383dd9e0651de44e9714e8 (diff) | |
download | volse-hubzilla-f84c208ac577cb43d24a8a33bbcb865677e1c7ae.tar.gz volse-hubzilla-f84c208ac577cb43d24a8a33bbcb865677e1c7ae.tar.bz2 volse-hubzilla-f84c208ac577cb43d24a8a33bbcb865677e1c7ae.zip |
broke 'find similar' matches content into a tpl in core, added an extended tpl to testbubble that lists the profile tags
Diffstat (limited to 'view/match.tpl')
-rw-r--r-- | view/match.tpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/view/match.tpl b/view/match.tpl new file mode 100644 index 000000000..330245a2a --- /dev/null +++ b/view/match.tpl @@ -0,0 +1,12 @@ +<div class="profile-match-wrapper"> + <div class="profile-match-photo"> + <a href="$url"> + <img src="$photo" alt="$name" title="$name[$tags]" /> + </a> + </div> + <div class="profile-match-break"></div> + <div class="profile-match-name"> + <a href="$url" title="$name[$tags]">$name</a> + </div> + <div class="profile-match-end"></div> +</div>
\ No newline at end of file |