<div class="content_heading" style="width:200px;">
<img class="content_heading_image" style="width:80px;" src="http://localhost/cloud/images/attendance.png">
<div class="content_description">Employee Attendance</div>
</div>

<div class="employee_att_view">

<table class="employee_att_view">
<tr>
<td><?php 
Utility::label('date', 'Date', 'Required');
?>
</td>
<td><?php 
Utility::datePicker('date', 'date');
?>
</td>
</tr>
</table>

<div id="employee_view" class="employee_view">
</div>

</div>


</div>

</div>
<td class="form_input">
<?php 
Utility::dropDownList("section", "section", "section");
?>
</td>
</tr>

<tr>
<td class="label">
<?php 
Utility::label("date", "Date", "required");
?>
</td>
<td class="form_input">
<?php 
Utility::datePicker("date", "date");
?>
</td>
</tr>
</table>

<div id="attendance_view" class="attendance_view"></div>





</div>

</div>
</div>
Example #3
0
<td class="form_input">
<?php 
Utility::dropDownList("class_level", "class_level", "numeric_level");
?>
</td>
</tr>

<tr>
<td class="label">
<?php 
Utility::label("date_of_birth", "Date of Birth", "required");
?>
</td>
<td class="form_input">
<?php 
Utility::datePicker("date_of_birth", "date_of_birth");
?>
</tr>

<tr>
<td class="label">
<?php 
Utility::label("gender", "Gender", "required");
?>
</td>
<td class="form_input">
<?php 
Utility::radioButton("gender", "gender", "gender");
?>
</td>
</tr>
<td><?php 
Utility::label('start_date', 'Start Date', 'required');
?>
</td>
<td><?php 
Utility::datePicker('start_date', 'start_date');
?>
</td>
</tr>
<tr>
<td><?php 
Utility::label('end_date', 'End Date', 'required');
?>
</td>
<td><?php 
Utility::datePicker('end_date', 'end_date');
?>
</td>
</tr>
<tr>
<td><?php 
Utility::label('fn_an', 'Sessions', 'required');
?>
</td>
<td><?php 
Utility::dropDownList('fn_an', 'fn_an', 'fn_an');
?>
</td>
</tr>

</table>