%@ LANGUAGE="VBScript" %> <% If Not IsEmpty(request.form("Close")) Then %> <% End If timedate=Request("timedate") Set Connection = Server.CreateObject("ADODB.Connection") Connection.Mode = adModeRead Connection.Open phdb_rd If timedate="" Or IsEmpty(request.form("Selected_Time")) Then SQLStmt = " select to_char(sysdate,'MM/DD/YYYY HH24:MI:SS') timedate from dual " Set RS = Connection.Execute(SQLStmt) timedate = CStr(RS("timedate")) Set RS=nothing End If If Not IsDate(timedate) Then message="Wrong Time/Date format " & timedate %> <% End If timedate_par=replace(timedate," ","%20") %>
| Position | Monitor | Last Startdate | Duration | Dose | Status | Spikes |
| [min] | [Rad/h] | last 48 h | ||||
| <%=RS("blm_position")%> | <%=RS("blm_name")%> | <%
If CDbl(RS("ddif")) |
<%
If CDbl(RS("ddif")) |
&days=2" onClick="openWindow(this,'BLM<%=CStr(RS("blm_position"))%>',350,350,'no',<%=wshift%>,0)"><%=Round(dose_norm,2)%> | <%=status %> | <%=RS("nspikes")%> |
| Position | Monitor | Last Startdate | Duration | Pulses | Last Week's Dose | Spikes |
| [min] | [microRad/s] | [mRad] | ||||
| <% If RSC("position") = "1" Then Response.write("(+Z)") ElseIf RSC("position") = "2" Then Response.write("(-Z)") Else Response.write(RSC("position")) End If %> | <% If RSC("id") = "Chipmunk1" Then Response.write("Chipmunk (+Z)") ElseIf RSC("id") = "Chipmunk2" Then Response.write("Chipmunk (-Z)") Else Response.write(RSC("id")) End If %> | <%
If CDbl(RSC("ddif")) |
<%
If CDbl(RSC("ddif")) |
&days=2" onClick="openWindow(this,'Chipmunk<%=CStr(RSC("position"))%>',350,350,'no',<%=wshift%>,0)"><%=Round(dose_norm,2)%> | <%=Round(total_dose,0)%> |