Hacked By AnonymousFox

Current Path : C:/AppServ/www/timetable/system/mod_calendar/
Upload File :
Current File : C:/AppServ/www/timetable/system/mod_calendar/today.php

<? 
include("../../lib/session.php"); 
include("../../lib/config.php");
include("../../lib/connect.php");
include("../../lib/function.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/inner.dwt.php" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>:: Crm ::</title>
<link rel="stylesheet" type="text/css" href="../../css/theme.css" />
<link rel="stylesheet" type="text/css" href="../../css/style.css" />
</head>
<body>
	<div id="container">
   	  <div id="header">
   	    <h2 align="left"><img src="../../img/logo_clickthumb.png" width="60" height="54" />Clickbkk Project Management </h2> 
   	  </div>
   	  <p>&nbsp;</p>
   	  <p align="right">
          <strong>Hi ! <?=$System_Session_UserName?> | <a href="../logout.php">logout</a></strong></p>
    	<div id="wrapper">
            <div id="content">
              <!-- InstanceBeginEditable name="content" --> 
                    			  <div id="box">
                <h3>ปฏิทินงานวันนี้</h3>
									<br />
					
                    <script language="JavaScript" src="../lib/popup.js" type="text/javascript"></script>
                    <? 
## Load Module Configuration Variable ############################################
include("config.php");
## Default Value ############################################
$SystemModule_defaultPageSize = 10;
$SystemModule_defaultPageShow = 1;
$SystemModule_MaxPage = 20;
$SystemModule_ReduceRange = 10; 		// +,- from current page show
$SystemModule_ASCDESC = "DESC";
$myModule_Table = $myModule_Table1;
$SystemModule_OrderBy = $myModule_Table."_ID";
#########################################################

if($myDate=="") { $myDate=getDateNow(); }
if($myTime=="") { $myTime=getTimeNow(); }

?>
                    <? 
####################################################################
if($action=="view") { 
	$myCheckBoxID=0;
	for($i=1;$i<=$TotalCheckBoxID;$i++) {
		$myVar="CheckBoxID".$i;
		if(strlen($$myVar)>0) {
			$myCheckBoxID=$$myVar;
		}
	}
	$sql="SELECT * FROM ".$myModule_Table." WHERE ".$myModule_Table."_ID=".$myCheckBoxID;
	$Query=MYSQL_DB_QUERY($System_DataBase_Name,$sql) OR DIE("Error: �Դ�����Դ��Ҵ <br>$sql<br>\n");
	$Row=MYSQL_FETCH_ARRAY($Query);
	$HTMLsrcSTR=$Row[$myModule_Table."_HtmlFile"];
	$HTMLsrc = $myModule_Path_HTMLFiles."/".$Row[$myModule_Table."_HtmlFile"];
	
	?>
                    <br />
                    <table width="95%" border="0" align="center" cellpadding="0" cellspacing="1" class="table_header">
                      <form action="?" method="post" name="myReturnForm" id="myReturnForm">
                        <input name="SystemModuleKey" type="hidden" id="SystemModuleKey" value="<?=$SystemModuleKey?>" />
                        <input name="SystemMenuID" type="hidden" id="SystemMenuID" value="<?=$SystemMenuID?>" />
                        <input name="action" type="hidden" id="action" value="" />
                        <input name="PageSize" type="hidden" id="PageSize" value="<?=$PageSize?>" />
                        <input name="PageShow" type="hidden" id="PageShow" value="<?=$PageShow?>" />
                        <input name="ASCDESC" type="hidden" id="ASCDESC" value="<?=$ASCDESC?>" />
                        <input name="OrderBy" type="hidden" id="OrderBy" value="<?=$OrderBy?>" />
                        <input name="PageSearch" type="hidden" id="PageSearch" value="<?=$PageSearch?>" />
                      </form>
                      <form action="?" method="post" name="myForm" id="myForm">
                        <input name="SystemModuleKey" type="hidden" id="SystemModuleKey" value="<?=$SystemModuleKey?>" />
                        <input name="SystemMenuID" type="hidden" id="SystemMenuID" value="<?=$SystemMenuID?>" />
                        <input name="action" type="hidden" id="action" value="edit" />
                        <input name="PageSize" type="hidden" id="PageSize" value="<?=$PageSize?>" />
                        <input name="PageShow" type="hidden" id="PageShow" value="<?=$PageShow?>" />
                        <input name="ASCDESC" type="hidden" id="ASCDESC" value="<?=$ASCDESC?>" />
                        <input name="OrderBy" type="hidden" id="OrderBy" value="<?=$OrderBy?>" />
                        <input name="PageSearch" type="hidden" id="PageSearch" value="<?=$PageSearch?>" />
                        <input name="CheckBoxID1" type="hidden" id="CheckBoxID1" value="<?=$myCheckBoxID?>" />
                        <input name="TotalCheckBoxID" type="hidden" id="TotalCheckBoxID" value="1" />
                        <tr> 
                          <td bgcolor="#FFFFFF"> <table width="100%" border="0" cellpadding="2" cellspacing="1">
                              <tr> 
                                <td height="24" colspan="2" align="center" class="table_header"><b>ดูข้อมูล</b></td>
                              </tr>
                              <tr> 
                                <td height="22" colspan="2" bgcolor="#F7F6F0" class="table_col3">&nbsp;&nbsp;<img src="../images/bullet/box21.gif" width="11" height="11" />&nbsp;<span style="font-weight: bold">ข้อมูลวัน / เวลา</span></td>
                              </tr>
                              <tr>
                                <td width="17%" align="right" class="table_col1">วันที่ จาก&nbsp;</td> 
                                <td width="83%" height="22" class="table_col2"> 
                                  <?=ShowDateEn($Row[$myModule_Table."_DateFrom"])?>                                </td>
                              </tr>
                              <tr>
                                <td align="right" class="table_col1">ถึง&nbsp;</td> 
                                <td height="22" class="table_col2"> 
                                  <?=ShowDateEn($Row[$myModule_Table."_DateTo"])?>                                </td>
                              </tr>
                              <tr>
                                <td align="right" class="table_col1">เวลา&nbsp;</td> 
                                <td height="22" class="table_col2"> 
                                  <? if($Row[$myModule_Table."_TimeTo"]=="00:00:00") { ?>
                                  <?=substr($Row[$myModule_Table."_TimeFrom"],0,5)?>
                                  <? } else { ?>
                                  <?=substr($Row[$myModule_Table."_TimeFrom"],0,5)." - ".substr($Row[$myModule_Table."_TimeTo"],0,5)?>
                                  <? } ?>                                </td>
                              </tr>
							  <tr>
							    <td align="right" class="table_col1">ประเภทงาน&nbsp;</td>
							  <td height="22" class="table_col2">
								<?
								if($Row[$myModule_Table."_GroupID"]=="1")
								{
									echo"นัดหมายงานลูกค้า";
								}
								if($Row[$myModule_Table."_GroupID"]=="2")
								{
								echo"ติดตามงานลูกค้า";
								}
								if($Row[$myModule_Table."_GroupID"]=="3")
								{
								echo"อื่นๆ";
								}
								?>         </td>
							</tr>
                              
                              <tr>
                                <td align="right" class="table_col1">หัวข้อ&nbsp;</td> 
                                <td height="22" class="table_col2"> 
                                  <?=$Row[$myModule_Table."_Subject"]?>                                </td>
                              </tr>
                              <tr>
                                <td align="right" class="table_col1">สถานที่&nbsp; </td>
                                <td height="22" class="table_col2"><?=nl2br($Row[$myModule_Table."_Location"])?></td>
                              </tr>
                              <tr>
                                <td align="right" class="table_col1"><span style="font-weight: bold">ชื่อลูกค้า</span></td>
                                <td height="22" class="table_col2"><?=$Row[$myModule_Table."_Customername"]?></td>
                              </tr>
                              <tr>
                                <td align="right" class="table_col1"><span style="font-weight: bold">ผู้ติดต่อลูกค้า</span></td>
                                <td height="22" class="table_col2"><?=$Row[$myModule_Table."_Contactname"]?></td>
                              </tr>
                              <tr>
                                <td align="right" class="table_col1">รายละเอียด</td>
                                <td height="22" class="table_col2"><?=$Row[$myModule_Table."_Detail"]?></td>
                              </tr>
							  
                            </table>
                            <table width="100%" height="24" border="0" cellpadding="3" cellspacing="0">
                              <tr align="right"> 
                                <td height="30" colspan="4" align="center" class="table_footer"> 
                                  <table width="300" border="0" cellspacing="0" cellpadding="2">
                                    <tr align="center"> 
<? if($System_Session_Permission[$SystemMenuID]=="RW" ){ ?>
                                      <td><input name="btEdit" type="button" class="button_80" id="btEdit" value="Edit" onclick="
document.myForm.action.value='edit';
document.myForm.submit();
						" /> </td>
<? }?>
                                      <td> <input name="btCalcel" type="button" class="button_80" id="btCalcel" onclick="
if(confirm('Are you sure to return to list?')) {
	document.myReturnForm.submit();
}
						" value="Cancel" /> </td>
                                    </tr>
                                  </table></td>
                              </tr>
                            </table></td>
                        </tr>
                      </form>
            </table>
                    <br />
                    <br />
                    <? 
####################################################################
 } else {
?>
                    <?
# Check to set default value #########################
if($PageSize=="") { $PageSize = $SystemModule_defaultPageSize; }
if($PageShow=="") { $PageShow = $SystemModule_defaultPageShow; }
if($ASCDESC=="") { $ASCDESC = $SystemModule_ASCDESC; } 
if($OrderBy=="") { $OrderBy = $SystemModule_OrderBy; } 
if($action=="switchorder") { 
	if($ASCDESC=="ASC") { $ASCDESC = "DESC"; }  else { $ASCDESC="ASC"; } 
} 
if($PageSearch!="") { $PageSearch=trim($PageSearch); }
# Count total record size #########################
$sql = "SELECT * FROM ".$myModule_Table;
$Query=MYSQL_DB_QUERY($System_DataBase_Name,$sql) OR DIE("<br><br><b><font color=#FF0000>�������ö��ҹ�к���<br>�ҡ�س�����ҹ�繤����á<br><a href=\"#\" onClick=\"Popup('popupCreateDatabaseWindow','createdatabase.php',220,180,1);\">��سҤ��꡷����</a><br>���ͷӡ�����ҧ�ҹ����������</font></b>\n");
if($PageSearch=="") {
		$today=date("Y-m-d"); 
		$sql = "SELECT * FROM ".$myModule_Table." WHERE  ".$myModule_Table."_DateFrom='$today' ";
} else {
	$sql = "SELECT * FROM ".$myModule_Table." WHERE ".$myModule_Table."_Language='".$System_Session_Language."' AND  ".$myModule_Table."_ModuleKey='$SystemModuleKey' AND ( ".
		" ".$myModule_Table."_DateFrom LIKE '%$PageSearch%' ".
		" OR ".$myModule_Table."_DateTo LIKE '%$PageSearch%' ".
		" OR ".$myModule_Table."_TimeFrom LIKE '%$PageSearch%' ".
		" OR ".$myModule_Table."_TimeTo LIKE '%$PageSearch%' ".
		" OR ".$myModule_Table."_Subject LIKE '%$PageSearch%' ".
		" OR ".$myModule_Table."_Location LIKE '%$PageSearch%' ".
		")";
}

//die($sql);
$Query=MYSQL_DB_QUERY($System_DataBase_Name,$sql) OR DIE("Error: �Դ�����Դ��Ҵ <br>$sql<br>\n");
$TotalRecordCount=MYSQL_NUMROWS($Query);
# Find max page size #########################
if($TotalRecordCount>$PageSize) {
	$NoOfPage= ceil($TotalRecordCount/$PageSize);
} else {
	$NoOfPage=1;
}
# Recover page show into range #########################
if($PageShow>$NoOfPage) { $PageShow=$NoOfPage; }
# Select only paging range #########################
$RecordStart = ($PageShow-1)*$PageSize;
if($PageSearch=="") {
if($toolbarGroupSearch!=""){
	$sql = "SELECT * FROM ".$myModule_Table." WHERE  ".$myModule_Table."_Language='".$System_Session_Language."' AND ".$myModule_Table."_ModuleKey='$SystemModuleKey' AND ".$myModule_Table."_GroupID='$toolbarGroupSearch' ORDER BY $OrderBy $ASCDESC LIMIT $RecordStart , $PageSize";
	} else {
	$today=date("Y-m-d"); 
	$sql = "SELECT * FROM ".$myModule_Table." WHERE  ".$myModule_Table."_DateFrom='$today'  ORDER BY $OrderBy $ASCDESC LIMIT $RecordStart , $PageSize";
	}

} else {
	$sql = "SELECT * FROM ".$myModule_Table." WHERE  ".$myModule_Table."_Language='".$System_Session_Language."' AND ".$myModule_Table."_ModuleKey='$SystemModuleKey' AND ( ".
		" ".$myModule_Table."_DateFrom LIKE '%$PageSearch%' ".
		" OR ".$myModule_Table."_DateTo LIKE '%$PageSearch%' ".
		" OR ".$myModule_Table."_TimeFrom LIKE '%$PageSearch%' ".
		" OR ".$myModule_Table."_TimeTo LIKE '%$PageSearch%' ".
		" OR ".$myModule_Table."_Subject LIKE '%$PageSearch%' ".
		" OR ".$myModule_Table."_Location LIKE '%$PageSearch%' ".
		") ORDER BY $OrderBy $ASCDESC LIMIT $RecordStart , $PageSize";
}
$Query=MYSQL_DB_QUERY($System_DataBase_Name,$sql) OR DIE("Error: �Դ�����Դ��Ҵ <br>$sql<br>\n");
$RecordCount=MYSQL_NUMROWS($Query);
?>
                    <script language="JavaScript" type="text/javascript">
function Paging_CheckAll(objCheckHeader,txtCheckBoxFirstName,intTotalItems) {
	if(intTotalItems>0)
		for(i=1;i<=intTotalItems;i++)
			document.getElementById(txtCheckBoxFirstName+i).checked = objCheckHeader.checked;			
	return true;
}
function Paging_CheckAllHandle(objCheckHeader,txtCheckBoxFirstName,intTotalItems) {
	var isCheckedAll = true;
	if(intTotalItems>0)
		for(i=1;i<=intTotalItems;i++)
			if(!document.getElementById(txtCheckBoxFirstName+i).checked) 
				isCheckedAll = false;
	objCheckHeader.checked = isCheckedAll;
	return true;
}
function Paging_CountChecked(txtCheckBoxFirstName,intTotalItems) {
	var intChecked = 0;
	if(intTotalItems>0)
		for(i=1;i<=intTotalItems;i++)
			if(document.getElementById(txtCheckBoxFirstName+i).checked) 
				intChecked ++;
	return intChecked ;
}
function Paging_CheckedThisItem(objCheckHeader,indexing,txtCheckBoxFirstName,intTotalItems) {
	if(intTotalItems>0)
		for(i=1;i<=intTotalItems;i++)
			if(i==indexing) {
				document.getElementById(txtCheckBoxFirstName+i).checked = true;
			} else {
				document.getElementById(txtCheckBoxFirstName+i).checked = false;
			}
	objCheckHeader.checked = false;
	return true;
}
</script>
                    <div id="divDataPicker" style="display:none; position:absolute; top:-115px; left:180px; width: 200px; z-index: 1;"> 
                      <table width="100%" border="0" cellpadding="0" cellspacing="1" class="table_border">
                        <form action="?" method="post" name="myStatusForm" id="myStatusForm">
                          <input name="SystemModuleKey" type="hidden" id="SystemModuleKey" value="<?=$SystemModuleKey?>" />
                          <input name="SystemMenuID" type="hidden" id="SystemMenuID" value="<?=$SystemMenuID?>" />
                          <tr> 
                            <td height="22"><table width="100%" height="22" border="0" cellpadding="0" cellspacing="0" class="table_header">
                                <tr> 
                                  <td width="28" align="center"><img src="../images/icon/ico439.gif" width="19" height="15" /></td>
                                  <td align="center">Select Status</td>
                                  <td width="22" align="center"><img src="../images/icon/ico215.gif" width="16" height="16" onmouseover="this.style.cursor='hand'" onclick="document.getElementById('divDataPicker').style.display='none'; " /></td>
                                </tr>
                              </table></td>
                          </tr>
                          <tr> 
                            <td height="120" align="center" class="table_row1"><br /> 
                              <table width="120" border="0" cellpadding="2" cellspacing="0">
                                <tr> 
                                  <td width="26" height="22" align="center"><input name="toolbarStatus" type="radio" class="form_checkbox" value="Enable" checked="checked" /></td>
                                  <td height="22" class="text_bold">Enable</td>
                                </tr>
                                <tr> 
                                  <td width="26" height="22" align="center"><input name="toolbarStatus" type="radio" class="form_checkbox" value="Disable" /></td>
                                  <td height="22" class="text_bold">Disable</td>
                                </tr>
                              </table>
                              <br /> <table border="0" cellspacing="0" cellpadding="6">
                                <tr> 
                                  <td height="30"><input name="btSave" type="button" class="button_th_60" id="btSave" value="Save" onclick="
if(document.myStatusForm.toolbarStatus[0].checked) {
	document.myForm.SelectStatus.value=document.myStatusForm.toolbarStatus[0].value;
}
if(document.myStatusForm.toolbarStatus[1].checked) {
	document.myForm.SelectStatus.value=document.myStatusForm.toolbarStatus[1].value;
}
document.myForm.action.value='setstatus';
Paging_CheckedThisItem(document.myForm.CheckBoxAll, StatusIndex ,'CheckBoxID', document.myForm.TotalCheckBoxID.value );
document.myForm.submit();
" /></td>
                                  <td><input name="btClose" type="button" class="button_th_60" id="btClose" value="Close" onclick="document.getElementById('divDataPicker').style.display='none';" /></td>
                                </tr>
                              </table></td>
                          </tr>
                          <tr> 
                            <td height="6" class="table_footer"><img src="../images/blank.gif" width="1" height="1" /></td>
                          </tr>
                        </form>
                      </table>
                    </div>
                    <script language="JavaScript" type="text/javascript">
var StatusIndex=0;
function ShowDataPicker(myDivName,RefX,RefY) {
	document.getElementById(myDivName).style.display=''; 
	document.getElementById(myDivName).style.left = document.body.scrollLeft + window.event.clientX + RefX;
	document.getElementById(myDivName).style.top= document.body.scrollTop+ window.event.clientY + RefY;
}
	  </script>
                    <table width="95%" border="0" align="center" cellpadding="2" cellspacing="0" >
                      <form action="" method="post" name="mySearchForm1" id="mySearchForm1" onsubmit="return false;">
                        <input name="SystemModuleKey2" type="hidden" id="SystemModuleKey2" value="<?=$SystemModuleKey?>" />
                        <input name="SystemMenuID2" type="hidden" id="SystemMenuID2" value="<?=$SystemMenuID?>" />
                        <tr>
                          <td><div align="right">
                              <input name="toolbarPageSearch1" type="text"  style="height:15px"class="input_left" id="toolbarPageSearch1" value="<?=$PageSearch?>" size="20" maxlength="50" />
                              <input name="btPageSearch" type="button" class="button_60" id="btPageSearch" value="Search" onclick="
document.myForm.PageSearch.value=document.mySearchForm1.toolbarPageSearch1.value;
document.myForm.submit();
						" />
                          </div></td>
                        </tr>
                      </form>
                    </table>
                    <table width="95%" border="0" align="center" cellpadding="0" cellspacing="1" class="table_border">
                      <tr> 
                        <td bgcolor="#FFFFFF"> <table style="border-collapse: collapse" bordercolor="#E8E7E1"  width="100%" border="1" cellpadding="0" cellspacing="1">
                            <form action="?" method="post" name="myForm" id="myForm">
                              <input name="SystemModuleKey" type="hidden" id="SystemModuleKey" value="<?=$SystemModuleKey?>" />
                              <input name="SystemMenuID" type="hidden" id="SystemMenuID" value="<?=$SystemMenuID?>" />
                              <input name="action" type="hidden" id="action" />
                              <input name="PageSize" type="hidden" id="PageSize" value="<?=$PageSize?>" />
                              <input name="PageShow" type="hidden" id="PageShow" value="<?=$PageShow?>" />
                              <input name="ASCDESC" type="hidden" id="ASCDESC" value="<?=$ASCDESC?>" />
                              <input name="OrderBy" type="hidden" id="OrderBy" value="<?=$OrderBy?>" />
                              <input name="PageSearch" type="hidden" id="PageSearch" value="<?=$PageSearch?>" />
                              <input name="SelectStatus" type="hidden" id="SelectStatus" />
                              <tr align="center" class="menu_table_header"> 
                                <td width="26" height="24" bgcolor="#F7F6F0"><input name="CheckBoxAll" type="checkbox" class="form_checkbox" id="CheckBoxAll" value="Yes" onclick="Paging_CheckAll(this,'CheckBoxID',document.myForm.TotalCheckBoxID.value)" /></td>
                                <td width="34" height="24" align="center" bgcolor="#F7F6F0"><a href="#" class="link_headbar" style="font-weight: bold" onclick="
with(document.myForm) { 
	<? if($OrderBy==$myOrderBy) { echo "action.value='switchorder';\n"; } ?>
	OrderBy.value='<?=$myOrderBy?>';
	submit(); 
}">No.</a></td>
                                <td width="120" height="24" bgcolor="#F7F6F0"><span style="font-weight: bold"><a href="#" class="link_headbar" onclick="
with(document.myForm) { 
	<? if($OrderBy==$myOrderBy) { echo "action.value='switchorder';\n"; } ?>
	OrderBy.value='<?=$myOrderBy?>';
	submit(); 
}
					">Date</a> / 
                                  <a href="#" class="link_headbar" onclick="
with(document.myForm) { 
	<? if($OrderBy==$myOrderBy) { echo "action.value='switchorder';\n"; } ?>
	OrderBy.value='<?=$myOrderBy?>';
	submit(); 
}
					">Time</a></span></td>
                                <td height="24" bgcolor="#F7F6F0"><span style="font-weight: bold"><a href="#" class="link_headbar" onclick="
with(document.myForm) { 
	<? if($OrderBy==$myOrderBy) { echo "action.value='switchorder';\n"; } ?>
	OrderBy.value='<?=$myOrderBy?>';
	submit(); 
}
					">Subject</a> / 
                                  <a href="#" class="link_headbar" onclick="
with(document.myForm) { 
	<? if($OrderBy==$myOrderBy) { echo "action.value='switchorder';\n"; } ?>
	OrderBy.value='<?=$myOrderBy?>';
	submit(); 
}
					">Location</a></span></td>
                                <td width="65" height="24" bgcolor="#F7F6F0"><span style="color: #a43708; font-weight: bold">Action</span></td>
                              </tr>
                              <?
$index=1;
if($RecordCount>0) {
	while($index<$RecordCount+1) {
		if($myClassRow=="table_row1") { $myClassRow="table_row2"; } else { $myClassRow="table_row1";  }
		$Row=MYSQL_FETCH_ARRAY($Query);
	?>
                              <tr class="<?=$myClassRow?>" onmouseover="this.className='table_rowover'" onmouseout="this.className='<?=$myClassRow?>'"> 
                                <td width="26" height="36" align="center"> <input name="CheckBoxID<?=$index?>" type="checkbox" class="form_checkbox" id="CheckBoxID<?=$index?>" onclick="Paging_CheckAllHandle(document.myForm.CheckBoxAll,'CheckBoxID',document.myForm.TotalCheckBoxID.value)" value="<?=$Row[$myModule_Table."_ID"]?>" /></td>
                                <td width="34" height="36" align="center"> 
                                  <? if($ASCDESC=="DESC") { echo $RecordStart+$index; } else { echo ($TotalRecordCount-($RecordStart+$index)+1); } ?>                                </td>
                                <td width="120" height="36" align="center"> <table border="0" cellpadding="1" cellspacing="0">
                                    <?
if($Row[$myModule_Table."_DateFrom"]==$Row[$myModule_Table."_DateTo"]) {
		?>
                                    <tr> 
                                      <td align="right"><b>Date</b></td>
                                      <td>&nbsp;
                                        <?=ShowDateEn($Row[$myModule_Table."_DateFrom"])?>                                      </td>
                                    </tr>
                                    <?
} else {
	if($Row[$myModule_Table."_DateTo"]=="0000-00-00") {
		?>
                                    <tr> 
                                      <td align="right"><b>From</b></td>
                                      <td>&nbsp;
                                        <?=ShowDateEn($Row[$myModule_Table."_DateFrom"])?>                                      </td>
                                    </tr>
                                    <?
	} else {
		?>
                                    <tr> 
                                      <td align="right"><b>From</b></td>
                                      <td>&nbsp;
                                        <?=ShowDateEn($Row[$myModule_Table."_DateFrom"])?>                                      </td>
                                    </tr>
                                    <?
		?>
                                    <tr> 
                                      <td align="right"><b>To</b></td>
                                      <td>&nbsp;
                                        <?=ShowDateEn($Row[$myModule_Table."_DateTo"])?>                                      </td>
                                    </tr>
                                    <?
	}
}
if($Row[$myModule_Table."_TimeFrom"]==$Row[$myModule_Table."_TimeTo"]) {
	?>
                                    <tr> 
                                      <td align="right"><b>Time</b></td>
                                      <td>&nbsp;
                                        <?=substr($Row[$myModule_Table."_TimeFrom"],0,5)?>                                      </td>
                                    </tr>
                                    <?
} else {
	if($Row[$myModule_Table."_TimeTo"]=="00:00:00") {
		?>
                                    <tr> 
                                      <td align="right"><b>Time</b></td>
                                      <td>&nbsp;
                                        <?=substr($Row[$myModule_Table."_TimeFrom"],0,5)?>                                      </td>
                                    </tr>
                                    <?
	} else {
		?>
                                    <tr> 
                                      <td align="right"><b>Time</b></td>
                                      <td>&nbsp;
                                        <?=substr($Row[$myModule_Table."_TimeFrom"],0,5)." - ".substr($Row[$myModule_Table."_TimeTo"],0,5)?>                                      </td>
                                    </tr>
                                    <?
	}
}
?>
                                  </table></td>
                                <td height="36"> <table width="100%" border="0" cellspacing="0" cellpadding="1">
                                    <tr> 
                                      <td><span class="text_bold"><a href="#" onclick="
Paging_CheckedThisItem( document.myForm.CheckBoxAll, <?=$index?>, 'CheckBoxID', document.myForm.TotalCheckBoxID.value );
document.myForm.action.value='view';
document.myForm.submit();
						  "> 
                                        <?=$Row[$myModule_Table."_Subject"]?>
                                        </a></span></td>
                                    </tr>
                                    <? if(strlen(trim($Row[$myModule_Table."_Location"]))>0 ) { ?>
                                    <tr> 
                                      <td> 
                                        <?=$Row[$myModule_Table."_Location"]?>                                      </td>
                                    </tr>
                                    <? } ?>
                                  </table></td>
                                <td width="65" height="36" align="center" valign="middle"> 
                                  <table border="0" cellspacing="0" cellpadding="1">
                                    <tr align="center" valign="bottom"> 
                                      <td><img src="../../img/icons/view.png" alt="View" width="16" height="16" border="0" onmouseover="this.style.cursor='hand'" onclick="
Paging_CheckedThisItem( document.myForm.CheckBoxAll, <?=$index?>, 'CheckBoxID', document.myForm.TotalCheckBoxID.value );
document.myForm.action.value='view';
document.myForm.submit();
						" /></td>
<? 				 if($System_Session_Level=="Administrator")  {  ?>
                                      <? }?>
                                    </tr>
                                  </table></td>
                              </tr>
                              <?
		$index++;
	}
} else {  ?>
                              <tr class="table_row1"> 
                                <td height="80" colspan="5" align="center">Data 
                                  not found!</td>
                              </tr>
                              <? } ?>
                              <input name="TotalCheckBoxID" type="hidden" id="TotalCheckBoxID" value="<?=$index-1?>" />
                            </form>
                          </table>
                        </td>
                      </tr>
                    </table>
                    <table width="95%" height="22" border="0" align="center" cellpadding="2" cellspacing="0">
                      <form action="?" method="post" name="myFooterButton" id="myFooterButton" onsubmit="return false;">
                        <input name="SystemModuleKey" type="hidden" id="SystemModuleKey" value="<?=$SystemModuleKey?>" />
                        <input name="SystemMenuID" type="hidden" id="SystemMenuID" value="<?=$SystemMenuID?>" />
                        <tr> 
                          <td valign="top"><div id="pager"> 
                                  <div align="left">Page
                                    <? 
				  if($NoOfPage>1) { 
				  ?>
                                    <select name="toolbarPageShow" class="select" onchange="document.myForm.PageShow.value=this.value; document.myForm.submit(); ">
                                      <? 
if($NoOfPage<$SystemModule_MaxPage) {
	// Show page list #########################
	for($i=1;$i<=$NoOfPage;$i++) { 
		echo "<option value=\"$i\"";
		if($i==$PageShow) { echo " selected"; }
		echo ">$i</option>";
	} 
}  else {
	// # If total page count greater than default max page  value then reduce page select size #########################
	$starti = $PageShow-$SystemModule_ReduceRange;
	if($starti<1) { $starti=1; }
	$endi = $PageShow+$SystemModule_ReduceRange;
	if($endi>$NoOfPage) { $endi=$NoOfPage; }
	//#####################
	for($i=$starti ;$i<=$endi;$i++) { 
		echo "<option value=\"$i\"";
		if($i==$PageShow) { echo " selected"; }
		echo ">$i</option>";
	} 
}
?>
                                    </select>
                                    <? 
 } else { 
	echo "1";
 }
 ?>
of
<?=$NoOfPage?>
 | Total
 <?=$TotalRecordCount?>
 records found </div>
                          </div></td>
                        </tr>
                      </form>
                    </table>
                    <br />
                    <? 
}
#########################################################
?>
				</div>
            <!-- InstanceEndEditable -->
            </div>
<div id="sidebar">
  				<ul>
                	<li>
					<h3><a href="../../home/home.php" class="house">หน้าหลัก </a></h3>
                	  <h3><a href="#" class="house">ระบบผู้ใช้งาน</a></h3>
                        <ul>
                        	<li><a href="../user_management.php" class="report">ข้อมูลผู้ใช้งานในระบบ</a></li>
                   		</ul>
                    </li>
					<li>
                      <h3><a href="#" class="folder_table">ระบบเก็บข้อมูลลูกค้า</a></h3>
                      <ul>
                        <li><a href="../mod_customer/index.php" class="addorder">ข้อมูลลูกค้า</a></li>
                      </ul>
                  </li>
                    <li>
                      <h3><a href="#" class="folder_table">ระบบปฏิทินงาน</a></h3>
                      <ul>
                           <li><a href="calendar.php" class="manage_page">ข้อมูลปฏิทินงาน</a></li>
							 <li><a href="index.php" class="manage_page">ข้อมูลนัดหมายงานลูกค้า</a></li>
							  <li><a href="index2.php" class="manage_page">ข้อมูลติดตามงานลูกค้า</a></li>
							   <li><a href="index3.php" class="manage_page">ข้อมูลอื่นๆ</a></li>
                            <li><a href="today.php" class="folder">ปฏิทินงานวันนี้</a></li>
           				</ul>
                    </li>
                 <li>
                    <h3><a href="#" class="user">ข้อมูลการติดต่อลูกค้า</a></h3>
          				<ul>
                            <li><a href="../mod_track/index.php" class="useradd">ข้อมูลติดต่อลูกค้า</a></li>
                        </ul>
                  </li>
				     <li>
                    <h3><a href="#" class="user">ข้อมูลส่วนตัว</a></h3>
          				<ul>
                            <li><a href="../mod_personal/index.php" class="useradd">ข้อมูลติดต่อลูกค้าของฉัน </a></li>
                        </ul>
						<ul>
                            <li><a href="../mod_personal/index2.php" class="useradd">ข้อมูลรับเรื่องแทน</a></li>
                        </ul>
                  </li>
				  <li>
				    <ul>
                            <li></li>
                    </ul>
                  </li>
	  </ul>       
          </div>
      </div>
</div>
</body>
<!-- InstanceEnd --></html>

Hacked By AnonymousFox1.0, Coded By AnonymousFox