discourse-legacysite-perl/site/common/templates/chris_ad_zone.html
2024-06-17 22:24:05 +10:00

53 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title><%site_title || 'slowtwitch.com'%>: Responsive Video Ad Test</title>
<%include include_common_head.html%>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
</head>
<body id="category">
<%~if ad_wallpaper%>
<%ad_wallpaper%>
<%~endif%>
<div class="container">
<%include include_header.html%>
<div class="main">
<div class="contentwrapper clearfix">
<%~set title_loop = Links::Build::build('title', 'About Us')%>
<%include include_breadcrumb.html%>
<section class="section article section-has-widgets section-reverse clearfix">
<div class="sidebar-b">
<%~set adsize = '300x600'%>
<%include include_ad.html%>
</div>
<div class="content content-has-widget"><%-- start content--%>
<div class="grid">
<h1>Responsive Ad Test</h1>
<div class="grid article-content">
<div class="content-divider-top"></div>
<!-- BEGIN ADVERTSERVE CODE -->
<script type="text/javascript">
document.write('<scr'+'ipt src="http://reach.slowtwitch.com/servlet/view/banner/javascript/zone?zid=85&pid=0&resolution='+(window.innerWidth||screen.width)+'x'+(window.innerHeight||screen.height)+'&random='+Math.floor(89999999*Math.random()+10000000)+'&millis='+new Date().getTime()+'&referrer='+encodeURIComponent((window!=top&&window.location.ancestorOrigins)?window.location.ancestorOrigins[window.location.ancestorOrigins.length-1]:document.location)+'" type="text/javascript"></scr'+'ipt>');
</script>
<!-- END ADVERTSERVE CODE -->
</div>
</div><!-- end grid -->
<div class="section-divider mobile"></div>
</div><%-- end content --%>
</section><!-- end section -->
<div class="section-spacer"></div>
</div>
</div>
<%include include_footer.html%>
</div>
</body>
<%~include include_global_js.html%>
</html>