Project

General

Profile

Statistics
| Branch: | Revision:

colonymech / docs / www / colonyscout / internal / trakr.php @ f59acf11

History | View | Annotate | Download (1.24 KB)

1
<?php require("includes/internal.php")?>
2

    
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> 
5
                <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>        
6
                <meta name="description" content="FILL IN"/> 
7
                <meta name="keywords" content="FILL IN"/> 
8
<?php include($docRoot."header.php"); ?>
9
                <title>Trackr | ColonyScout.com</title>
10
<?php include('includes/querybox.php');?>                
11
</head>
12
<body bgcolor="#eeeeee"> 
13

    
14
<div id="general"> 
15
<?php include("includes/nav_internal.php"); ?> 
16
        <div id="body">
17
                <div id="body-boxes">
18
                        <div class="box-row" style="margin-top: 7px;">
19
                                <div class="white-top"></div>
20
                                <div class="white-body text-box">
21
                                        <div id="breadcrumbs">Trackr&gt; Home</div>
22
                                        <div id="livesearch"><div id="box0"><!-- livesearch--></div></div>
23
                                        <br/>
24
                                        <div class="hr"></div>
25
                                </div><!--end 'TEMP' collapse-->
26
                                
27
                                <div class="white-body text-box">
28
<?php                
29
        mysqli_close($mysqli);
30
?>
31

    
32
                                </div>
33
                                <div class="white-bottom"></div>
34
                        </div>                                        
35
                        
36
                        
37
                </div>        
38
        </div> <!--BODY!--> 
39

    
40

    
41
<?php include($docRoot."footer.php"); ?>
42

    
43
</div><!--GENERAL!--> 
44
 
45
 
46
</body></html>