summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorScott Ostler <scottbot9000@gmail.com>2011-01-04 00:01:04 -0500
committerScott Ostler <scottbot9000@gmail.com>2011-01-04 00:01:04 -0500
commit7a031af911887a913857fdcebb252231119f4bf9 (patch)
tree5b167cc0e3b4e6f55bdd68d2483de6552c587d51 /template
parent2890fd426aafbfe63d94bb1e327eaef1ddefceb1 (diff)
parent3cce3773433345af96549529c305186a95c1a271 (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template')
-rw-r--r--template/banner.st2
-rw-r--r--template/fame.st2
-rw-r--r--template/profile.st35
3 files changed, 30 insertions, 9 deletions
diff --git a/template/banner.st b/template/banner.st
index 6108c9a..691cd48 100644
--- a/template/banner.st
+++ b/template/banner.st
@@ -87,7 +87,7 @@
<div id="dumplist">
$if(user_nick)$
- <a href="http://dump.fm/fullscreen">checkout dump.fm in full-screen </a> $else$ <style>#dumplist{z-index:-1!important;}</style> $endif$
+ <a href="http://dump.fm/fullscreen">checkout dump.fm in full-screen </a> - <a href="http://abcdef4.dump.fm/">MYSTERY ROOM!!!!!!!! </a> $else$ <style>#dumplist{z-index:-1!important;}</style> $endif$
$if(isadmin)$ - <a href="http://vip.dump.fm/">NAUGHTY BOYS DELIGHT </a>
$endif$
</div>
diff --git a/template/fame.st b/template/fame.st
index 4735cab..b389d54 100644
--- a/template/fame.st
+++ b/template/fame.st
@@ -15,7 +15,7 @@
<div id="userListp">
<img src="http://dump.fm/static/img/halloffametrophy.gif" id="halltrophy">
- <h2>Hall Of Fame </h2><br><h3>updated hourly</h3>
+ <h2>Hall Of Fame </h2>
</div>
<div id="messageList">
diff --git a/template/profile.st b/template/profile.st
index 3aae2c2..6b54c43 100644
--- a/template/profile.st
+++ b/template/profile.st
@@ -10,6 +10,26 @@
<script>
jQuery(document).ready(initProfile);
</script>
+
+
+ <script>
+//MESSAGE STUFF
+
+jQuery(document).ready(function() {
+ jQuery('#msgbtn').toggle(
+
+ function(){
+
+ jQuery("#directmsgs").animate({right: "0px"}, 400);
+ },
+ function()
+ {
+ jQuery("#directmsgs").animate({right: "-263px"}, 400);
+
+ });
+ });
+ </script>
+
</head>
<body class="profiledash">
$if(avatar)$
@@ -91,22 +111,23 @@
</div>
</div>
- $if(isadmin)$
- <br />
+
+
+<a href="#"class="msgbtn" id="msgbtn">messages!</a>
<div id="directmsgs">
<h2>Messages</h2>
+
$dms: { dm |
- <div class="directmsg">
- <b><a href="/$dm.nick$">$dm.nick$</a></b>
- <img src="$dm.avatar$" height="20" width="20" />
+ <div id="singlemsg">
+ <b><a href="/$dm.nick$">$dm.nick$</a>:</b>
<span class="linkify-full">$dm.content$</span>
- </div>
+ </div>
}$
</div>
<script>
var Recips = $recips$;
</script>
- $endif$
+
</div>
<div id="footerc">