% theme = Request.Cookies("theme") IF theme = "" THEN theme="bg-theme1" END IF %>
| Message | Type | Business Unit | Ticket | Start Time | End Time | Status | Shopfloor | Actions |
|---|---|---|---|---|---|---|---|---|
| No notifications found. | ||||||||
| " & Server.HTMLEncode(rs("notification") & "") & " | ") Response.Write("" & typeText & " | ") Response.Write("" & businessUnitText & " | ") Response.Write("" & Server.HTMLEncode(rs("ticketnumber") & "") & " | ") Response.Write("" & rs("starttime") & " | ") Response.Write("" & rs("endtime") & " | ") Response.Write("" & statusText & " | ") ' Shopfloor Dashboard column Dim shopfloorText, shopfloorIcon If CBool(rs("isshopfloor")) = True Then shopfloorText = "Yes" shopfloorIcon = "" Else shopfloorText = "No" shopfloorIcon = "" End If Response.Write("" & shopfloorIcon & " | ") Response.Write("") Response.Write(" ") If CBool(rs("isactive")) = True Then Response.Write("") Else Response.Write("") End If Response.Write(" | ") Response.Write("