%@ LANGUAGE="VBSCRIPT"%>
<%Response.Expires = 0%>
Registry Pages
<%
Dim strState
strState = Request.QueryString("Page")
Dim strBitmap
strBitmap = "localui_booting.bmp"
Dim strLogo
strLogo = "localui_salogo.bmp"
if strState = "Booting" Then
strLogo = "localui_startinglogo.bmp"
End If
If strState = "Shutdown" Then
strBitmap = "localui_shutting_down.bmp"
ElseIf strState = "Booting" Then
strBitmap = "localui_booting.bmp"
ElseIf strState = "Update" Then
strBitmap = "localui_update.bmp"
ElseIf strState = "Ready" Then
strBitmap = "localui_ready.bmp"
End If
%>
strState