<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Home</title>
<link href="{$ADMIN_CSS_DIR}/adminpanel.css" rel="stylesheet" type="text/css" />
<?php
if(class_exists('phpajax'))
phpajax_js();
?>
<script language="javascript" type="text/javascript" src="{$ADMIN_JS_DIR}/gen_validator.js"></script>
<script language="javascript" type="text/javascript" src="{$ADMIN_JS_DIR}/functions.js"></script>
<script language="javascript" type="text/javascript" src="{$ADMIN_JS_DIR}/xpath.js"></script>
<script language="javascript" type="text/javascript" src="{$ADMIN_JS_DIR}/coolRedirect.js"></script>
<script language="javascript" type="text/javascript" src="{$ADMIN_JS_DIR}/calendar.js"></script>
</head>
<body>
<div id="content" class="setdiv">
{* <div id="contentdiv">
<div class="leftdiv">
<div class="righttop">
<h2>
Welcome To SafelistProX 3.2.1 Control Panel</h2>
</div>
<div class="contant divborder">
The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the
lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps
over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown
fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick
brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.
<div class="link-set clear">
<a href="#">read more...</a></div>
</div>
</div>
<div class="rightdiv">
<div class="righttop">
<h2>
Your Safelist Overview</h2>
</div>
<div class="contant divborder">
The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the
lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps
over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown
fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick
brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.
<div class="link-set clear">
<a href="#">read more...</a></div>
</div>
</div>
</div> *}
{if $msg neq ''}
<div class="succmsg" style="width:200px">{$msg}</div>
{/if}
<div id="full-contentdiv">
<div class="righttop">
<h2><center>
User Log Information</h2>
</center></div>
<div class="whole-page clear">
<!-- Place your content here -->
<form name="ChangePassword" method="post" action="admin_change_password.php?action=update">
<div class="formformat">
<table width="100%" cellpadding="0" cellspacing="0" align="center">
<tbody>
<tr>
<td class="right-side-text" style="width:200px"><label>User Name</label></td>
<td class="left-side-text" width="">{$logdata[0].username}</td>
</tr>
<tr>
<td class="right-side-text" style="width:200px"><label>Page Name</label></td>
<td class="left-side-text" width="">{$logdata[0].page_name}</td>
</tr>
<tr>
<td class="right-side-text" style="width:200px"><label>Redirected From</label></td>
<td class="left-side-text" width="">{$logdata[0].referer_page_name}</td>
</tr>
<tr>
<td class="right-side-text" style="width:200px"><label>Host Name</label></td>
<td class="left-side-text" width="">{$logdata[0].host_name}</td>
</tr>
<tr>
<td class="right-side-text" style="width:200px"><label>Host Address</label></td>
<td class="left-side-text" width="">{$logdata[0].host_address}</td>
</tr>
<tr>
<td class="right-side-text" style="width:200px"><label>Request Method</label></td>
<td class="left-side-text" width="">{$logdata[0].request_method}</td>
</tr>
<tr>
<td class="right-side-text" style="width:200px"><label>Visited On</label></td>
<td class="left-side-text" width="">{$logdata[0].visitedon}</td>
</tr>
<tr>
<td class="right-side-text" style="width:200px"><label>Post Data</label></td>
<td class="left-side-text" width="">{$logdata[0].postdata}</td>
</tr>
<tr>
<td class="right-side-text" style="width:200px"><label>Get Data</label></td>
<td class="left-side-text" width="">{$logdata[0].getdata}</td>
</tr>
<tr>
<td class="right-side-text" style="width:200px"><label>Cookie Data</label></td>
<td class="left-side-text" width="">{$logdata[0].cookiedata}</td>
</tr>
</tbody>
</table>
</div>
</form>
</div>
</div>
</div>
</body>
</html>