Project

General

Profile

Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (1.03 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."internal/includes/header_internal.php"); ?>
9
                <title>View Part| 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

    
22

    
23

    
24

    
25

    
26

    
27

    
28

    
29

    
30
                                </div>
31
                                <div class="white-bottom"></div>
32
                        </div>        
33
                </div>        
34
        </div> <!--BODY!--> 
35

    
36

    
37
<?php include($docRoot."footer.php"); ?>
38

    
39
</div><!--GENERAL!--> 
40
 
41
 
42
</body></html>
43

    
44
<?php                
45
        mysqli_close($mysqli);
46
?>