Fifth pass at adding key files
This commit is contained in:
4
site/stackreach/db_templates/include_breadcrumb.php
Executable file
4
site/stackreach/db_templates/include_breadcrumb.php
Executable file
@ -0,0 +1,4 @@
|
||||
<div class="breadcrumb">
|
||||
<a href="<? echo $main_site_url ?>">Home</a> >
|
||||
<span class="lasttitle">Stack/Reach Database</span>
|
||||
</div>
|
36
site/stackreach/db_templates/include_common_content.php
Executable file
36
site/stackreach/db_templates/include_common_content.php
Executable 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"><:: Welcome to Slowtwitch.com ::></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>
|
14
site/stackreach/db_templates/include_common_footer.php
Executable file
14
site/stackreach/db_templates/include_common_footer.php
Executable 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>
|
29
site/stackreach/db_templates/include_common_head.php
Executable file
29
site/stackreach/db_templates/include_common_head.php
Executable file
@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html >
|
||||
<html lang="en">
|
||||
<head>
|
||||
<base href="<? echo $site_url ?>/" />
|
||||
<title>Slowtwitch.com Stack & 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" />
|
15
site/stackreach/db_templates/include_navigation.php
Executable file
15
site/stackreach/db_templates/include_navigation.php
Executable 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>
|
7
site/stackreach/db_templates/include_sidebar.php
Executable file
7
site/stackreach/db_templates/include_sidebar.php
Executable 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>
|
4
site/stackreach/db_templates/include_status.php
Executable file
4
site/stackreach/db_templates/include_status.php
Executable file
@ -0,0 +1,4 @@
|
||||
<?PHP
|
||||
$adplacement = rand(0, 1);
|
||||
?>
|
||||
|
Reference in New Issue
Block a user