diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-06-22 04:53:56 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-06-22 04:53:56 -0400 |
| commit | e6fc8fe57e0ad75313f839fe60a5bb442f7954fb (patch) | |
| tree | ecbfbe3d2cb41eb57e14c822fa1404405e2ec508 /template/mini_profile.st | |
| parent | a5c1f147db69d161110286e40da3c7f0c18cae8b (diff) | |
Added infobar to favs page, added mini-profile template
Diffstat (limited to 'template/mini_profile.st')
| -rw-r--r-- | template/mini_profile.st | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/template/mini_profile.st b/template/mini_profile.st new file mode 100644 index 0000000..bdb58ec --- /dev/null +++ b/template/mini_profile.st @@ -0,0 +1,37 @@ +<div id="userListp"><br> + <h2> + $if(avatar)$ + <img id="avatarPic" src="$avatar$"/> + $else$<br><br> + <img id="avatarPic" src="/static/img/noinfo.png"> + $endif$ + + <a href="http://dump.fm/$nick$">$nick$</a></h2><br> + $if(score_ent)$ + <h8> + fav score: $score$ + <h9>$score_ent$</h9> + $endif$</h8> + $if(isadmin)$<br><br> + <div id="adminmute"> + <a href="#" onclick="Admin.mute('$nick$'); return false">Mute $nick$!</a><br> + </div> + $endif$ + + <div><a href="http://dump.fm/$nick$/log">dumps posted: $dump_cnt$</a></div> + <div><a href="http://dump.fm/$nick$/favorites">dumps $nick$ faved: $dumps_user_faved_cnt$</a></div> + + <br> <h3>contact info</h3> + $if(contact)$ + <br><div id="contact" class="linkify">$contact$</div> + $else$ + <div><img id="contact" src="/static/img/noinfo.png"><br><br></div> + $endif$ + + <br><br><h3>bio</h3> + $if(bio)$ + <br> <div id="bio" class="linkify">$bio$</div> + $else$ + <div><img id="bio" src="/static/img/noinfo.png"><br><br></div> + $endif$ +</div> |
