diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-20 22:48:50 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-20 22:48:50 -0400 |
| commit | bed8d70d0f1321d0a4463b768b7b2d12a18eb3da (patch) | |
| tree | 76dd5db015c7624923792d3f255932b980fbef06 /template | |
| parent | 1aeada8bd0a408cb58fc3ec0c2ed56d1b1901135 (diff) | |
sostler prod commit
Diffstat (limited to 'template')
| -rw-r--r-- | template/profile.st | 7 | ||||
| -rw-r--r-- | template/userlog.st | 34 |
2 files changed, 10 insertions, 31 deletions
diff --git a/template/profile.st b/template/profile.st index 7bad5cd..5278e77 100644 --- a/template/profile.st +++ b/template/profile.st @@ -51,18 +51,15 @@ <br> <h3>contact info</h3> $if(contact)$ <div id="contact" class="linkify">$contact$</div> - $else$ -<img src="/static/img/noinfo.png"> - + <img id="contact" src="/static/img/noinfo.png"> $endif$ <br> <h3>bio</h3> $if(bio)$ <div id="bio" class="linkify">$bio$</div> $else$ - -<img src="/static/img/noinfo.png"> + <img id="bio" src="/static/img/noinfo.png"> $endif$ </div> diff --git a/template/userlog.st b/template/userlog.st index 547772e..850e55b 100644 --- a/template/userlog.st +++ b/template/userlog.st @@ -18,15 +18,15 @@ </div> <div id="messagePanep"> - <div id="userListp"><br> $if(is_home)$<br>$endif$ - <h2> + <div id="userListp"><br> + <h2> $if(avatar)$ <img id="avatarPic" src="$avatar$"/> $else$<br><br> <img id="avatarPic" src="/static/img/noinfo.png"> $endif$ - $nick$ </h2><br> + <a href="http://dump.fm/$nick$"> $nick$ </a></h2><br> $if(score_ent)$ <h8> fav score: $score$ @@ -38,15 +38,9 @@ </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"> - <input id="uploadp" value="Upload Icon" type="submit"> - <img id="spinner" src="/static/img/spinner.gif" style="display: none" /> - </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)$ @@ -62,23 +56,11 @@ <div><img id="bio" src="/static/img/noinfo.png"><br><br></div> $endif$ - - - - $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="favbox" style="display: hidden"></div> + <div id="messageList"> $if(dumps)$ <span class="content"> |
