File "headInt.php"

Full path: /home/dsvchile/public_html/equote/headInt.php
File size: 1.16 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>Easy Quote</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="css/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">
   Easy Quote
    </FONT>
   <BR>
 </DIV>
</TD>

<TD>
 <DIV align="right">
  <A HREF="http://www.dsv.com.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="ChangePasswd.php">
		<B class="MenuH">
		 	Change Password
		</B>
	  </A>

	  &nbsp;
	  &nbsp;
	  <A HREF="logout.php">
		<B class="MenuH">
		 	Close Session
		</B>
	  </A>
	  &nbsp;
	  &nbsp;
	  &nbsp;
	</DIV>
	</TD>
 </TR>
</TABLE>
<BR>