summaryrefslogtreecommitdiff
path: root/template/profile.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/profile.st')
-rw-r--r--template/profile.st171
1 files changed, 59 insertions, 112 deletions
diff --git a/template/profile.st b/template/profile.st
index e530e4a..f648e43 100644
--- a/template/profile.st
+++ b/template/profile.st
@@ -8,38 +8,39 @@
<script>
jQuery(document).ready(initProfile);
</script>
+
</head>
- <body class="profile">
+ <body>
$banner()$
- <div id="chatrap">
- <div id="headerbar"></div>
- <div id="log">
- <div id="loghead">
+ <div id="content">
+ <div id="messagetabs"></div>
+ <div id="rapper">
</div>
- <br>
- <div id="posts">
- <div id="cats">
- $if(dumps)$
- $dumps:{ d | $profile_dump(dump=d)$ }$
- <div id="profile">
-
- <h2>$nick$ </h2><br>
+
+ <div id="messagePanep">
+ <div id="userListp"><br> $if(is_home)$<br>$endif$
+ <h2>
+ $if(avatar)$
+ <img id="avatarPic" src="$avatar$"/>
+ $else$<br><br>
+ <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)$
+ $if(isadmin)$<br><br>
<div id="adminmute">
<a href="#" onclick="Admin.mute('$nick$'); return false">Mute $nick$!</a><br>
</div>
$endif$
- $if(avatar)$
- <img id="avatarPic" src="$avatar$" width="150px"/>
- $else$
- <img id="avatarPic" src="/static/img/noinfo.png">
- $endif$
+
+
+
$if(is_home)$
<div id="avatar-editing" style="display: none">
@@ -48,19 +49,18 @@
</div>
$endif$
- <h3>contact info</h3>
+ <br> <h3>contact info</h3>
$if(contact)$
- <div id="contact" class="linkify">$contact$</div>
+ <br><div id="contact" class="linkify">$contact$</div>
$else$
- <div><img id="contact" src="/static/img/noinfo.png"></div>
+ <div><img id="contact" src="/static/img/noinfo.png"><br><br></div>
$endif$
- <br>
-
- <h3>bio</h3>
+
+ <br><br><h3>bio</h3>
$if(bio)$
- <div id="bio" class="linkify">$bio$</div>
+ <br> <div id="bio" class="linkify">$bio$</div>
$else$
- <div><img id="bio" src="/static/img/noinfo.png"></div>
+ <div><img id="bio" src="/static/img/noinfo.png"><br><br></div>
$endif$
@@ -68,7 +68,7 @@
$if(is_home)$
<br>
- <div id="edit-toggle"><a href="#">edit profile</a></div>
+ <div id="edit-toggle"><a href="#">edit profile</a></div><br><br>
$endif$
<br>
@@ -78,98 +78,45 @@
<div id="date">
<div type="text" id="datepicker"></div></div>
</div>
-
-
- $else$
- <div class="logged-dump dump $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$" nick="$dump.nick$">
- <div>
- $nick$'s first dump.fm post!
- </div>
- <a href="/$nick$">
- <div id="logavatar">
-$if(dump.avatar)$
- <img height="50" width="50" src="$dump.avatar$" />
-$else$
- <img height="50" width="50" src="/static/img/noinfo.png">
-$endif$
- </div></a>
-$if(dump.favorited)$
- <img src="/static/img/thumbs/heartover.gif" class="thumb favorite" onclick="Tag.favorite(this)">
-$else$
- <img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.favorite(this)">
-$endif$
- <div class="content2"><img src="/static/img/furieprofile.png"></div>
-<hr/>
-$share_buttons()$
-</div>
- <div id="profile">
- <h2>$nick$</h2>
-
- $if(isadmin)$
- <div id="adminmute">
- <a href="#" onclick="Admin.mute('$nick$'); return false">Mute $nick$!</a><br>
+
+ <div id="favbox" style="display: hidden"></div>
+ <div id="messageList">
- </div>
- $endif$
+ $if(dumps)$ <span class="content">
+ $dumps:{ d | $profile_dump(dump=d)$ }$
+
+
- $if(avatar)$
- <img id="avatarPic" src="$avatar$" width="150px"/>
- $else$
- <img id="avatarPic" src="/static/img/noinfo.png">
- $endif$
-
- $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$
-
- <h3>contact info</h3>
- $if(contact)$
- <div id="contact" class="linkify">$contact$</div>
- $else$
- <div><img id="contact" src="/static/img/noinfo.png"></div>
- $endif$
- <br>
-
- <h3>bio</h3>
- $if(bio)$
- <div id="bio" class="linkify">$bio$</div>
- $else$
- <div><img id="bio" src="/static/img/noinfo.png"></div>
- $endif$
+ </span>
+
- $if(is_home)$
- <br>
- <div id="edit-toggle"><a href="#">edit profile</a></div>
- $endif$
- <br>
-
- <a href="/u/$nick$/favorites"><h7>$nick$'s Favorite Pix</h7></a>
-
- <div id="date">
- <div type="text" id="datepicker"></div></div>
- </div>
+ $else$
+ no dumps
$endif$
-
- <p>&nbsp;</p>
- <div id="pnav">
+ </div>
+
- $if(next)$
- <div id="pnavn"><a href="/$nick$/$next$">next &#9758;</a></div>
- $endif$
+ <div id="msgInputDiv">
+ <div id="msginputrapper"> <input id="msgInput" class="msgInput" type="input" />
+ <a href="#" onClick="alert('Coming soon!');return false"> <input id="msgSubmit"value="private message"/></a>
+ $if(prev)$
+ <a href="/$nick$/$prev$"><input id="prevbutton" value="<- Prev"></a>
+ $else$
+<input id="prevbutton">
+ $endif$
- &nbsp;
- $if(prev)$
- <div id="pnavo"> <a href="/$nick$/$prev$">&#9756; prev</a></div>
- $endif$
+ $if(next)$
+ <a href="/$nick$/$next$"> <input id="nextbutton" value="Next ->"></a>
+ $else$
+ <input id="nextbutton" value="nomodumps">
+ $endif$
+
- <br><br>
- </div>
-
- <div id="footer">
+ <a href="http://dump.fm/u/$nick$/favorites"> <button id="palette-button"><img src="/static/img/palette.gif"></button></a>
+
+ </div>
+ <div id="footerc">
$footer()$
</div>
</div>