<?php if(!defined('EMLOG_ROOT')) {exit('error!');}?>
<html>
<head>
<?php if($type):?>
<meta http-equiv="refresh" content="2;url=<?php echo $url; ?>">
<?php endif;?>
<meta http-equiv="Content-Type" content="text/html ; charset=utf-8">
<title>æç¤ºä¿¡æ¯</title><link rel="stylesheet" href="./views/<?php echo ADMIN_TPL; ?>/css-main.css"></head>
<body>
<center><br><br>
<table width="80%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="130" align="center"><img src="./views/<?php echo ADMIN_TPL; ?>/images/<?php echo $typeimg; ?>" alt="" width="67" height="61"></td>
<td align="left" style="font-size:14px;"><?php echo $msg; ?><br />
<a href="<?php echo $url; ?>" style="font-size:12px;">妿页颿²¡æè·³è½¬,请ç¹å»è¿å!</a></td>
</tr>
</table>
</center>
</body>
</html>