%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% CheckSecurity(1) Client = GetParam("CustIntList") 'Response.Write(Client) If Client = " Other" then response.Redirect("ebagenda.asp") end if TotalTime = 0 TotalHour = 0 FlagNotUpdate = 0 %>
<%=Client%> |
|||||||
| No record found | |||||||
| Date | Begin | End | Description | Empl | Hours | ||
| <%=DateToHtml(rs1("DateInt"))%> | <%=rs1("BeginTime")%> | <%=rs1("EndTime")%> | <% If JobDescription <> "" then %><% else %> | <% end if %> | <%=initEmpl%> | <% If rs1("Fullday") = 1 then %>? | <% else %><%=InterventionTime%> | <% end if %>
<%=TotalIntervention%><%If FlagNotUpdate = 1 then Response.Write(" + ?") End if%> |
|||||||