summaryrefslogtreecommitdiff
path: root/template/butt.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/butt.st')
-rw-r--r--template/butt.st286
1 files changed, 126 insertions, 160 deletions
diff --git a/template/butt.st b/template/butt.st
index b3f118f..93c22b4 100644
--- a/template/butt.st
+++ b/template/butt.st
@@ -2,183 +2,149 @@
<head>
<title>$nick$'s dump.fm</title>
$head()$
- <link rel="stylesheet" type="text/css" media="screen" href="/static/css/profiletest.css">
<script src="/static/js/jquery.editinplace.1.0.1.packed.js" type="text/javascript"></script>
- <script src="/static/js/ajaxupload.js"></script>
- <script>
- jQuery(document).ready(initProfile);
- </script>
-
- </head>
- <body>
- $banner()$
- <div id="chatrap">
- <div id="headerbar"></div>
+ <link rel="stylesheet" href="/static/css/nivo-slider.css" type="text/css" media="screen" />
+ <link rel="stylesheet" href="/static/css/indexxx.css" type="text/css" media="screen" />
+ <script type="text/javascript" src="/static/js/jquery.nivo.slider.pack.js"></script>
+ <script type="text/javascript" src="/static/js/jquery.simplyscroll-1.0.4.min.js"></script>
+<link rel="stylesheet" href="/static/css/jquery.simplyscroll-1.0.4.css" media="all"
+type="text/css">
- <div id="log">
- <div id="loghead">
- </div>
- <br>
- <div id="posts">
-
- <div id="cats">
- $if(dumps)$
- <div id="lolbanner">
- <img src="/static/img/welcomebanner.gif">
- </div>
-
- $dumps:{ d | $profile_dump(dump=d)$ }$
- <div id="profile">
+<script type="text/javascript">
+(function() {
+ jQuery(function() { //on DOM ready
+ jQuery("#scroller").simplyScroll({
+ autoMode: 'loop',
+ pauseOnHover: false,
+ speed: 1
+ });
+ });
+})(jQuery);
- <h2>$nick$</h2>
+</script>
- $if(isadmin)$
- <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">
- <input id="upload" 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$
+ <script type="text/javascript">
+
+jQuery(window).load(function() {
+ jQuery('#slider').nivoSlider({
+ effect:'random',
+ slices:15,
+ animSpeed:500,
+ pauseTime:5000,
+ startSlide:0, //Set starting Slide (0 index)
+ directionNav:false, //Next & Prev
+ directionNavHide:false, //Only show on hover
+ controlNav:false, //1,2,3...
+ controlNavThumbs:false, //Use thumbnails for Control Nav
+ controlNavThumbsSearch: '.jpg', //Replace this with...
+ controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src
+ keyboardNav:false, //Use left & right arrows
+ pauseOnHover:false, //Stop animation while hovering
+ manualAdvance:false, //Force manual transitions
+ captionOpacity:0.8, //Universal caption opacity
+ beforeChange: function(){},
+ afterChange: function(){},
+ slideshowEnd: function(){} //Triggers after all slides have been shown
+ });
+});
+</script>
+ </head>
+ <body class="profile">
+<div id="rapper7">
+ <div id="header7">
+ <div id="logoicons">
+ <div id="logo7">
+ <div align="center"><a href="http://dump.fm"><img src="/static/img/calm.gif">dump.fm</a></div>
+ </div>
+ <div class="white">
+
+ <div id="bar7">
+ <div style="float: left;">
+
+ </div>
+ </div>
+ </div>
+ </div>
- $if(is_home)$
- <br>
- <div id="edit-toggle"><a href="#">edit profile</a></div>
- $endif$
+
+ <div id="topic"></div>
+ <div id="dumplist">
+ <a href="http://news.dump.fm">news</a> - <a href="http://gossip.dump.fm">gossip</a> - <a href="http://art.dump.fm">art</a> - <a href="http://gif.dump.fm">gif</a> - <a href="http://design.dump.fm">design</a> - <a href="http://fashion.dump.fm">fashion</a>
- <br>
-
- <a href="/u/$nick$/favorites"><h7>$nick$'s <br>Favorite Pix</h7></a>
-
- <div id="date">
- <div type="text" id="datepicker"></div></div>
- </div>
- $else$
+ -<a href="http://vip.dump.fm/"> VIP </a>
+ </div>
+$if(user_nick)$
+ <div id="logout7" class="white">
+ <div align="center"> <a href="/logout"> Logout</a> </div>$else$ <div id="logout7" class="white"> $form_login()$</div> $endif$
- <div id="newfavs"><img src="http://dump.fm/static/img/thumbs/heartover.gif"> You have 27 new favs!</div>
- <div id="newdogs"><img src="http://dump.fm/static/img/directory.gif"> You have 27 new favs!</div>
- <div id="activestuff">blah blah<br><br>blah blah<br><br>blah blah<br><br>blah blah<br><br>blah blah<br><br>blah blah<br><br>blah blah<br><br>blah blah<br><br>
- </div>
- <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>
+ <div align="center"><br /></div>
+
</div>
- <a href="/u/$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="clouds">
+ <div id="page">
+ <div id="wrapper">
+ <div id="container">
+
+<div id="leftstuff"><div id="signinrapper"><div id="signin"><p class="memebertxt">Already a member?</p></div>
+ <input type="text" id="nickInput" size="17" /><br>
+ <input id="passwordInputLabel" name="passwordInputLabel" size="17" type="text" class="invisible">
+ <input type="password" id="passwordInput" size="17" /><br />
- <div id="profile">
-
- <h2>$nick$</h2>
-
- $if(isadmin)$
- <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">
- <input id="upload" 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$
+ <input id="signin-submit" value="Sign In!" />
+ <div id="remember"><label>
+ <input checked="checked" type="checkbox" name="rememberme" id="remembermeInput" />
+ Remember Me
+ </label>
+ <br>
+ <a href="/reset-request">Lost password?</a><br>
+</div>
+</div></div>
+<div id="rightstuff"><p class="heading1"><i>The internet is more fun with dump.fm!</p></i><br>
+ <input id="register-submit" value="Sign Up!" />
+</div>
+</div>
+<div id="divide"></div>
+<div id="aboutdump"><div id="aboutl">
+<div class="heading1">What's dump.fm?</div>
+<p class="body1">
+dump.fm is a social network of images. Post pix from anywhere on the net, your computer or right from your webcam in real-time with other people.
+</p>
+ <div id="talkaboutus">
+<div id="slider">
+ <a href="http://www.papermag.com/arts_and_style/2009/12/play-on-playas.php"target="_blank"><img src="/static/img/paperquote.png"alt="" /></a>
+ <a href="http://www.metronews.ca/edmonton/comment/article/505801--trafficking-in-nostalgia-with-indiana-jones"target="_blank"><img src="/static/img/metroquote.png"alt="" /></a>
+ <a href="http://www.metronews.ca/edmonton/comment/article/505801--trafficking-in-nostalgia-with-indiana-jones"target="_blank"><img src="/static/img/cnetquote.png"alt="" /></a>
+ </div></div>
+</div>
- $if(is_home)$
- <br>
- <div id="edit-toggle"><a href="#">edit profile</a></div>
- $endif$
+<div id="cloud"></div>
+<div id="aboutr" class="right">
+<div class="heading1">What's being dumped now...</div>
+<p class="body1">
+Here are some rad images being posted</p>
+ <div id="talkaboutus">
+<ul id="scroller">
+ <li><img src="http://www.gossipboulevard.com/wp-content/uploads/2009/06/paris_cristiano_breakup-150x150.jpg"height="100px"width="100px"></li>
+ <li><img src="http://hollywooddame.com/wp-content/uploads/2009/02/hayden-panettiere-dumps-milo-ventimiglia-3-150x150.jpg"height="100px"width="100px"></li>
+ <li><img src="http://th00.deviantart.net/fs5/150/i/2004/293/b/e/Ode_to_Junkyards_and_dumps__by_nove.png"height="100px"width="100px"></li>
+ <li><img src="http://th06.deviantart.net/fs38/150/i/2008/331/4/4/AA__AJ_PW_Oekaki_Dumps_by_Kai_dono.png" height="100px"width="100px"></li>
+ <li><img src="http://www.redhorsetruck.com/prodimages/thumbs/multipurposebody%20tn.jpg"height="100px"width="100px"></li>
+
- <br>
-
- <a href="/u/$nick$/favorites"><h7>$nick$'s <br>Favorite Pix</h7></a>
-
- <div id="date">
- <div type="text" id="datepicker"></div></div>
- </div>
- $endif$
-
- <p>&nbsp;</p>
- <div id="pnav">
- $if(next)$
- <div id="pnavn"><a href="/u/$nick$/$next$">next &#9758;</a></div>
- $endif$
- &nbsp;
- $if(prev)$
- <div id="pnavo"> <a href="/u/$nick$/$prev$">&#9756; prev</a></div>
- $endif$
-
- <br><br>
- </div>
+</ul>
+</div>
- <div id="footer">
+</div></div></div></div></div>
+<div id="footerspace">
+ <div id="footeri">
$footer()$
- </div>
- </div>
- </div></div></div>
+ </div></div>
</body>
</html>