summaryrefslogtreecommitdiff
path: root/static/testindex.html
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-02 13:22:42 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-02 13:22:42 -0400
commit42992d9cfcce4cc4e28be25a7d81500c26dd31ae (patch)
tree03a8cc921fc8b9a1ce7c135720971a01a4349734 /static/testindex.html
parent213b7c38376df9e7645aec5ecb2c1e06e56fb4c6 (diff)
sostler prod commit
Diffstat (limited to 'static/testindex.html')
-rw-r--r--static/testindex.html139
1 files changed, 139 insertions, 0 deletions
diff --git a/static/testindex.html b/static/testindex.html
new file mode 100644
index 0000000..0d24e57
--- /dev/null
+++ b/static/testindex.html
@@ -0,0 +1,139 @@
+<!--/*
+
+ _____ ___ ___ ___ ___ ___
+ / /::\ /__/\ /__/\ / /\ / /\ /__/\
+ / /:/\:\ \ \:\ | |::\ / /::\ / /:/_ | |::\
+ / /:/ \:\ \ \:\ | |:|:\ / /:/\:\ / /:/ /\ | |:|:\
+ /__/:/ \__\:| ___ \ \:\ __|__|:|\:\ / /:/~/:/ / /:/ /:/ __|__|:|\:\
+ \ \:\ / /:/ /__/\ \__\:\ /__/::::| \:\ /__/:/ /:/ /__/:/ /:/ /__/::::| \:\
+ \ \:\ /:/ \ \:\ / /:/ \ \:\~~\__\/ \ \:\/:/ \ \:\/:/ \ \:\~~\__\/
+ \ \:\/:/ \ \:\ /:/ \ \:\ \ \::/ \ \::/ \ \:\
+ \ \::/ \ \:\/:/ \ \:\ \ \:\ \ \:\ \ \:\
+ \__\/ \ \::/ \ \:\ \ \:\ \ \:\ \ \:\
+ \__\/ \__\/ \__\/ \__\/ \__\/
+
+(c)2010 dump.fm -->
+
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+ <head>
+ <title>dump.fm</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+ <META NAME="keywords" CONTENT="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board">
+ <META NAME="description" CONTENT="Talk with pictures!">
+ <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+ <script type="text/javascript" src="/static/js/sha1.js"></script>
+ <script type="text/javascript" src="/static/js/home.js"></script>
+ <script type="text/javascript" src="/static/js/jquery.nivo.slider.pack.js"></script>
+ <script>
+ $(document).ready(initLoginForm);
+ </script>
+<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>
+<script type="text/javascript">
+$(document).ready(function() {
+ jQuery(".btn-slide").click(function() {
+ jQuery("#panel").slideToggle("slow");
+ jQuery(this).toggleClass("active"); return false;
+ });
+});
+</script>
+
+<link rel="stylesheet" type="text/css" href="http://dump.fm/static/css/reset.css">
+<link rel="stylesheet" type="text/css" href="http://dump.fm/static/css/index.css">
+<link rel="stylesheet" href="static/css/nivo-slider.css" type="text/css" media="screen" />
+<link rel="shortcut icon" href="static/favicon.ico">
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>dump.fm</title></head>
+</head>
+<body>
+
+<div id="content" style="z-index:77;">
+
+<div id="main" align="center">
+
+ <div id="registerbox">
+ <div id="logo-and-text">
+ <div align="center">
+ <a href="/register" style="text-decoration:none;">Click here to Register!</a> <br>
+ </div>
+ </div>
+ </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 />
+
+ <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="info">
+
+ <br>
+ <div id="talkaboutus">
+<div id="slider" style="display:none;">
+ <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>
+ </div>
+
+ <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="/terms">Terms</a>
+<a href="/privacy">Privacy</a></div>
+</div>
+<br><br>
+</div>
+</div>
+<div id="preload">
+ <img src="/static/img/cursors/osx.hand.gif" class="no-cursor invisible" id="cursor-big">
+</div>
+
+
+ <div id="preload">
+ <img src="/static/img/cursors/osx.hand.gif" class="no-cursor invisible" id="cursor-big">
+ </div>
+
+ <script type="text/javascript">
+ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+ </script>
+ <script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-12364576-1");
+ pageTracker._trackPageview();
+ } catch(err) {}
+ </script>
+ </body>
+</html>