<%
if rsl2("photo_1") = "checked" then
response.Write ""
if rsl3("photo_1") <> "" then
if rsl3("photo_2") <> "" then response.write ""
this_width= 0
if rsl3("zwidth") <> "" then
this_width = cdbl(rsl3("zwidth"))
'response.Write this_width
if isnumeric(this_width) = true then this_width = this_width * 4
elseif isnumeric(rsl3("zdiameter")) = true then
this_width = cdbl(rsl3("zdiameter"))
'response.Write this_width
if isnumeric(this_width) = true then this_width = this_width * 4
else
end if
if isnumeric(this_width) = false or this_width =< 0 then this_width = "90"
if this_width < 50 then this_width = "50"
if this_width > 90 then this_width = "90"
response.write " "
response.write ""
end if 'rsl3("photo_1")
response.write " | "
end if 'rsl2("photo_1")
if rsl2("model") = "checked" then
response.write ""
response.write rsl3("Model")&" | "
end if
if rsl2("size_iec") = "checked" then response.Write ""& rsl3("size_iec") &" | "
'if rsl2("typical_capacity") = "checked" then response.Write ""& rsl3("typical_capacity")
if rsl2("typical_capacity") = "checked" then
response.Write " | "
if rsl3("typical_capacity") >= 10000 then
response.Write rsl3("typical_capacity")/1000 & "Ah"
else
response.Write rsl3("typical_capacity")
end if
response.Write " | "
end if
if rsl2("nominal_voltage") = "checked" then response.Write ""& rsl3("nominal_voltage") &" | "
if rsl2("zthickness") = "checked" then response.Write ""& rsl3("zthickness") &" | "
if rsl2("zwidth") = "checked" then response.Write ""& rsl3("zwidth") &" | "
if rsl2("zlength") = "checked" then response.Write ""& rsl3("zlength") &" | "
if rsl2("zdiameter") = "checked" then response.Write ""& rsl3("zdiameter") &" | "
if rsl2("zheight") = "checked" then response.Write ""& rsl3("zheight") &" | "
if rsl2("zweight") = "checked" then
response.Write ""
if rsl3("zweight") > 999 then
response.Write rsl3("zweight")/1000 & "kg"
else
response.Write rsl3("zweight")
end if
response.Write " | "
end if
if rsl2("resistance") = "checked" then response.Write ""& rsl3("resistance") &" | "
if rsl2("current_cont") = "checked" then response.Write ""& rsl3("current_cont") &" | "
if rsl2("current_pulse") = "checked" then response.Write ""& rsl3("current_pulse") &" | "
if rsl2("oper_temp") = "checked" then response.Write ""& rsl3("oper_temp") &" | "
if rsl2("data_sheet") = "checked" then
response.Write ""
if rsl3("data_sheet") <> "" then
response.Write " "
end if
response.Write" | "
end if
''''' response.Write " | "
rsl3.movenext
wend 'rsl3
else 'rsl3
'response.Write "