summaryrefslogtreecommitdiff
path: root/template/mini_profile.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/mini_profile.st')
-rw-r--r--template/mini_profile.st37
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>