rendered paste body</table>
<input type='button' value='Add Row' onclick='javascript:addRowToTable();'>
<input type='button' value='Remove Row' onclick='javascript:removeRowFromTable();'> Comments: <input style='color:#69117f;' type='text' size='100' value='{$tcheader['Comments']}' id='tccomment'>
<table border='0' width='1100'>
<tr bgcolor='#e4e4e4' align='right'>
<td>On Call <input type='text' size='2' id='oncall' value='{$tcheader['OnCall']}' style='color:blue;' onblur='hoursttl();'>
Vacation <input type='text' id='vacation' value='{$tcheader['Vacation']}' size='2' style='color:blue;' onblur='hoursttl();'>
Sick <input type='text' id='sick' size='2' value='{$tcheader['Sick']}' style='color:blue;' onblur='hoursttl();'>
Bereavement <input type='text' size='2' id='bereavement' value='{$tcheader['Bereavement']}' style='color:blue;' onblur='hoursttl();'>
Holiday <input type='text' size='2' id='holiday' value='{$tcheader['Holiday']}' style='color:blue;' onblur='hoursttl();'>
Personal <input type='text' size='2' id='personal' value='{$tcheader['PersonalTime']}' style='color:blue;' onblur='hoursttl();'>
<input type='button' value='Save' onclick='savetimecard(\"FALSE\")'>
<input type='button' value='Submit' onclick='savetimecard(\"TRUE\")'>
Total Odometer <input type='text' id='ttlodo' size='6' value='$ttlodo'> Total Hours <input type='text' size='4' value='$ttlhours' id='ttlhrs'></td>
</tr>
</table>
</form>