";
echo "";
if(!isset($scroll_y))
$scroll_y=0;
if(!isset($sel_date_from))
$sel_date_from=0;
if(!isset($sel_date_to))
$sel_date_to=0;
if(!isset($sel_in_out))
$sel_in_out=0;
if(!isset($from_hour))
$from_hour="00";
if(!isset($from_minute))
$from_minute="00";
if(!isset($from_second))
$from_second="00";
if(!isset($to_hour))
$to_hour="24";
if(!isset($to_minute))
$to_minute="00";
if(!isset($to_second))
$to_second="00";
//selection date define
$day0=date("Y-m-d",mktime(0,0,0,date("m"),date("d"),date("Y")));
$day1=date("Y-m-d",mktime(0,0,0,date("m"),date("d")-1,date("Y")));
$day2=date("Y-m-d",mktime(0,0,0,date("m"),date("d")-2,date("Y")));
$day3=date("Y-m-d",mktime(0,0,0,date("m"),date("d")-3,date("Y")));
$day4=date("Y-m-d",mktime(0,0,0,date("m"),date("d")-4,date("Y")));
$day5=date("Y-m-d",mktime(0,0,0,date("m"),date("d")-5,date("Y")));
$day6=date("Y-m-d",mktime(0,0,0,date("m"),date("d")-6,date("Y")));
?>
to
Search
";
if($slot==1)
{
//===============================from_hour text=================================
echo "";
//===============================from_minute text================================
echo "";
//===============================from_second text================================
echo "";
//===============================to_hour text=====================================
echo "";
//===============================to_minute text===================================
echo "";
//==============================to_second text====================================
echo "";
}
else
{
//===============================from_hour hidden=================================
echo "";
//===============================from_minute hidden================================
echo "";
//===============================from_second hidden================================
echo "";
//===============================to_hour hidden=====================================
echo "";
//===============================to_minute hidden===================================
echo "";
//==============================to_second hidden====================================
echo "";
}
echo " | ";
echo "";
?>
";
echo " |
";
echo "";
adjust_title_tail_frame("up");
adjust_content_head_frame("up");
adjust_content_tail_frame("up");
?>