Example #1
0
</td>
                      </tr>
                      <tr> 
                        <td height="25" width="100" align="center"><b><font color="#AFAFAF">Period</font></b></td>
                        <td bgcolor="#F2F2F2" height="20" width=%>&nbsp;&nbsp;<?php 
kSelectField("period", array(1 => "Today", 2 => "Last 7 Days", 3 => "Last 30 Days", 4 => "Last 90 Days"), $period, "", " onChange=changePeriod()");
?>
</td>
                        <td height="25" width="70" align="center"><b><font color="#AFAFAF">Start Date</font></b></td>
                        <td bgcolor="#F2F2F2" height="20" width=150>&nbsp;&nbsp;<?php 
kCalendar1("startDate", $startDate, 13, 0, "class=input1");
?>
</td>
                        <td height="25" width="70" align="center"><b><font color="#AFAFAF">End Date</font></b></td>
                        <td bgcolor="#F2F2F2" height="20" width=150>&nbsp;&nbsp;<?php 
kCalendar1("endDate", $endDate, 13, 0, "class=input1");
?>
</td>
                      </tr>
										</table>	                 
             </td>
                </tr>
                <tr>
                  <td> 
                    <table width="804" border="0" cellspacing="0" cellpadding="0" height="30">
                      <tr> 
                        <td width="10%" align="right"> 
                        	 <input type=button onclick="javascript:writeForm.submit()" value=Search>
                        </td>
                      </tr>
                    </table>
Example #2
0
kSelectField("simcard_id", $simcards, $simcard_id);
?>
</td>  
                      </tr>                 
                      <tr> 
                        <td height="25" width="110" align="center"><b><font color="#AFAFAF">Start Date</font></b></td>
                        <td bgcolor="#F2F2F2" height="20" width=% align=center><?php 
kCalendar1("startDate", $startDate, 13, 0, "class=input1 style=\"height:20px;background-color:white;border:1 black solid ;text-align:center\"");
?>
&nbsp;&nbsp;&nbsp;<?php 
ktextfield("startTime", $startTime, 13, 25, "", "class=input1 style=\"height:20px;background-color:white;border:1 black solid ;text-align:center\"");
?>
</td>
                        <td height="25" width="110" align="center"><b><font color="#AFAFAF">End Date</font></b></td>
                        <td bgcolor="#F2F2F2" height="20" width=% align=center><?php 
kCalendar1("endDate", $endDate, 13, 0, "class=input1 style=\"height:20px;background-color:white;border:1 black solid ;text-align:center\"");
?>
&nbsp;&nbsp;&nbsp;<?php 
ktextfield("endTime", $endTime, 13, 25, "", "class=input1 style=\"height:20px;background-color:white;border:1 black solid ;text-align:center\"");
?>
</td>
                      </tr>
                      <tr> 
                        <td height="25" width="110" align="center"><b><font color="#AFAFAF">Note</font></b></td>
                        <td bgcolor="#F2F2F2" height="20" width=% align="center" colspan="3"><?php 
ktextareafield("note", $note, 86, 5);
?>
</td>
                      </tr>
										</table>	
             </td>