summaryrefslogtreecommitdiff
path: root/template/frontpage_halloffame.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/frontpage_halloffame.st')
-rwxr-xr-xtemplate/frontpage_halloffame.st66
1 files changed, 23 insertions, 43 deletions
diff --git a/template/frontpage_halloffame.st b/template/frontpage_halloffame.st
index e8cea25..394f527 100755
--- a/template/frontpage_halloffame.st
+++ b/template/frontpage_halloffame.st
@@ -1,14 +1,6 @@
<html>
<head>
- <script type="text/javascript">
-function refreshing()
-{
-frm=document.getElementsByName("posts")[0];
-frm.src=frm.src;
-setTimeout("refreshing()",300000);
-}
-</script>
- <title>dump.fm</title>
+ <title>dump.fm</title>
<!---HEAD --->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board, scott ostler, ryder ripps">
@@ -34,35 +26,23 @@ setTimeout("refreshing()",300000);
<link rel="shortcut icon" href="/static/favicon.ico">
<!--END HEAD-->
- <script>
- var Recips = [];
- jQuery(function() {
- initLog(Recips)
- });
- </script>
-
- <script>
-jQuery(window).load(function(){
- jQuery('#posts').masonry({ columnWidth: 275 });
- jQuery('#posts').masonry({ singleMode: true });
- jQuery('#posts').masonry({ resizeable: true });
- jQuery('#posts').masonry({ animate: true});
-
-
- });
+ <script>
+ var Recips = [];
+ var MasonryColumnWidth = 275;
+ </script>
+ <script type="text/javascript" src="/static/js/pages/log_init.js?v=20260203"></script>
+ <script type="text/javascript" src="/static/js/pages/frontpage_refresh.js?v=20260203"></script>
-</script>
-
-
-
+
+
</head>
<body onload="refreshing()" class="$if(logged_in)$logged-in$else$logged-out$endif$">
-
- <!--
- <iframe src="$domain$/fullscreen"style="overflow:hidden;width:100%;height:100%;border:0px;z-index:-1;position:fixed;top:0px;left:0px;"></iframe>
- -->
+
+ <!--
+ <iframe src="$domain$/fullscreen" class="fullscreen-bg"></iframe>
+ -->
<!--START BANNER-->
<div id="banner">
@@ -139,13 +119,13 @@ jQuery(window).load(function(){
<div class="alttxt">
dump.fm is an elite real-time image chat community. we host more than 1,500,000 images.
- register <a href="/register">here.</a>
- <br>view the dump.fm feed in <a href="/fullscreen">fullscreen. :)</a>
- <!-- <br> <br> <iframe src="$domain$/fullscreen" style="overflow:hidden;width:240px;height:200px;border:0px;"></iframe>
- <br><br>
- <strong>
- <a href="$domain$/login" class="signin">sign in</a></strong>or <strong><a href="$domain$/register">register</a>
- </strong>-->
+ register <a href="/register">here.</a>
+ <br>view the dump.fm feed in <a href="/fullscreen">fullscreen. :)</a>
+ <!-- <br> <br> <iframe src="$domain$/fullscreen" class="fullscreen-thumb"></iframe>
+ <br><br>
+ <strong>
+ <a href="$domain$/login" class="signin">sign in</a></strong>or <strong><a href="$domain$/register">register</a>
+ </strong>-->
</div>
$endif$
</div>
@@ -172,8 +152,8 @@ $endif$
<!--<br><br><center>
<div id="footer">
@2011 <a href="/">dump.fm</a>
-<a href="$domain$/about_us" style="word-spacing: normal">About Us</a>
-<a href="$domain$/help" style="word-spacing: normal">Help FAQ</a>
+<a href="$domain$/about_us">About Us</a>
+<a href="$domain$/help">Help FAQ</a>
<a href="$domain$/terms">Terms</a>
<a href="$domain$/privacy">Privacy</a>
</div></center>
@@ -197,6 +177,6 @@ $debug_log()$
<span class="loading-bar-label">Loading...</span>
<span class="loading-bar-track"><span id="LB1" class="loading-bar-fill"></span></span>
</span>
-<script type="text/javascript">m00=document.getElementsByTagName("img");m01=m00.length;function images_loading_bar(){m02=0;for(i=0;i<m01;i++)m02+=(m00[i].complete)?1:0;document.getElementById("LB1").style.width=Math.round(m02/m01*100)+'px';if(m02==m01)setTimeout("document.getElementById('LB0').style.display='none'",128); else setTimeout("images_loading_bar()", 64);};images_loading_bar();</script>
+<script type="text/javascript">if (typeof images_loading_bar === "function") { images_loading_bar(); }</script>
</body>
</html>