File "headCP.php"

Full path: /home/dsvchile/public_html/equote/headCP.php
File size: 1.26 B
MIME-type: text/html
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?
 
 $LogOn=$_COOKIE["LogOn"];
  if($LogOn!="On")
  {
   include("aut_inc.php");
  
  }
  
  
  
  ;?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<html>
<head>
<title>Orders Control</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="default.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body bgcolor="FFFFFF">
<BR>
 <BR>
<BR>
<TABLE class="Head">
<TR>

<TD>
 <DIV align="left">
  <FONT color="#2B0A70" face="georgia" size="6">
   Orders Control 
    </FONT>
   <BR>
  
   <FONT color="#2B0A70" face="georgia" size="3">
    &nbsp;Go Ahead, Challenge Us.
   </FONT>
 </DIV> 
</TD>

<TD>
 <DIV align="right">
  <A HREF="http://www.dsv.com">
   <IMG src="images/LogoDSV.jpg" width="240px">
  </A>  
 </DIV> 
</TD>
</TABLE>
 
<BR>

<TABLE class="Auth">
 <TR>
 	<TD class="celdaDe1">
	 <DIV align="RIGHT">
	 <A HREF="index.php">
		<B class="MenuH">
		 	Home
		</B>
	  </A>	
	 	  
	  &nbsp;
	  &nbsp;
	  <A HREF="logout.php">
		<B class="MenuH">
		 	Close Session
		</B>
	  </A>	
	  &nbsp;
	  &nbsp;
	  &nbsp;
	</DIV>
	</TD>
 </TR>
</TABLE> 
<BR>