diff options
Diffstat (limited to 'template/userlog.st')
| -rw-r--r-- | template/userlog.st | 112 |
1 files changed, 30 insertions, 82 deletions
diff --git a/template/userlog.st b/template/userlog.st index 850e55b..e393e03 100644 --- a/template/userlog.st +++ b/template/userlog.st @@ -12,94 +12,42 @@ </head> <body> $banner()$ - <div id="dcontent"> - <div id="messagetabs"></div> - <div id="rapper"> - </div> - - <div id="messagePanep"> - <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> - - - <div id="messageList"> - - $if(dumps)$ <span class="content"> + <div id="dcontent"> + <div id="messagetabs"></div> + <div id="rapper"> + </div> + + <div id="messagePanep"> + $mini_profile$ + <div id="messageList"> + $if(dumps)$ <span class="content"> $dumps:{ d | $profile_dump(dump=d)$ }$ - - - </span> - - + $else$ + no dumps + $endif$ + </div> + <div id="msgInputDiv"> + <div id="msginputrapper"> + $mini_profile()$ + $if(prev)$ + <a href="/$nick$/$prev$"><input id="prevbutton" value="<- Prev"></a> $else$ - no dumps + <input id="prevbutton"> $endif$ - </div> - - - <div id="msgInputDiv"> - <div id="msginputrapper"> - - $if(prev)$ - <a href="/$nick$/$prev$"><input id="prevbutton" value="<- Prev"></a> - $else$ -<input id="prevbutton"> - $endif$ - - $if(next)$ - <a href="/$nick$/$next$"> <input id="nextbutton" value="Next ->"></a> - $else$ - <input id="nextbutton" value="nomodumps"> - $endif$ - - - </div> - <div id="footerc"> - $footer()$ - </div> + $if(next)$ + <a href="/$nick$/$next$"> <input id="nextbutton" value="Next ->"></a> + $else$ + <input id="nextbutton" value="nomodumps"> + $endif$ + </div> + <div id="footerc"> + $footer()$ </div> - </div></div></div> + </div> + </div> + </div> </body> </html> |
