diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-20 04:48:52 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-20 04:48:52 -0400 |
| commit | 4e783d4b42907f8b3da08feeaeec102d0ff16248 (patch) | |
| tree | d6226aab359a63e7ee85a9119bf96d46515119e5 /template/profile.st | |
| parent | 306240ceca701b1b27157a149b2ccd3e8357a423 (diff) | |
sostler prod commit
Diffstat (limited to 'template/profile.st')
| -rw-r--r-- | template/profile.st | 137 |
1 files changed, 60 insertions, 77 deletions
diff --git a/template/profile.st b/template/profile.st index 547772e..1abee8e 100644 --- a/template/profile.st +++ b/template/profile.st @@ -8,38 +8,37 @@ <script> jQuery(document).ready(initProfile); </script> - </head> <body> + $if(avatar)$ + <div id="dashtotal"style="background-image:url($avatar$);opacity:0.1;width:100%;height:100%;z-index:-1"></div> + $else$ + <div id="dashtotal"style="background-image:url(http://dump.fm/static/img/thumbs/stripes.gif);width:100%;height:100%;z-index:-1"></div> + $endif$ + $banner()$ - <div id="dcontent"> - <div id="messagetabs"></div> - <div id="rapper"> - </div> - <div id="messagePanep"> - <div id="userListp"><br> $if(is_home)$<br>$endif$ - <h2> + <div id="dashrapper"> + <div id="dashuserlist"> $if(avatar)$ - <img id="avatarPic" src="$avatar$"/> - $else$<br><br> + <div id="dashavatar"> + <img id="dashavatarPic" src="$avatar$"/> </div> + $else$ <img id="avatarPic" src="/static/img/noinfo.png"> + $endif$ - - $nick$ </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> + + + + $if(isadmin)$ + <div id="dashadminmute"> + <a href="#" onclick="Admin.mute('$nick$'); return false">Mute $nick$!</a> </div> $endif$ - <div>dumps posted: $dump_cnt$</div> - <div>dumps $nick$ faved: $dumps_user_faved_cnt$</div> + + + $if(is_home)$ <div id="avatar-editing" style="display: none"> @@ -47,77 +46,61 @@ <img id="spinner" src="/static/img/spinner.gif" style="display: none" /> </div> $endif$ - + <div id="dashinfo"> + <h2> + $nick$$if(score_ent)$$score_ent$$endif$ </h2> + <br> <h3>contact info</h3> $if(contact)$ - <br><div id="contact" class="linkify">$contact$</div> + <div id="contact" class="linkify">$contact$</div> + $else$ - <div><img id="contact" src="/static/img/noinfo.png"><br><br></div> +<img src="/static/img/noinfo.png"> + $endif$ - - <br><br><h3>bio</h3> + <br> + <h3>bio</h3> $if(bio)$ - <br> <div id="bio" class="linkify">$bio$</div> + <div id="bio" class="linkify">$bio$</div> $else$ - <div><img id="bio" src="/static/img/noinfo.png"><br><br></div> + +<img src="/static/img/noinfo.png"> $endif$ - +</div> $if(is_home)$ - <br> - <div id="edit-toggle"><a href="#">edit profile</a></div><br><br> - $endif$ - - <br> - <a href="http://dump.fm/$nick$/favorites"><h7>$nick$'s <br>Favorite Pix</h7></a> - - <div id="date"> - <div type="text" id="datepicker"></div></div> - </div> + <div id="edit-toggle"><a href="#">edit profile</a></div> + $endif$ +</div> - <div id="favbox" style="display: hidden"></div> - <div id="messageList"> - - $if(dumps)$ <span class="content"> - $dumps:{ d | $profile_dump(dump=d)$ }$ - - - - </span> - - - - $else$ - no dumps - $endif$ - </div> + <div id="middash"> + + <h2><a onclick="alert('Back soon! We promise.'); return false;" href="http://dump.fm/$nick$/log">$dump_cnt$ dumps ➡</a></h2> + <hr> + - - <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> + + </h8> + <h2><a href="http://dump.fm/$nick$/favorites">$dumps_user_faved_cnt$ dumps Faved ➡</a></h2> + <hr> + <h3> $if(score_ent)$ $score$ $else$ 0 $endif$ of $if(is_home)$ your $else$ $nick$'s$endif$ dumps Faved</h3> + </div> + <div id="dashpix" style="display:none;"> + <div id="favstxt">$nick$'s most recent favs</div> + <img src="http://www.poppindots.com/Images/Quote_Glitter_Graphics/images/quote11.gif"> + <img src="http://polisat.com/Images/MotherEarthFlatNoMore-Gif-At377x480.gif"> + <img src="http://www.leconcombre.com/gifgallery/cuke/image/oiseaubleu1.gif"> + <img src="http://dump.fm/images/20100618/1276900577123-dumpfm-saywhaaa-webcam.jpg"> + </div> + </div> +</div></div></div> <div id="footerc"> $footer()$ - </div> - </div> - </div></div></div> + </div> + </body> </html> |
