<span style="margin-top: 3px; width:580px; height:0px; display:block; background:url(images/bodytitle_guide_01.gif) no-repeat;"></span><!-- Contents Title -->
<div style="width:580px; padding:0px 0px 0px 0px;"><img src="common_image/bg_bodytop.gif" /></div>
<div id="can" style="width:580px; background:url(common_image/bg_bodymid.gif)">
<?php
$ks = $_GET['user'];
if ($ks == '') {
echo 'Kullanıcı Seçmediniz!';
}
else {
echo '<p align="center"><br><b>'.$ks.'</b> adlı karakterin bilgileri:</p>';
echo '<div align="center">
<iframe allowtransparency="true" src="inventory/inventory.php?user='.$_GET['user'].'" width="385" height="570" frameborder="0" scrolling="no" border="0">
<p>Your browser does not support iframes.</p>
</iframe></div>';
}
?>
</div>
<div style="width:580px; margin-bottom:10px"><img src="common_image/bg_bodybottom.gif" /></div>