insertTimeForm ?>

timesheet->currentMonthText ?> timesheet->currentYear ?>

timesheet->entries) > 0) { echo "
Date
Time In (Adjusted)
Time Out (Adjusted)
Less Time
Time Worked
Time Code

"; foreach($this->timesheet->entries as $entry) { echo "
inTime."\">".$entry->roundedInTime."
outTime."\">".$entry->roundedOutTime."
".$entry->lessTime." Min.
".$entry->timeWorked." Hours
".$entry->codeName."

"; } } else { echo "
No time submitted.
"; } ?>
Total Hours Submitted: timesheet->normalWorked ?>
Vacation Used: timesheet->vacationUsed ?>
Sick Time Used: timesheet->sickUsed ?>