Fifth pass at adding key files

This commit is contained in:
dsainty
2024-06-17 22:42:14 +10:00
parent 67ccdbcc34
commit 9797a6824a
535 changed files with 95045 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<div class="breadcrumb">
<a href="<? echo $main_site_url ?>">Home</a> &gt;
<span class="lasttitle">Stack/Reach Database</span>
</div>

View File

@ -0,0 +1,36 @@
<body id="home">
<div id="accessibility"><a href="#content">Skip to Content</a></div>
<hr class="hide" />
<div id="wrapper">
<div id="header">
<div id="ad_728x90"><!-- BEGIN ADVERTPRO CODE BLOCK -->
<? include "/var/home/slowtwitch/slowtwitch.com/www/db_templates/ad_728x90.html"; ?>
<!-- END ADVERTPRO CODE BLOCK --></div>
<div id="logo"><h1><a href="http://www.slowtwitch.com">&lt;:: Welcome to Slowtwitch.com ::&gt;</a></h1></div>
</div>
<? include "/var/home/slowtwitch/slowtwitch.com/www/db_templates/common_nav.html"; ?>
<hr class="hide" /><div id="ocwrapper" class="clear">
<div id="icwrapper" class="clear">
<div id="leftsidebar">
<?php
include("include_status.php");
?>
<?php
include("include_navigation.php");
?>
</div>
<div id="contentwrapper" class="shadowleft">
<div class="shadowtop"><div class="shadowtopleft"></div><div class="shadowtopright"></div></div>
<div class="shadowright">
<div id="content">
<div class="clear"></div>

View File

@ -0,0 +1,14 @@
</div><!-- end col-2/3 -->
</div><!-- end grid -->
</div><!-- end content -->
</section>
</div><!-- end contentwrapper -->
</div> <!-- end main -->
<? include( $common_path . "/templates/include_footer.php") ?>
<? //include($common_path . "/templates/include_footer.php") ?>
</div> <!-- container -->
</body>
<? include( $common_path . "/templates/include_global_js.php") ?>
</html>

View File

@ -0,0 +1,29 @@
<!DOCTYPE html >
<html lang="en">
<head>
<base href="<? echo $site_url ?>/" />
<title>Slowtwitch.com Stack &amp; Reach Database: <? echo $pagetitle; ?></title>
<? include($common_path . "/templates/include_global_head.php"); ?>
<? include($common_path . "/templates/google_analytics.html"); ?>
</head>
<body class="listings">
<? include($common_path . "/ads/ad_wallpaper.html"); ?>
<div class="container">
<? include($common_path . "/templates/include_header.php"); ?>
<div class="main">
<div class="contentwrapper clearfix">
<? include("db_templates/include_breadcrumb.php"); ?>
<section class="section listings section-has-widgets section-static remove-sidebar">
<div class="sidebar-b">
<? //include("db_templates/include_sidebar.php");
?>
</div>
<div class="content content-has-widgets">
<div class="grid">
<div class="clearfix">
<h1>Stack/Reach Database</h1>
<hr class="line" />

View File

@ -0,0 +1,15 @@
<?PHP ?>
<div class="widget">
<h2>More on Stack/Reach</h2>
<div class="region-list">
<div class="list-item"><a href="/stackreach/index.php">List All Tri</a></div>
<div class="list-item"><a href="/stackreach/road.php">List all Road</a></div>
<div class="list-item"><a href="/stackreach/brands.php">Brands</a></div>
<div class="list-item"><a href="/stackreach/models.php">Models</a></div>
<div class="list-item"><a href="/stackreach/geometries.php">Geometries</a></div>
<div class="list-item"><a href="/stackreach/frames.php">Frames</a></div>
<div class="list-item"><a href="/stackreach/selectbrand.php">Choose Brand</a></div>
<div class="list-item"><a href="/stackreach.html">Archives</a></div>
</div>
</div>

View File

@ -0,0 +1,7 @@
<? include("include_status.php"); ?>
<? include("include_navigation.php"); ?>
<div class="widget-divider"></div>
<div class="advert hide-on-mobile">
<? include($common_path . "/ads/ad_300x600.html"); ?>
</div>

View File

@ -0,0 +1,4 @@
<?PHP
$adplacement = rand(0, 1);
?>