|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /var/www/html/pathumthani_community_plan/phpEventCalendar/templates/ |
Upload File : |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<?php javaScript() ?>
<link rel="stylesheet" type="text/css" href="css/default.css">
<meta http-equiv="Content-Type" content="text/html; charset=windows-874"><style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="2" >
<tr>
<td height="35" class="label_head"><img src="images/Calendar-48x48.gif" alt="calendar" width="48" height="48" align="absmiddle"> »¯Ô·Ô¹¹Ñ´ËÁÒ¼ÙéºÃÔËÒèѧËÇÑ´»·ØÁ¸Ò¹Õ</td>
</tr>
</table>
<br>
<table cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td>
<?php echo $scrollarrows ?>
<span class="date_header">
<?php echo $lang['months'][$m-1] ?> <?php echo $y ?></span>
</td>
<!-- form tags must be outside of <td> tags -->
<form name="monthYear">
<td align="right">
<?php monthPullDown($m, $lang['months']); yearPullDown($y); ?>
<input type="button" value="GO" onClick="submitMonthYear()">
</td>
</form>
</tr>
<tr>
<td colspan="2" bgcolor="#000000">
<?php echo writeCalendar($m, $y); ?></td>
</tr>
<tr>
<td colspan="2" align="center">
<?php echo footprint($auth, $m, $y) ?></td>
</tr>
</table>
</body>
</html>