<?php
include_once "template.php";
include_once 
"link/function.php";
showHeader();
?>
<meta http-equiv="Content-Type" content="text/html; charset=TIS-620">
<link href="source/style.css" rel="stylesheet" type="text/css">
<table width="750" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> 
            <td>&nbsp;</td>
      </tr>
      <tr> 
            <td height="21">&nbsp;</td>
      </tr>
      <tr> 
            <td><table width="450" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr><td><div align="center"><form name="login" action="checkLogin.php" method="post">
            <fieldset>
            <legend align="center"> <font size="3" color="<?php echo $GLOBALS['COLOR_FONT_3']; ?>"><b>¡ÃÍ¡ª×èͼÙéãªéáÅÐÃËÑʼèÒ¹à¢éÒÊÙèÃкº</b></font></legend>
              <table width="450" border="0" cellspacing="3" cellpadding="0">
                <tr> 
                      <td width="200" rowspan="9" valign="middle"><img src="picture/loginhome.gif" width="200" height="200" border="0" align="absmiddle"></td>
                      <td colspan="2">&nbsp;</td>
                </tr>
                <tr> 
                      <td width="60" height="11"><div align="left"><font size="2"><strong>ª×èͼÙéãªé</strong></font></div></td>
                      <td><input name="userName" type="text" id="userName" size="15"></td>
                </tr>
                <tr> 
                      <td width="60" height="3"><font size="2" face="MS Sans Serif"><strong>ÃËÑʼèÒ¹</strong></font></td>
                      <td><input name="password" type="password" id="password" size="15"></td>
                </tr>
                <tr> 
                      <td width="60" height="3"><font size="2" face="MS Sans Serif"><strong>Çѹ·Õè</strong></font></td>
                      <td><script>DateInput('nowDate', true, 'DD/MM/YYYY','<?php echo getNowDateFw2();?>');</script></td>
                </tr>                
                <tr> 
                      <td height="5" colspan="2">&nbsp;</td>
                </tr>
                <tr> 
                      <td colspan="2" valign="top">
                      <div align="center">
                      <input type="submit" name="Submit" value="à¢éÒÊÙèÃкº" onClick="return checkFormat()">
                      </div>
                      </td>
                </tr>
                <tr> 
                      <td colspan="2" valign="top">&nbsp;</td>
                </tr>
              </table>
            </fieldset>
            </form>
              </div>
              </td>
            </tr></table>
              </td>
      </tr>
      <tr> 
            <td>&nbsp;</td>
      </tr>
      <tr> 
            <td>&nbsp;</td>
      </tr>
</table>
<?php
showFooter
();
?>