diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/about_us.st | 10 | ||||
| -rw-r--r-- | template/banner.st | 10 | ||||
| -rw-r--r-- | template/chat.st | 18 | ||||
| -rw-r--r-- | template/chat_help_bubbles.st | 4 | ||||
| -rw-r--r-- | template/footer.st | 8 | ||||
| -rw-r--r-- | template/profile.st | 3 |
6 files changed, 36 insertions, 17 deletions
diff --git a/template/about_us.st b/template/about_us.st index 74a0d76..4f3f4dc 100644 --- a/template/about_us.st +++ b/template/about_us.st @@ -42,13 +42,13 @@ DUMP.FM is a <img src="/static/img/newanim.gif"> exciting tool for the internets <div id="content" name="content"style="background-image:url(/static/img/hearts.gif);background-repeat:repeat;"> <img src="/static/img/dumpteam.gif"><br><br> <div id="abouttxt"><h1><br> -<a href="/ryder">Ryder Ripps</a> - screams, rapping<br></h1> +<a href="http://dump.fm/ryder">Ryder Ripps</a> - screams, rapping<br></h1> <h2> <img src="/static/img/dot.gif"> Ryder is also the founder of <a href="http://www.internetarchaeology.org" target="_blank">Internet Archaeology</a></h2> - <h1><a href="/scottbot">Scott Ostler</a> - clean vocals <br></h1> + <h1><a href="http://dump.fm/scottbot">Scott Ostler</a> - clean vocals <br></h1> <h2> <img src="/static/img/dot.gif"> Scott also worked on the development of <a href="http://www.simile-widgets.org/exhibit/"target="_blank">MIT Exhibit</a></h2> - <h1><a href="/timb">Tim Baker</a> - synths, guitars, beats, backing vocals <br></h1> - <h2> <img src="/static/img/dot.gif"> Tim also helped make <a href="http://www.delicious.com" target="_blank">delicious</a></h2> -<h1><a href="/stefan">Stefan Moore</a> - beats, fog machine, lights <br></h1> + <h1><a href="http://dump.fm/timb">Tim Baker</a> - synths, guitars, beats, backing vocals <br></h1> + <h2> <img src="http://dump.fm/static/img/dot.gif"> Tim also helped make <a href="http://www.delicious.com" target="_blank">delicious</a></h2> +<h1><a href="http://dump.fm/stefan">Stefan Moore</a> - beats, fog machine, lights <br></h1> <h2> <img src="/static/img/dot.gif"> Stefan is also one half of <a href="http://www.that-go.net" target="_blank">That-Go</a></h2> </h1> diff --git a/template/banner.st b/template/banner.st index 160d349..335ea7c 100644 --- a/template/banner.st +++ b/template/banner.st @@ -2,7 +2,7 @@ <div id="header7"> <div id="logoicons"> <div id="logo7"> - <div align="center"><a href="/">dump.fm</a></div> + <div align="center"><a href="http://dump.fm">dump.fm</a></div> </div> <div class="white"> @@ -12,10 +12,10 @@ $if(user_nick)$ - <a href="/log" ><img src="/static/img/log.gif"width="20px" height="20px"> Log</a> - <a href="/$user_nick$">$if(user_avatar)$<img src="$user_avatar$" width="19px" height="19px" />$else$<img src="/static/img/profile.gif"width="22px" height="22px" />$endif$ Profile</a> - <a href="/directory"><img src="/static/img/directory.gif"width="20px" height="20px" /> Directory</a> - <a href="/browser"><img src="/static/img/image_draw.gif"/> Image Search</a> + <a href="http://dump.fm/log" ><img src="/static/img/log.gif"width="20px" height="20px"> Log</a> + <a href="http://dump.fm/$user_nick$">$if(user_avatar)$<img src="$user_avatar$" width="19px" height="19px" />$else$<img src="/static/img/profile.gif"width="22px" height="22px" />$endif$ Profile</a> + <a href="http://dump.fm/directory"><img src="/static/img/directory.gif"width="20px" height="20px" /> Directory</a> + <a href="http://dump.fm/browser"><img src="/static/img/image_draw.gif"/> Image Search</a> $else$ diff --git a/template/chat.st b/template/chat.st index 6551150..924499b 100644 --- a/template/chat.st +++ b/template/chat.st @@ -1,3 +1,19 @@ +<!--/* + + _____ ___ ___ ___ ___ ___ + / /::\ /__/\ /__/\ / /\ / /\ /__/\ + / /:/\:\ \ \:\ | |::\ / /::\ / /:/_ | |::\ + / /:/ \:\ \ \:\ | |:|:\ / /:/\:\ / /:/ /\ | |:|:\ + /__/:/ \__\:| ___ \ \:\ __|__|:|\:\ / /:/~/:/ / /:/ /:/ __|__|:|\:\ + \ \:\ / /:/ /__/\ \__\:\ /__/::::| \:\ /__/:/ /:/ /__/:/ /:/ /__/::::| \:\ + \ \:\ /:/ \ \:\ / /:/ \ \:\~~\__\/ \ \:\/:/ \ \:\/:/ \ \:\~~\__\/ + \ \:\/:/ \ \:\ /:/ \ \:\ \ \::/ \ \::/ \ \:\ + \ \::/ \ \:\/:/ \ \:\ \ \:\ \ \:\ \ \:\ + \__\/ \ \::/ \ \:\ \ \:\ \ \:\ \ \:\ + \__\/ \__\/ \__\/ \__\/ \__\/ + +(c)2010 dump.fm --> + <html> <head> <title>dump.fm</title> @@ -62,7 +78,7 @@ $banner()$ $messages: { m | <div class="msgDiv oldmsg dump $if(m.favorited)$favorite$endif$" id="message-$m.message_id$" nick="$m.nick$"> <span class="nick"> - <b><a href="/$m.nick$">$m.nick$</a></b> + <b><a href="http://dump.fm/$m.nick$">$m.nick$</a></b> $if(m.favorited)$ <img src="/static/img/thumbs/chatheartover.gif" class="chat-thumb" onclick="Tag.favorite(this)"> $else$ diff --git a/template/chat_help_bubbles.st b/template/chat_help_bubbles.st index 6e8e80f..5505c01 100644 --- a/template/chat_help_bubbles.st +++ b/template/chat_help_bubbles.st @@ -1,8 +1,10 @@ <div id="newuserwrap"> +<div id="bubblerapper"> <div id="posthelp"><img src="/static/img/furie6.png"></div> <div id="webcamhelp"><img src="/static/img/furie5.png"></div> <a href="/help"><div id="userlisthelp"><img src="/static/img/furie7.png"></div></a> +</div> <script> -jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap div").hide("puff", 1000) }, 10000 ) }) +jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap div").hide("puff", 1000) }, 100000 ) }) </script> </div>
\ No newline at end of file diff --git a/template/footer.st b/template/footer.st index f737221..f754e4a 100644 --- a/template/footer.st +++ b/template/footer.st @@ -1,8 +1,8 @@ <div id="footer" style="text-align: center"> @2010 <a href="/">dump.fm</a> -<a href="/about_us"><span style="word-spacing:normal;">About Us</span></a> -<a href="/help"><span style="word-spacing:normal;">Help FAQ</span></a> -<a href="/terms">Terms</a> -<a href="/privacy">Privacy</a></div> +<a href="http://dump.fm/about_us"><span style="word-spacing:normal;">About Us</span></a> +<a href="http://dump.fm/help"><span style="word-spacing:normal;">Help FAQ</span></a> +<a href="http://dump.fm/terms">Terms</a> +<a href="http://dump.fm/privacy">Privacy</a></div> $google_analytics()$ $debug_log()$ diff --git a/template/profile.st b/template/profile.st index 2890d60..8e3b834 100644 --- a/template/profile.st +++ b/template/profile.st @@ -73,7 +73,7 @@ <br> - <a href="/u/$nick$/favorites"><h7>$nick$'s <br>Favorite Pix</h7></a> + <a href="http://dump.fm/u/$nick$/favorites"><h7>$nick$'s <br>Favorite Pix</h7></a> <div id="date"> <div type="text" id="datepicker"></div></div> @@ -116,6 +116,7 @@ $share_buttons()$ $if(isadmin)$ <div id="adminmute"> <a href="#" onclick="Admin.mute('$nick$'); return false">Mute $nick$!</a><br> + </div> $endif$ |
