diff options
| -rw-r--r-- | docs/feeds.csv | 5 | ||||
| -rwxr-xr-x | static/css/dump.css | 45 | ||||
| -rw-r--r-- | static/css/pages.css | 8 | ||||
| -rw-r--r-- | template/about_us.st | 2 | ||||
| -rw-r--r-- | template/banner.st | 3 | ||||
| -rw-r--r-- | template/dealwithit.st | 2 | ||||
| -rw-r--r-- | template/doublerainbow.st | 2 | ||||
| -rw-r--r-- | template/form_login.st | 8 | ||||
| -rw-r--r-- | template/him.st | 2 | ||||
| -rw-r--r-- | template/perezhilton.st | 2 | ||||
| -rw-r--r-- | template/pogs.st | 2 | ||||
| -rw-r--r-- | template/rooms/VIP.st | 192 | ||||
| -rw-r--r-- | template/rooms/chat.st | 20 | ||||
| -rw-r--r-- | template/slimer.st | 2 | ||||
| -rw-r--r-- | template/spinningkid.st | 2 | ||||
| -rw-r--r-- | template/thisguy.st | 2 | ||||
| -rw-r--r-- | template/weedpile.st | 2 |
17 files changed, 255 insertions, 46 deletions
diff --git a/docs/feeds.csv b/docs/feeds.csv index 2ca6aae..8d88c89 100644 --- a/docs/feeds.csv +++ b/docs/feeds.csv @@ -282,4 +282,7 @@ "thedailywhat",,"http://thedailywh.at/rss",,,, "fatlab",,"http://fffff.at/rss",,,, "dis",,"http://feeds.feedburner.com/dismagazine",,,, -"peoplewholiketochatalot",,"http://justshutty.tumblr.com/rss",,,, +"avatars",,"http://feeds.feedburner.com/dismagazine",,,, +"knowyourmeme",,"http://blog.knowyourmeme.com/rss",,,, +"ffffound",,"http://ffffound.tumblr.com/rss",,,, +"ffffound",,"http://feeds2.feedburner.com/FfffoundcomDailyDigest",,,, diff --git a/static/css/dump.css b/static/css/dump.css index 3f0dea9..aa393c4 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -1,7 +1,7 @@ /* reset.css From http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212 */ - + html, body, div, span, applet, object, iframe, @@ -173,9 +173,10 @@ margin-top:4; vertical-align: top; } #bar7 a{ - text-decoration: none; + text-decoration: none; font-family: Monaco, "Courier New", Courier, monospace; + font-size:13; -padding:6px; +padding:4px; cursor:pointer; color: #000; @@ -183,7 +184,7 @@ cursor:pointer; } #bar7 a:hover{ text-decoration: none; -padding:6px;background-color:#fff; +padding:4px;background-color:#fff; color: #000; } @@ -225,8 +226,8 @@ margin-left:-15px; } .toolsmenu{ -width:80px; -color:#000;font-family:verdana;background-color:#ffffff; +width:80px;margin-left:4px; +color:#000;font-family:verdana;background-color:#ffffff; font-family: Monaco, "Courier New", Courier, monospace; } .white a:link { text-decoration: none; @@ -647,7 +648,7 @@ bottom:76; #footerc { text-align:center; - position:fixed; + position:fixed; font-family: Monaco, "Courier New", Courier, monospace; width:100%; bottom:-8px; line-height:1.6; @@ -659,7 +660,7 @@ height:28px; } #footerc a { font-size: 11px; - color: #000; + color: #000;font-family: Monaco, "Courier New", Courier, monospace; } #footerc a:link { text-decoration: none; @@ -675,7 +676,7 @@ color:000; #footerp { text-align:center; - position:fixed; + position:fixed; font-family: Monaco, "Courier New", Courier, monospace; width:100%; bottom:0px; @@ -688,7 +689,7 @@ height:28px; } #footerp a { font-size: 11px; text-decoration: none; - color: #000; + color: #000; font-family: Monaco, "Courier New", Courier, monospace; } #footerp a:link { text-decoration: none; @@ -1516,10 +1517,6 @@ background-color:#fff; width:16px; height:16px; } -/* don't show permalink button on permalink pages */ -body.permalink .buttons .permalink { - display: none; -} #pnav a { @@ -2137,12 +2134,12 @@ text-align: justify; text-justify: newspaper height: auto; padding: 20px; position: absolute; - left: 0; + line-height: 1em; right: 0; text-align: center; left:50%; - margin-left: -250px; + margin-left: -260px; width:460px; /*top: 547px;*/ z-index: 8; @@ -2158,18 +2155,6 @@ text-align: justify; text-justify: newspaper } #dis_content a:hover { text-decoration: underline; } -.divDragTitle { - border: 1px solid #CCC; - border-top: 1px solid #666; - left:50%!important; background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x; - margin-left: -250px!important; -} -.divDragContent { - - left:50%!important; - margin-left: -250px!important; - -} #dissearchbox { top: 20px; @@ -2197,3 +2182,7 @@ background-color:#fff; #dislogout7 a:hover{font-size:10px; color:#000; text-shadow: 0px 1px 0px #fff; } +#pwreset a{ +margin-left:23px; +font-size:11px; +}
\ No newline at end of file diff --git a/static/css/pages.css b/static/css/pages.css index db5a056..7dbdc8d 100644 --- a/static/css/pages.css +++ b/static/css/pages.css @@ -182,8 +182,8 @@ background-attachment:fixed; #content { font-family: Arial, Helvetica, sans-serif; background-color:#fff; - background-repeat:repeat-x; - background-position:1 10; + background-repeat:repeat-x;overflow:hidden; + background-position:1 10;text-align: justify; text-justify: newspaper; background-attachment:fixed; margin: 0; @@ -307,6 +307,10 @@ font-weight:normal; text-shadow: 1px 1px 1px #fff; } +#content h5{ +overflow:hidden; +text-align: justify; +} #content a { color:#333; font-size:14; diff --git a/template/about_us.st b/template/about_us.st index c731c77..694287c 100644 --- a/template/about_us.st +++ b/template/about_us.st @@ -21,7 +21,7 @@ jQuery(function() background-attachment:fixed;" onload=" javascript:CreateDropdownWindow('about the site', '360px', true, 'news', 70, 75); javascript:CreateDropdownWindow('about the team', '380px', true, 'link', 500, 60); - javascript:CreateDropdownWindow('contact us', '360px', true, 'contact', 100, 395); + javascript:CreateDropdownWindow('contact us', '360px', true, 'contact', 70, 385); "> diff --git a/template/banner.st b/template/banner.st index 7ab45a6..cedb99d 100644 --- a/template/banner.st +++ b/template/banner.st @@ -83,8 +83,9 @@ $endif$ <div id="topic"></div> <div id="dumplist"> + $if(user_nick)$ -<a href="http://dump.fm/stickers">SUPPORT DUMP.FM! BUY SOME STICKERS!!</a><a href="http://dis.dump.fm">- dis magazine new style options</a> $else$ Talk with pictures! $endif$ + <a href="http://dump.fm/m/fullscreen">checkout dump.fm in full-screen - </a><a href="http://dump.fm/stickers">SUPPORT DUMP.FM! BUY SOME STICKERS!!</a><a href="http://dis.dump.fm">- dis magazine new style options</a> $else$ Talk with pictures! $endif$ $if(isadmin)$ -<a href="http://vip.dump.fm/"> NAUGHTY BOYS DELIGHT </a> $endif$ diff --git a/template/dealwithit.st b/template/dealwithit.st index 296ca31..15db09f 100644 --- a/template/dealwithit.st +++ b/template/dealwithit.st @@ -129,7 +129,7 @@ font-size:100%;} <body class="memes"> <div id="infotxt"> <img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 /> <a class="img_roll" href="$domain$"></a> - <br>deal with it on dump.fm<br><br>A Collection of images that 'deal with it' by users of dump.fm. <br><br><a href="http://dump.fm/static/templates/dealwithittemplate.psd">Click Here</a> to download the deal with it photoshop template.<br><br><div class="returnlink"><a href="http://dump.fm/chat/cal">Check out upcoming dump themes</a><br><br><a href="http://dump.fm/">Return Home</a><br><br></div> + <br>deal with it on dump.fm<br><br>A Collection of images that 'deal with it' by users of dump.fm. <br><br><a href="http://dump.fm/static/templates/dealwithittemplate.psd">Click Here</a> to download the deal with it photoshop template.<br><br><div class="returnlink"><a href="http://dump.fm/m/cal">Check out upcoming dump themes</a><br><br><a href="http://dump.fm/">Return Home</a><br><br></div> $if(!user_nick)$<a href="http://dump.fm/register"><div id="registertxt">dump.fm lets you share images in realtime.<br> Click here to register!</div></a>$endif$ <div id="likebutton"> diff --git a/template/doublerainbow.st b/template/doublerainbow.st index c876d3f..6c4674f 100644 --- a/template/doublerainbow.st +++ b/template/doublerainbow.st @@ -143,7 +143,7 @@ font-size:100%;} <body class="memes"> <div id="infotxt"> <img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 /> <a class="img_roll" href="$domain$"></a> - <br>Double Rainbow on dump.fm<br><br>A Collection of images of Double Rainbow related images by users of dump.fm on July 14, 2010. <br><br><div class="returnlink"><a href="http://dump.fm/chat/cal">Check out upcoming dump themes</a><br><br><a href="http://dump.fm/">Return Home</a><br><br></div> + <br>Double Rainbow on dump.fm<br><br>A Collection of images of Double Rainbow related images by users of dump.fm on July 14, 2010. <br><br><div class="returnlink"><a href="http://dump.fm/m/cal">Check out upcoming dump themes</a><br><br><a href="http://dump.fm/">Return Home</a><br><br></div> $if(!user_nick)$<a href="http://dump.fm/register"><div id="registertxt">dump.fm lets you share images in realtime.<br> Click here to register!</div></a>$endif$ <div id="likebutton"> diff --git a/template/form_login.st b/template/form_login.st index 0ca2107..2db9d0b 100644 --- a/template/form_login.st +++ b/template/form_login.st @@ -15,8 +15,12 @@ <input type="checkbox" name="rememberme" id="remembermeInput" checked="checked"/> Remember Me </label> - </p> - </form> + <br> </p> </form> +<span id="pwreset"> + <a href="http://dump.fm/reset-request">Password Reset</a> + </span> + + </fieldset> </div> <script src="/static/js/home.js" type="text/javascript"></script> diff --git a/template/him.st b/template/him.st index 02e5baf..0eb9b99 100644 --- a/template/him.st +++ b/template/him.st @@ -143,7 +143,7 @@ font-size:100%;} <body class="memes"> <div id="infotxt"> <img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 /> <a class="img_roll" href="$domain$"></a> - <br>'Him' on dump.fm<br><br>A Collection of images of 'him' by users of dump.fm on July 11, 2010. <br><br><div class="returnlink"><a href="http://dump.fm/chat/cal">Check out upcoming dump themes</a><br><br><a href="http://dump.fm/">Return Home</a><br><br></div> + <br>'Him' on dump.fm<br><br>A Collection of images of 'him' by users of dump.fm on July 11, 2010. <br><br><div class="returnlink"><a href="http://dump.fm/m/cal">Check out upcoming dump themes</a><br><br><a href="http://dump.fm/">Return Home</a><br><br></div> $if(!user_nick)$<a href="http://dump.fm/register"><div id="registertxt">dump.fm lets you share images in realtime.<br> Click here to register!</div></a>$endif$ <div id="likebutton"> diff --git a/template/perezhilton.st b/template/perezhilton.st index f8465fa..8810d27 100644 --- a/template/perezhilton.st +++ b/template/perezhilton.st @@ -143,7 +143,7 @@ font-size:100%;} <body class="memes"> <div id="infotxt"> <img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 /> <a class="img_roll" href="$domain$"></a> - <br>Perez Hilton on dump.fm<br><br>A Collection of images involving Perez Hilton by users of dump.fm on July 12, 2010. <br><br><div class="returnlink"><a href="http://dump.fm/chat/cal">Check out upcoming dump themes</a><br><br><a href="http://dump.fm/">Return Home</a><br><br></div> + <br>Perez Hilton on dump.fm<br><br>A Collection of images involving Perez Hilton by users of dump.fm on July 12, 2010. <br><br><div class="returnlink"><a href="http://dump.fm/m/cal">Check out upcoming dump themes</a><br><br><a href="http://dump.fm/">Return Home</a><br><br></div> $if(!user_nick)$<a href="http://dump.fm/register"><div id="registertxt">dump.fm lets you share images in realtime.<br> Click here to register!</div></a>$endif$ <div id="likebutton"> diff --git a/template/pogs.st b/template/pogs.st index b189de4..63bc29e 100644 --- a/template/pogs.st +++ b/template/pogs.st @@ -143,7 +143,7 @@ font-size:100%;} <body class="memes"> <div id="infotxt"> <img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 /> <a class="img_roll" href="$domain$"></a> - <br>Pogs of dump.fm<br><br>A Collection of over 300 digital pogs made by users of dump.fm on July 6, 2010. <br>This collection is a nod to <a href="http://mikesdigitalpogpage.com/"target=_blank">Mike's Digital Pog Page</a><br><br><div class="returnlink"><a href="http://dump.fm/chat/cal">Check out upcoming dump themes</a><br><br><a href="http://dump.fm/">Return Home</a><br><br></div> + <br>Pogs of dump.fm<br><br>A Collection of over 300 digital pogs made by users of dump.fm on July 6, 2010. <br>This collection is a nod to <a href="http://mikesdigitalpogpage.com/"target=_blank">Mike's Digital Pog Page</a><br><br><div class="returnlink"><a href="http://dump.fm/m/cal">Check out upcoming dump themes</a><br><br><a href="http://dump.fm/">Return Home</a><br><br></div> $if(!user_nick)$<a href="http://dump.fm/register"><div id="registertxt">dump.fm lets you share images in realtime.<br> Click here to register!</div></a>$endif$ <div id="likebutton"> diff --git a/template/rooms/VIP.st b/template/rooms/VIP.st new file mode 100644 index 0000000..dce74a6 --- /dev/null +++ b/template/rooms/VIP.st @@ -0,0 +1,192 @@ +<!--/* + + _____ ___ ___ ___ ___ ___ + / /::\ /__/\ /__/\ / /\ / /\ /__/\ + / /:/\:\ \ \:\ | |::\ / /::\ / /:/_ | |::\ + / /:/ \:\ \ \:\ | |:|:\ / /:/\:\ / /:/ /\ | |:|:\ + /__/:/ \__\:| ___ \ \:\ __|__|:|\:\ / /:/~/:/ / /:/ /:/ __|__|:|\:\ + \ \:\ / /:/ /__/\ \__\:\ /__/::::| \:\ /__/:/ /:/ /__/:/ /:/ /__/::::| \:\ + \ \:\ /:/ \ \:\ / /:/ \ \:\~~\__\/ \ \:\/:/ \ \:\/:/ \ \:\~~\__\/ + \ \:\/:/ \ \:\ /:/ \ \:\ \ \::/ \ \::/ \ \:\ + \ \::/ \ \:\/:/ \ \:\ \ \:\ \ \:\ \ \:\ + \__\/ \ \::/ \ \:\ \ \:\ \ \:\ \ \:\ + \__\/ \__\/ \__\/ \__\/ \__\/ + +(c)2010 dump.fm --> + +<html> +<head> +$head()$ + <title>VIP BALLER ROOM</title> + + <script type="text/javascript" src="$domain$/static/js/invalid_domains.js"></script> + <script type="text/javascript" src="$domain$/static/webcam/webcam.js"></script> + <script type="text/javascript" src="$domain$/static/js/ajaxupload.js"></script> +$if(user_nick)$ + <script type="text/javascript" src="$domain$/json/$user_nick$/favorites"></script> +$endif$ + <script> + jQuery(document).ready(initChat); + var Nick = $json_user_nick$; + var Room = $json_room_key$; + var Timestamp = $timestamp$; + var Version = $version$; +$if(isadmin)$ + var IsAdmin = true; +$else$ + var IsAdmin = false; +$endif$ + if (Nick) { + jQuery(document).ready(function() { setupUpload('upload', Room); }); + } + function showAlert() { alert('MUST LOGIN'); } + var newwindow; + function pop(url) { + newwindow=window.open(url,'name','height=50,width=400,left=20,top=20,location=0,status=0,scrollbar=0,resizable=0'); + if (window.focus) {newwindow.focus()} + } + jQuery(startTitleUpdater); + jQuery(initChatMsgs); + $if(user_nick)$ // + $else$ + function showAlert() { + alert('Join dump.fm @ http://dump.fm/register'); + } + +$endif$ + </script> + <style> + #chat-wrapper { + position: absolute; + z-index: 1000000; + right: 100px; + bottom: 100px; + height: 40px; + width: 300px; + }; + </style> +</head> +<body> +$if(dis)$ + $banner_dis()$ +$else$ + $banner()$ + $if(!user_nick)$ + +<div id="dis_content" name="content"> + <p> + If you already have an account, <strong><a href="http://dump.fm/login" class="signin">sign in</a></strong>. If not, <strong><a href="http://dump.fm/register">register now</a></strong>. + </p> +</div> +<div id="dis_welcome"><center> + <a href="/"><img src="$domain$/static/img/dumppixellarge3.png"></a> + + <div id="midtxt"><a href="/">dump.fm</a> lets you <i>talk with pictures!</i> Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love! + </div> + </center> +</div> + <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen" /> + <link href="/static/css/header.css" rel="stylesheet" type="text/css" media="screen" /> + <script type="text/javascript" src="/static/js/win.js"></script> +<script type="text/javascript"> + var topZ = 7; + CreateDropdownWindow('', '500px', true, 'dis_welcome', 300, 70); +</script> +$endif$ +$endif$ + + + <div id="chatrap"> + + <div id="dcontent"> + <div id="messagetabs"></div> + <div id="rapper"> + </div> + + <div id="messagePane"> + + +$if(user_nick)$ <div id="userList"> + $users: { u | + <div class="username"><a href="/$u.nick$" target="_blank"> + $u.score_ent$ + $if(u.avatar)$ + <img src="$u.avatar$" width="50" height="50"> + $else$ + <img src="/static/img/noinfo.png"> + $endif$ + $u.nick$</a><br> + </div> + }$ + </div>$endif$ + <div id="favbox" style="display: hidden"></div> + <div id="messageList"> +$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="$domain$/$m.nick$" target="_blank">$m.nick$</a></b> + $if(m.favorited)$ + <img src="/static/img/thumbs/chatheartover.gif" class="chat-thumb" onclick="Tag.favorite(this)"> + $else$ + <img src="/static/img/thumbs/smallheart.gif" class="chat-thumb" onclick="Tag.favorite(this)"> + $endif$ + </span> + <span class="content">$m.content$</span> + </div> +}$ + <hr /> + </div> + + $if(user_nick)$ + <div id="msgInputDiv"> + <div id="msginputrapper"> <input id="msgInput" class="msgInput" type="input" /> </div> + <input id="msgSubmit" type="submit" value="Send"/> + + <input id="upload" value="Upload" type="submit"> + <input id="webcam-button-upload" value="Webcam" type="submit"> + <input id="webcam-button-snap" value="Send Pic" type="submit" class="invisible blink"> + <button id="palette-button"><img src="/static/img/palette.gif"></button> + </div><div id="effects-msg"class="invisible">click on your face for effects!</div> + </div> +$else$ + <div id="msgInputDiv"> + <div id="msginputrapper"> <input id="msgInput" class="msgInput" type="input" /> </div> + <input id="msgSubmit" type="submit" value="Send" onClick="showAlert();"/> + + <input id="upload" value="Upload" type="submit" onClick="showAlert();"> + <input id="webcam-button-upload" value="Webcam" type="submit" onClick="showAlert();"> + <input id="webcam-button-snap" value="Send Pic" type="submit" class="invisible blink"onClick="showAlert();"> + <button id="palette-button"><img src="/static/img/palette.gif" onClick="showAlert();"></button> + </div><div id="effects-msg"class="invisible">click on your face for effects!</div> + </div> + $endif$ + $if(isadmin)$ +<div id="tinychat" style="display:none;"> +<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="785" height="800" id="tinyembed" align="top"> +<param name="allowScriptAccess" value="sameDomain" /> +<param name="allowFullScreen" value="true" /> +<param name="movie" value="http://tinychat.com/tinyembed.swf" /> + +<param name="menu" value="false" /> +<param name="quality" value="high" /> +<param name="scale" value="50%" /> + +<param name="salign" value="t" /> +<param name="wmode" value="transparent" /> +<param name="flashvars" value="roomVar=idontgetit" /> + +<embed src="http://tinychat.com/tinyembed.swf" menu="false" quality="high" scale="noscale" salign="t" wmode="transparent" FlashVars="roomVar=anyroomsname" width="785" height="800" name="tinyembed" align="top" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> +</object> +</div> +$endif$ + </div> + </div> + </div> + </div> + <div id="palette"><div id="palette-thumbs"></div></div> + <div id="footerc"> + $footer()$ + </div> +$preload()$ +</body> +</html> diff --git a/template/rooms/chat.st b/template/rooms/chat.st index f4c4162..19f32d4 100644 --- a/template/rooms/chat.st +++ b/template/rooms/chat.st @@ -72,17 +72,19 @@ $if(dis)$ $else$ $banner()$ $if(!user_nick)$ - +<!-- <div id="dis_content" name="content"> <p> If you already have an account, <strong><a href="http://dump.fm/login" class="signin">sign in</a></strong>. If not, <strong><a href="http://dump.fm/register">register now</a></strong>. </p> -</div> +</div>--> <div id="dis_welcome"><center> <a href="/"><img src="$domain$/static/img/dumppixellarge3.png"></a> <div id="midtxt"><a href="/">dump.fm</a> lets you <i>talk with pictures!</i> Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love! </div> + <br><br> + If you already have an account, <strong><a href="http://dump.fm/login" class="signin">sign in</a></strong>. If not, <strong><a href="http://dump.fm/register">register now</a></strong>. </center> </div> <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen" /> @@ -92,6 +94,20 @@ $else$ var topZ = 7; CreateDropdownWindow('', '500px', true, 'dis_welcome', 300, 70); </script> +<style> +.divDragTitle { + border: 1px solid #CCC; + border-top: 1px solid #666; + left:50%!important; background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x; + margin-left: -250px!important; +} +.divDragContent { + + left:50%!important; + margin-left: -250px!important; + +} +</style> $endif$ $endif$ diff --git a/template/slimer.st b/template/slimer.st index 0fc7979..e49d8a6 100644 --- a/template/slimer.st +++ b/template/slimer.st @@ -143,7 +143,7 @@ font-size:100%;} <body class="memes"> <div id="infotxt"> <img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 /> <a class="img_roll" href="$domain$"></a> - <br>Slimer on dump.fm<br><br>A Collection of images of Slimer (Ghostbusters) by users of dump.fm on July 15, 2010. <br><br><div class="returnlink"><a href="http://dump.fm/chat/cal">Check out upcoming dump themes</a><br><br><a href="http://dump.fm/">Return Home</a><br><br></div> + <br>Slimer on dump.fm<br><br>A Collection of images of Slimer (Ghostbusters) by users of dump.fm on July 15, 2010. <br><br><div class="returnlink"><a href="http://dump.fm/m/cal">Check out upcoming dump themes</a><br><br><a href="http://dump.fm/">Return Home</a><br><br></div> $if(!user_nick)$<a href="http://dump.fm/register"><div id="registertxt">dump.fm lets you share images in realtime.<br> Click here to register!</div></a>$endif$ <div id="likebutton"> diff --git a/template/spinningkid.st b/template/spinningkid.st index 071e157..6b61792 100644 --- a/template/spinningkid.st +++ b/template/spinningkid.st @@ -143,7 +143,7 @@ font-size:100%;} <body class="memes"> <div id="infotxt"> <img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 /> <a class="img_roll" href="$domain$"></a> - <br>Spinning Kid on dump.fm<br><br>A Collection of images of the 'Spinning Kid' by users of dump.fm on July 12, 2010. <br><br><div class="returnlink"><a href="http://dump.fm/static/templates/spinkidtemplate.psd"target="_blank">Download the Spinning Kid Photoshop Template</a><br><br><a href="http://dump.fm/chat/cal">Check out upcoming dump themes</a><br><br><a href="http://dump.fm/">Return Home</a><br><br></div> + <br>Spinning Kid on dump.fm<br><br>A Collection of images of the 'Spinning Kid' by users of dump.fm on July 12, 2010. <br><br><div class="returnlink"><a href="http://dump.fm/static/templates/spinkidtemplate.psd"target="_blank">Download the Spinning Kid Photoshop Template</a><br><br><a href="http://dump.fm/m/cal">Check out upcoming dump themes</a><br><br><a href="http://dump.fm/">Return Home</a><br><br></div> $if(!user_nick)$<a href="http://dump.fm/register"><div id="registertxt">dump.fm lets you share images in realtime.<br> Click here to register!</div></a>$endif$ <div id="likebutton"> diff --git a/template/thisguy.st b/template/thisguy.st index 4d63f96..4b74d9d 100644 --- a/template/thisguy.st +++ b/template/thisguy.st @@ -143,7 +143,7 @@ font-size:100%;} <body class="memes"> <div id="infotxt"> <img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 /> <a class="img_roll" href="$domain$"></a> - <br>This Guy of dump.fm<br><br>A Collection of images of 'this guy' by users of dump.fm (glasspopcorn) on July 3, 2010. <br><br><div class="returnlink"><a href="http://dump.fm/chat/cal">Check out upcoming dump themes</a><br><br><a href="http://dump.fm/">Return Home</a><br><br></div> + <br>This Guy of dump.fm<br><br>A Collection of images of 'this guy' by users of dump.fm (glasspopcorn) on July 3, 2010. <br><br><div class="returnlink"><a href="http://dump.fm/m/cal">Check out upcoming dump themes</a><br><br><a href="http://dump.fm/">Return Home</a><br><br></div> $if(!user_nick)$<a href="http://dump.fm/register"><div id="registertxt">dump.fm lets you share images in realtime.<br> Click here to register!</div></a>$endif$ <div id="likebutton"> diff --git a/template/weedpile.st b/template/weedpile.st index 97cc610..54d8bac 100644 --- a/template/weedpile.st +++ b/template/weedpile.st @@ -137,7 +137,7 @@ font-size:100%;} <body class="memes"> <div id="infotxt"> <img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 /> <a class="img_roll" href="$domain$"></a> - <br>Weed Pile on dump.fm<br><br>A Collection of images involving 'Weed Pile' from July 2, 2010. <br><br><div class="returnlink"><a href="http://dump.fm/chat/cal">Check out upcoming dump themes</a><br><br><a href="http://dump.fm/">Return Home</a><br><br></div> + <br>Weed Pile on dump.fm<br><br>A Collection of images involving 'Weed Pile' from July 2, 2010. <br><br><div class="returnlink"><a href="http://dump.fm/m/cal">Check out upcoming dump themes</a><br><br><a href="http://dump.fm/">Return Home</a><br><br></div> $if(!user_nick)$<a href="http://dump.fm/register"><div id="registertxt">dump.fm lets you share images in realtime.<br> Click here to register!</div></a>$endif$ <div id="likebutton"> |
