86 lines
3.1 KiB
PHP
86 lines
3.1 KiB
PHP
<?php
|
|
session_start();
|
|
if ($_SESSION['growerid']!=1702)
|
|
{
|
|
header("location:../../grower-login.php");
|
|
}
|
|
error_reporting(E_ERROR);
|
|
?>
|
|
<!DOCTYPE html>
|
|
<html dir="ltr" lang="en-US">
|
|
<head>
|
|
<meta name="generator"
|
|
content="HTML Tidy for HTML5 (experimental) for Windows https://github.com/w3c/tidy-html5/tree/c63cc39" />
|
|
<!-- Created by Artisteer v4.3.0.60745 -->
|
|
<meta charset="utf-8" />
|
|
<title>New Page</title>
|
|
<meta name="viewport" content="initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width" />
|
|
<!--[if lt IE 9]><script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
|
<link rel="stylesheet" href="../../style.css" media="screen" />
|
|
<!--[if lte IE 7]><link rel="stylesheet" href="style.ie7.css" media="screen" /><![endif]-->
|
|
<link rel="stylesheet" href="../../style.responsive.css" media="all" />
|
|
<script src="../../jquery.js"></script>
|
|
<script src="../../script.js"></script>
|
|
<script src="../../script.responsive.js"></script>
|
|
<style>
|
|
.art-content .art-postcontent-0 .layout-item-0 { padding-right: 10px;padding-left: 10px; }
|
|
.ie7 .art-post .art-layout-cell {border:none !important; padding:0 !important; }
|
|
.ie6 .art-post .art-layout-cell {border:none !important; padding:0 !important; }
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="art-main">
|
|
<header class="art-header">
|
|
<div class="art-shapes">
|
|
<div class="art-object1090304479"></div>
|
|
</div>
|
|
<h1 class="art-headline">
|
|
<a href="/">Producers of Raw Cane Sugar and Black Strap Molasses</a>
|
|
</h1>
|
|
</header>
|
|
<?php include("../../menugrower.php"); ?>
|
|
<div class="art-sheet clearfix">
|
|
<div class="art-layout-wrapper">
|
|
<div class="art-content-layout">
|
|
<div class="art-content-layout-row">
|
|
<div class="art-layout-cell art-content">
|
|
<article class="art-post art-article">
|
|
<h2 class="art-postheader">Welcome Back</h2>
|
|
<div class="art-postcontent art-postcontent-0 clearfix">
|
|
<div class="art-content-layout-row">
|
|
<div class="art-layout-cell layout-item-0" style="width: 100%">
|
|
|
|
|
|
<?php require_once '../../grower-quicklinks.php'; ?>
|
|
|
|
<P><b>Acrobat Reader is required to view these documents. If it is not
|
|
installed on your computer, install it by clicking <a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_blank"><em>Get
|
|
Acrobat Reader </em></a> and follow the instructions on the Adobe
|
|
website.</b></P>
|
|
<br>
|
|
<center><h1><a href="index.php">Reports </a>
|
|
 
|
|
<a href="loads.php"> Load Data</a></h1></center>
|
|
<br>
|
|
<?php require_once 'dtrlist.php'; ?>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</article>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<footer class="art-footer">
|
|
<div class="art-footer-inner">
|
|
<p>Copyright © 2012. Louisiana Sugar Cane Cooperative Inc. All Rights Reserved.</p>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|