<%
response.write " 用 户 名:" & UserName
response.write " 用户身份:"
if UserLevel=999 then
response.write "注册用户"
elseif UserLevel=99 then
response.write "收费用户"
elseif UserLevel=9 then
response.write "VIP用户"
end if
response.write " 计费方式:"
if ChargeType=1 then
if UserPoint>0 then
response.write "扣点数 可用点数: " & UserPoint & " 点"
if UserPoint<=10 then
response.write " 你的可用点数已不多,请及时联系我们进行充值!"
end if
else
response.write "扣点数 可用点数: " & UserPoint & " 点"
response.write " 你的可用点数已经用完,请联系我们进行充值,否则你将不能阅读收费内容。"
end if
else
if ValidDays>0 then
response.write "有效期 有效天数: " & ValidDays & " 天"
if ValidDays<=10 then
response.write " 你的有效期时间已不长,请及时联系我们进行充值!"
end if
else
response.write "有效期 有效天数: " & ValidDays & " 天"
response.write " 你的有效期已经过期,请联系我们进行充值,否则你将不能阅读收费内容。"
end if
end if
response.write "