<?php
include_once "template.php";
showHeader();
?>
<meta http-equiv="Content-Type" content="text/html; charset=TIS-620">
<link href="source/style.css" rel="stylesheet" type="text/css">
<br>
<table width="750" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
              <td><br>
                  <fieldset>
                <legend><font size="6" color="#FF0000"><b>ÂÔ¹´Õµé͹ÃѺ</b></font></legend>
                <label>
                    <div align="right">
                        <font size="6" color="<?php echo $GLOBALS['COLOR_FONT_5'];?>" >
                            <br><b><?php echo $oU->userLogin." : ".$oU->userName;?>&nbsp;&nbsp;</b><br>
                            <img src="../picture/bg.gif" align="absmiddle" border="0" height="2" width="500"><br><br>
                            <font size="6" color="#FFCC66"><?php echo $GLOBALS["SITENAME"];?>&nbsp;&nbsp;</font><br><br><br>
                        </font>
                    </div>
                </label>
                </fieldset>
            </td>
        </tr>
</table>
<?php
showFooter
();
?>